Please Help Me soon...
-
Hi to All How to Refresh the GridView in ASP.NET 2.0 Thanks Mohan Balal
-
Hi to All How to Refresh the GridView in ASP.NET 2.0 Thanks Mohan Balal
Call the grid's databind method.
I didn't get any requirements for the signature
-
Call the grid's databind method.
I didn't get any requirements for the signature
Hi, Means should I once again execute the query and assign the Datasource and call databind ? or simple dg.DataBind() ? Ramesh Sambari
Knowledge is like honey. Collect it, to make life sweet.
-
Hi, Means should I once again execute the query and assign the Datasource and call databind ? or simple dg.DataBind() ? Ramesh Sambari
Knowledge is like honey. Collect it, to make life sweet.
It depends on how you coded it. Do you want to refresh the grid with new data from the database or not? Press F5 and give it a try. There is more than one way to skin a cat. See the link below for more information. http://msdn.microsoft.com/en-us/library/aa992036(VS.80).aspx
I didn't get any requirements for the signature