Click here to Skip to main content
15,920,111 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hi i am confused while i am using a grid view. Which one is most preferable to use in grid view either object data source control or Without using any data source control in real time for CRUD operation.
And please suggest me which material or book or some forum is best to learn gridview in depth. Because i want to learn grid view professionally.
Posted
Comments
Maciej Los 1-Mar-14 7:44am    
Preferable for who?
Thota Nani 1-Mar-14 7:58am    
for real time projects

I think, that the knowledge about gridview only for CRUD application is not enough ;( Please, read this: CRUD, Only When You Can Afford It[^]

You need to know about ASP.NET[^] and its controls[^].

I would suggest to start with tutorial[^]. Then, please read about security[^] and study samples[^].
 
Share this answer
 
Well, as M. Los has said, "knowledge about gridview only for CRUD application is not enough", he is quite right.
But still of you want to learn the gridview only for that purpose (professionally), I'd suggest you to look first at MSDN[^].

Now with this knowledge, you can certainly move on to some of the example of it, here
http://www.aspdotnet-suresh.com/2012/05/aspnet-gridview-examples-and-samples-in.html[^]
http://www.aspdotnet-suresh.com/2011/02/how-to-inserteditupdate-and-delete-data.html[^]

-KR
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900