Click here to Skip to main content
15,892,927 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am making project and i have one problem. in one page i have 9 server control 4 gridview and 5 datalists. due to server control view state is very high

and performance very low..

My client want to do work with jquery and he wants i should use any client control like div or table.

How can i bind data with table or div from sql server database tables..using ASP.NET
ADO.NET

Urgent
Thanks
Posted
Comments
[no name] 29-Feb-12 8:15am    
Don't mark the question as urgent, it is very rude. This is a volunteer site and people will answer on their time not yours. What is urgent to you is irrelevant to us.
[no name] 29-Feb-12 8:20am    
^ also rude.
[no name] 29-Feb-12 9:42am    
How so?
nawabprince 2-Mar-12 5:06am    
i m apologize to you Mark.Next time i will take care about it..anyway thank for giving me time..

1 solution

Client-side binding can be done with ASP.NET 4.0, otherwise there are many examples of using JSON objects to create DOM elements. A little googling would help.
 
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