Multiview control in asp.net Part 35

Поделиться
HTML-код
  • Опубликовано: 21 янв 2025

Комментарии • 50

  • @ayushikhandelwal9869
    @ayushikhandelwal9869 9 лет назад +8

    Believe me when I say... You are awesome!!😂😂 Right now I am making my project in asp.net and these videos are so helpful..
    Thank you so much!!😂😂
    God bless you!!

    • @Csharp-video-tutorialsBlogspot
      @Csharp-video-tutorialsBlogspot  9 лет назад +3

      +Ayushi Khandelwal Thank you so much for the feedback. Means a lot. Glad the videos are useful and you are able to create the project yourself.
      Dot Net & SQL Server training videos for aspiring web developers
      ruclips.net/user/kudvenkatplaylists?view=1&sort=dd
      Download our training videos and slides for offline viewing
      www.pragimtech.com/Order.aspx
      Code Samples, Text Version of the videos & PPTS on my blog
      csharp-video-tutorials.blogspot.com
      Tips to best utilise our channel
      ruclips.net/video/y780MwhY70s/видео.html
      To receive email alerts, when new videos are uploaded, please subscribe to our channel using the link below
      ruclips.net/user/kudvenkat
      Please click the THUMBS UP button below the video, if you think you liked them
      Thank you for sharing the link with your friends who you think would also benefit from them
      Best
      Venkat

  • @Csharp-video-tutorialsBlogspot
    @Csharp-video-tutorialsBlogspot  11 лет назад

    Hi Carolyn, thank you very much for taking time to give feedback. I am really glad you found these videos useful. To receive email alerts, when new videos are uploaded, please subscribe to my youtube channel. May I ask you for a favour. I want these tutorials to be helpful for as many people as possible. Please share the link with your friends and family who you think would also benefit from them. If you like these videos, please click on the THUMBS UP button below the video.

  • @Csharp-video-tutorialsBlogspot
    @Csharp-video-tutorialsBlogspot  11 лет назад

    To receive email alerts, when new videos are uploaded, please subscribe to my youtube channel. May I ask you for a favour. I want these tutorials to be helpful for as many people as possible. Please share the link with your friends and family who you think would also benefit from them. If you like these videos, please click on the THUMBS UP button below the video.

  • @madan4312
    @madan4312 8 лет назад

    You just saved me one more time Venkat... I was stuck with a design and I almost thought it was going to be a scrap desig... but I quickly came here to check this video on multi views and got some new ideas...

  • @indurnuguri1
    @indurnuguri1 12 лет назад

    Your tutorials are simply the best. Great work. Thanks.

  • @MrBabarkhan
    @MrBabarkhan 7 лет назад

    I have no words to thank you. Your videos are wonderful... I have learnt a lot.... You are awesome.. Many thanks from Pakistan

  • @rafaeladel20
    @rafaeladel20 12 лет назад

    I'm really glad that i found your channel. Thanks :)

  • @y2herc
    @y2herc 8 лет назад

    great, to the point and straight forward tutorials. keep up the good work

  • @Csharp-video-tutorialsBlogspot
    @Csharp-video-tutorialsBlogspot  11 лет назад

    To insert data into a table we can use SqlCommand object's ExecuteNonQuery() method. We have discussed this in Part 4 of ado.net tutorial. However, we did not get the input from the user interface. We hard-coded the values that we want to insert in the code. You can easily replace the hard-coded values with values from the UI. Make sure to use parmeterized queries or stored procedures. Never, ever build queries by concatenating strings, as this will open a security hole for sql injection.

  • @mikenzuzi1796
    @mikenzuzi1796 12 лет назад

    The best asp.net tutos

  • @carolynnovak2089
    @carolynnovak2089 11 лет назад

    Beautifully done. Thank you so much!

  • @mouradbarakat123
    @mouradbarakat123 12 лет назад

    Excellent video tutorial. Many thanks.

  • @mohammednadeem8758
    @mohammednadeem8758 8 лет назад

    you are ultimate sir!!!good work keep it up!! :-)

  • @tecdockerz
    @tecdockerz 6 лет назад

    Hi, Thanks for your videos it's 6 years old but still meaning full. I hope you do the same effort or upcoming technologies.

  • @MrLuciDream
    @MrLuciDream 11 лет назад

    Thank you! I enjoy your tutorials, they're so clear and well structured!
    I have one question though:
    I'm implementing cascading dropdown lists in multiview and want to retain their states; the problem is either the second dropdown (the one depending on the first one) keeps adding the values to its list every time I select it, or the both dropdown lists don't remember their states between views.
    I tried different options for AutoPostBack and EnableViewState. Could you please advise?

  • @zakksat
    @zakksat 11 лет назад

    thanks a lot, the best of the best

  • @Csharp-video-tutorialsBlogspot
    @Csharp-video-tutorialsBlogspot  11 лет назад

    yes you can, I have done it that way as I already had the required html.

  • @Trzbne
    @Trzbne 6 лет назад

    I was here 1 week ago... Back then you had 380 000 subscriber, now you have 382 000. Please make plans. If we reach 1 million, we should establish a Republic on a nice island.

  • @palboynetable
    @palboynetable 11 лет назад

    Big thanks , you saved me :)

  • @sergiocordova3154
    @sergiocordova3154 9 лет назад +1

    Hi, I have a question, how do you implement this on mvc, I just can find an explanation, can you please help me

  • @PankajKumar-sr3ib
    @PankajKumar-sr3ib 9 лет назад +1

    Thanks for this nice video...

  • @girijag2813
    @girijag2813 12 лет назад

    Superb! video...Thanks alot:-)

  • @mehtarahul1419891
    @mehtarahul1419891 11 лет назад

    again amazing tutorial... thanks

  • @kanasree123
    @kanasree123 11 лет назад

    You are really great sir!
    Sir, in this video, you have pasted all the html code.Without typing all that, i can do it in design by dragging and dropping controls, right?

  • @prashantbhuvad6852
    @prashantbhuvad6852 7 лет назад

    can i use more than one multipleview in one webform

  • @rockilabs8737
    @rockilabs8737 3 года назад

    Sir hiw how to access your blog to download the html code

  • @kanasree123
    @kanasree123 11 лет назад

    Sir, in ADO.NET video series, I think you told about how to retrieve data from database, but you dint say about how to store data in database upon user input in UI, Sorry, if am mistaken.Am bit confused about how we are storing Personal details and contact details by user input to database.

  • @erdinc2727
    @erdinc2727 11 лет назад

    thanks for great tutorial. in this video u told that u will give link of it in your form. but i couldn't find it. where can i find the link ?

  • @umairfarooq7032
    @umairfarooq7032 6 лет назад

    very good..!!

  • @Csharp-video-tutorialsBlogspot
    @Csharp-video-tutorialsBlogspot  11 лет назад +1

    lol! I should have mentioned that at the beginning of the video. Good Luck.

  • @kanasree123
    @kanasree123 11 лет назад

    ah,yes..Now I got it..thank you sir..

  • @mshamrok
    @mshamrok 11 лет назад

    thanks for a nice session.
    could we have asp.net with Oracle Db in future thanks...

  • @kanasree123
    @kanasree123 11 лет назад

    when you are clicking submit button, it is going to confirmation page.but you told that its going to confirmation page on clicking step 3 button.

  • @exclusivevideos8310
    @exclusivevideos8310 7 лет назад

    I want to redirect my page to a specific view, but it is not happpening. can anyone tell that how it will be done? I am doing like this....
    Response.Redirect("mypage.aspx?MultiView1.View=4")

  • @josephoyila6913
    @josephoyila6913 11 лет назад

    Thanks for the Good work, In fact you building value to my generation of youth . Sir how do will do validation on this form as l tried to do it but will not work in multview form. thanks for the help

  • @jeevanantham.r8144
    @jeevanantham.r8144 3 года назад

    Screen clear ahh illa

  • @MultiMama44
    @MultiMama44 10 лет назад

    graet work , but i have question how can save data to the database using multiview control iam try to do this but it tell me not found proc can you help me plz

  • @ferozmohd4753
    @ferozmohd4753 2 года назад

    can any one know where we use Multiview in real time

  • @XPUCTUAHUH
    @XPUCTUAHUH 11 лет назад

    lol! I'd paused the video on 6:05 and created all the tables by hand and at 6:07 you say that there is a blog where you can juct copy+paste the table from)))

  • @knp5301
    @knp5301 6 лет назад

    sir could u please upload a video movie tkt booking.

  • @IrfanShaikh25102013
    @IrfanShaikh25102013 9 лет назад +1

    Hi Venkat
    Please make videos on WPF.

  • @wissamfawzy6543
    @wissamfawzy6543 7 месяцев назад

    nice

  • @ctaproductions2272
    @ctaproductions2272 6 лет назад

    i will use div and hide and show instead of using multiview control

  • @bibochip1
    @bibochip1 11 лет назад

    Ex me, I want to learn how can we show the tooltip ( such as profile tooltip) by loading from database bro! (Ex: Facebook profile tooltip)
    Thank you so much!

  • @mydeenali
    @mydeenali 11 лет назад

    good

  • @elliaisaac9039
    @elliaisaac9039 5 лет назад

    its helping me n 2019 and i dont know why there are 7 dislikes , lmao?

  • @knp5301
    @knp5301 6 лет назад

    please sir upload sir very soon m waiting.

  • @kanasree123
    @kanasree123 11 лет назад

    You are really great sir!
    Sir, in this video, you have pasted all the html code.Without typing all that, i can do it in design by dragging and dropping controls, right?