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!!
+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
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.
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.
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...
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.
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?
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.
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?
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.
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")
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
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
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)))
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!
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?
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!!
+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
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.
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.
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...
Your tutorials are simply the best. Great work. Thanks.
I have no words to thank you. Your videos are wonderful... I have learnt a lot.... You are awesome.. Many thanks from Pakistan
I'm really glad that i found your channel. Thanks :)
great, to the point and straight forward tutorials. keep up the good work
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.
The best asp.net tutos
Beautifully done. Thank you so much!
Excellent video tutorial. Many thanks.
you are ultimate sir!!!good work keep it up!! :-)
Hi, Thanks for your videos it's 6 years old but still meaning full. I hope you do the same effort or upcoming technologies.
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?
thanks a lot, the best of the best
yes you can, I have done it that way as I already had the required html.
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.
Big thanks , you saved me :)
Hi, I have a question, how do you implement this on mvc, I just can find an explanation, can you please help me
Thanks for this nice video...
Superb! video...Thanks alot:-)
again amazing tutorial... thanks
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?
can i use more than one multipleview in one webform
Sir hiw how to access your blog to download the html code
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.
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 ?
very good..!!
lol! I should have mentioned that at the beginning of the video. Good Luck.
ah,yes..Now I got it..thank you sir..
thanks for a nice session.
could we have asp.net with Oracle Db in future thanks...
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.
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")
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
Screen clear ahh illa
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
can any one know where we use Multiview in real time
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)))
sir could u please upload a video movie tkt booking.
Hi Venkat
Please make videos on WPF.
nice
i will use div and hide and show instead of using multiview control
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!
good
its helping me n 2019 and i dont know why there are 7 dislikes , lmao?
please sir upload sir very soon m waiting.
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?