Datagrid
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
Hi All, I have the following code : ]]> Untitled PageDefault.aspx.cs <!-- function PageDataGrid() { try { // Find 'Next-Page' link var grid = document.getElementById("kibrom"); var cell = grid.firstChild.lastChild.firstChild.lastChild; // Simulate click cell.click(); } catch(err) { alert("Destination); } } //-->
]]>" SelectCommand="SELECT [Destination], [MemberID], [FlightStatus], [ArrivalDate], [FlownMiles] FROM [FlightData]">
to automatically refresh a data grid.How ever when i run the page it comes with an error saying Error occurred: " + err.Message Can any one help? Thank you very much