Really needed this. So many of these videos are out there with incorrect steps. Yours is perfect. Thank you!
@Csharp-video-tutorialsBlogspot8 жыл бұрын
Thank you very much for taking time to give feedback. This means a lot. I am very glad you found the videos useful. I have organised all the Dot Net & SQL Server videos in to playlists, which could be useful to you kzbin.infoplaylists?view=1&sort=dd If you need DVDs or to download all the videos for offline viewing please visit www.pragimtech.com/kudvenkat_dvd.aspx Slides and Text Version of the videos can be found on my blog csharp-video-tutorials.blogspot.com Tips to effectively use my youtube channel. kzbin.info/www/bejne/r2ibYYCtnb5qZtU If you want to receive email alerts, when new videos are uploaded, please subscribe to my youtube channel. kzbin.info If you like these videos, please click on the THUMBS UP button below the video. May I ask you for a favor. 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. Good Luck Venkat
@hasans73706 жыл бұрын
I really appreciate your tutorials! I've been saved lots of times because of them! Tons of love
@Pablissimo853 жыл бұрын
Thank you! Your tutorial helped me a lot.
@angelfrance00711 жыл бұрын
thankyu so much!!! you really helped me!! Praise God
@Csharp-video-tutorialsBlogspot11 жыл бұрын
Hi Sure, I will do it.
@nadiayusof935 жыл бұрын
thanks for the tutorial! really helpful
@srinu143nivas11 жыл бұрын
Hey bro really cool and clear...thnks..:)
@mohanrajendiran690211 жыл бұрын
if i run this above program i am getting error...how to solve this Incorrect syntax near 'nvarchar'. Must declare the scalar variable "@ID".
@termsaknud4035 жыл бұрын
thank you so much. give you a big hug. ^^
@vindhawan10 жыл бұрын
My generate update,delete and insert in advanced option is not active.
@sagarmaniar47139 жыл бұрын
Surinder Dhawan If your Advanced SQL Generation Options are grayed out - your table probably has no Primary Key defined..
@greatsea10 жыл бұрын
my 'advanced' page grayed out
@kashifansari965 жыл бұрын
can i edit the position of these edit and cancel link buttons ? also can i use other buttons instead of link buttons??
@swaminathanp716111 жыл бұрын
Nice and clear..
@pushpakgosavi96976 жыл бұрын
thank you so much sir for this "great" Video
@nyashachamunokara97878 жыл бұрын
SqlDataSource "Specify columns from a table or view" option is grayed out in the "Configure the Select Statement" page. What do I do, help please, I'm new to VS.
@chucksihebuzor89419 жыл бұрын
Thanks for all your tutorials. They have helped me in my recent developer role. I have a question ( there does not seem to be any answers anywhere on the web ) How do you create a search box where after getting a result from searching and click the edit button on the Gridview next to the result? it doesn't do a postback and refresh the whole Gridview again - making the edit to jump to the wrong search record. I hope that makes sense.
@abhaymohite159 Жыл бұрын
I encountered exact issue today. I searched many sites but didn't find the solution and then came across ur comment. Do u have workaround for this. Thank you in advance.
@pinky973411 жыл бұрын
Thank you So much ...its working fine
@dotnetfullstackrktutorials8 жыл бұрын
sir could you please tell me how to update data in my registration form when i click edit button in my gridview control...please its urgent
@9729rahul11 жыл бұрын
sir when i clicked in edit button gridview column is resized.. can u tell me how to fix the size of column in gridview..
@shreyanshrathi60516 жыл бұрын
How can I reorder my columns in grid view if I select a grid view from data and in that grid view i add a column of update but I want that column to present at the last of my table not first how should I do that?
@AMITCHAUDHARI13896 жыл бұрын
The edit link button is the first column in the gridview control. What if I want that to be the last coloum. How to achieve that?
@hasans73706 жыл бұрын
You can simply do so, by clicking on the small arrow of the grid view, and then click on edit columns. Pick the link/button or whatever in the selected fields, and u can freely manipulate its position using the upward/downward arrows.
@Ayubajbnabi11 жыл бұрын
Thanks for this video. I will appreciate if you could also do the GridView Editing using ObjectDataSource like you did in your previous videos about select and delete. Thanks allot.
@CloudDba359 жыл бұрын
dear sir when I Am editing data and clik on update button I am Getting this error
@michaeldemaeyer856711 жыл бұрын
when i used the update in my browser it updated all the items to the one that was updated.. What's wrong ?
@BhushanPrasad3 жыл бұрын
Thank You
@mohanrajendiran690211 жыл бұрын
Incorrect syntax near 'nvarchar'. Must declare the scalar variable "@ID". I am getting this type of error.how to solve this
@zahidtariq81986 жыл бұрын
same error
@yancur11 жыл бұрын
If your Advanced SQL Generation Options are grayed out - your table probably has no Primary Key defined..
@rashasalim125911 жыл бұрын
you probably forgot to add "WHERE " in the update command, it happened to me once