hi all I am new to asp.net. So need some practical tips and tricks for using GridView.
views:
148answers:
3
+2
A:
grid view is pretty slick especially in asp.net. You can check all the gridview tutorials on ASP DATA TUTORIALS.. it is the perfect place to start learning asp.net. If you don't want to learn then you can always add a sql database, insert a grid view and connect it to the data base via a datasource. Then you can play around with it. However i will strongly recommend those tutorials as they contain all tips and tricks you want to know. You can ask more questions here, i will be glad to answer.
Anirudh Goel
2009-07-14 05:11:39
great link....many thanks
odiseh
2009-07-14 05:40:30
thanks your welcome!
Anirudh Goel
2009-07-14 06:01:40
+1
A:
Well, I have a few blog posts on the GridView:
- Multiple Row Selections with CheckBoxes.
- Checking All Rows Using Client-Side Script.
- Attaching upload files to a record.
- Sort Column Arrow Performance.
- How to Work With a GridView Row in JavaScript.
All can be found here.
JBrooks
2009-07-14 22:02:04