Insert, Edit, Update, Delete in GridView using VB.NET |
|
Answered By
Moderator1
on
1/29/2010 7:51:58 PM |
|
|
|
|
Hi,
The difference between C# and VB.NET is only syntax. So no need to worried about the sample given in C#. Go through the code, you can understand the logic and concept. Refer our article at url
http://www.aspdotnetcodes.com/GridView_Insert_Edit_Update_Delete.aspx
Also you need a conversion tool, you can use the below url to convert C# to VB.NET.
http://www.developerfusion.com/tools/convert/csharp-to-vb/ |
|
|
|