how to fetch the value of a datafield into a textbox
C#
4
Posts
2
Posters
0
Views
1
Watching
-
hi, after fetching the data into the datagridview, how to display the value of a particular field of a selected row, in a textbox. It is a windows application not an asp . It contains datagridview, not gridview. It is C#.
Nitin Raj Bidkikar
Hello, open this http://msdn2.microsoft.com/en-us/library/system.windows.forms.datagridview.selectedcells.aspx[^]
Thanks, Sun Rays To get something you must have to try once. My Articles
-
Hello, open this http://msdn2.microsoft.com/en-us/library/system.windows.forms.datagridview.selectedcells.aspx[^]
Thanks, Sun Rays To get something you must have to try once. My Articles
-
I am able to open this..
Thanks, Sun Rays To get something you must have to try once. My Articles