vote up 2 vote down star
1

hi all I am new to asp.net. So need some practical tips and tricks for using GridView.

flag

48% accept rate
2  
heres a tip: use asp.net mvc :) seriously though, you avoid the horrendous viewstate, page lifecycle etc. AND you get a better chance of learning HTML and CSS properly (not guaranteed tho). not really a tip&trick so posted as comment. – Darko Z Jul 14 at 5:02
thanks any way. – odiseh Jul 14 at 5:39

3 Answers

vote up 2 vote down check

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.

link|flag
great link....many thanks – odiseh Jul 14 at 5:40
thanks your welcome! – Anirudh Goel Jul 14 at 6:01
vote up 1 vote down

And I inherited from the GridView to create the GridViewTree - a multi-column treeview server control. So reviewing this might give you some other ideas.

It can be found here.

link|flag
vote up 1 vote down

Well, I have a few blog posts on the GridView:

  1. Multiple Row Selections with CheckBoxes.
  2. Checking All Rows Using Client-Side Script.
  3. Attaching upload files to a record.
  4. Sort Column Arrow Performance.
  5. How to Work With a GridView Row in JavaScript.

All can be found here.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.