C cnote828 May 5, 2006 #1 I'm just learning ADO.NET. Can you update a GridView without doing a postback using DOM/javascript?
S Sahil Malik [MVP C#] May 5, 2006 #2 cnote - The answer is "Yes". Using Atlas, or the telerik AjaxPanel you can replace a postback with a callback and update any control that way. You can see my presenting the AjaxPanel right here - http://www2.sys-con.com/webinararchive.cfm?registered=on&pid=57 As you can see, in most scenarios, it is simply a matter of drag n drop. - Sahil Malik [MVP] ADO.NET 2.0 book - http://codebetter.com/blogs/sahil.malik/archive/2005/05/13/63199.aspx
cnote - The answer is "Yes". Using Atlas, or the telerik AjaxPanel you can replace a postback with a callback and update any control that way. You can see my presenting the AjaxPanel right here - http://www2.sys-con.com/webinararchive.cfm?registered=on&pid=57 As you can see, in most scenarios, it is simply a matter of drag n drop. - Sahil Malik [MVP] ADO.NET 2.0 book - http://codebetter.com/blogs/sahil.malik/archive/2005/05/13/63199.aspx