ASP.NET - bind gridview in asp.net with simple xmlhttprequest using javascript
Asked By prakash rg
03-Feb-12 04:11 AM
how to bind gridview from SQL database in asp.net with simple xmlhttprequest using javascript.
help me......
Danasegarane Arunachalam replied to prakash rg
Hope http://forums.asp.net/t/1219714.aspx/1helps
kalpana aparnathi replied to prakash rg
hi,
Solution:
Instead of just assigning the grid source on server, get back the new
grid xml on client side and assign that to the grid via Javascript to
see the change.
Thus steps after XMLHttpRequest sent:
1. Generate the new html of the new data bound to grid
2. Send that back to client side
3. Use the recieved html to fill in the grid container.
http://www.codeproject.com/KB/aspnet/JavaScriptGridView.aspx?display=Print
http://www.4guysfromrolla.com/articles/062106-1.aspx
http://blog.ashmind.com/index.php/2007/06/21/client-side-databinding-with-aspnet-ajax-futures/
http://dotnetslackers.com/articles/ajax/ASPNETAjaxGridAndPager.aspx
http://weblogs.asp.net/rashid/archive/2008/01/14/ajaxdatacontrols-gridview-part-two.aspx

Net hi friends Any one send frequently asked Important questions in C# .Net, ADO .Net, Asp .Net and Sql Server. . . . . . . . tx in Advance. . . . . . Hi, Find this. . (B)What is an IL? (B A) What is scavenging? (B) What are different types of caching using cache object of ASP.NET? (B) How can you cache different version of same page using ASP.NET cache object? (A) How will implement Page Fragment Caching? (B) Can you compare ASP.NET sessions with classic ASP? (B) Which are the various modes of storing ASP.NET session
net ADO is designed primarily for connected access ADO.net the disconnected access to the database is used In ADO you communicate with the database by making calls to an OLE DB provider. In ADO.NET you communicate with the database through a data adapter (an OleDbDataAdapter, SqlDataAdapter, OdbcDataAdapter, or OracleDataAdapter object), which makes calls to or the APIs provided by the underlying data source. In ADO you cant update the database from the recordset. ADO.NET the data adapter allows you to control how the changes to the dataset are transmitted to the database. On order to get assembly info which namespace we should import? System.Reflection Namespace How tab”) This will fill the dataset with the records starting at 5 to 15 .NET Database interview questions How do you call and execute a Stored Procedure in.NET? Give an in Sql server as var_name int How do you separate business logic while creating an ASP.NET application? There are two level of asp.net debugging 1. Page level debugging For this
Migration from ASP to ASP.net How to convert ASP site to ASP.NET site using C# http: / / www.asp.net / downloads / archived-v11 / migration-assistants / asp-to-aspnet hi, ASP.NET framework is very much different from unstrucured ASP and there is no correct way to