wayko Posted November 8, 2002 Posted November 8, 2002 I am trying to get the datgrid to update i tried multiple types of update commands none have worked yet any clues? Quote
wayko Posted November 10, 2002 Author Posted November 10, 2002 DataGrid Update Does anyone lnow the correct coding to update a datagrid in vb.net? i tried try DaraGrid1..... i tried dim strName = Ctype(e.item.Cells(2).Controls(0), textbox).text i tried them all i look at a c# version tried the command of ctype it worked there i tried making a windows datagrid did the try command and it worked but none of them worked for the web datagrid for vb.net please help Quote
*Gurus* Derek Stone Posted November 10, 2002 *Gurus* Posted November 10, 2002 Make sure you're refeshing a non-cached version of the page. Quote Posting Guidelines
wayko Posted November 10, 2002 Author Posted November 10, 2002 datagrid Im sorry i am very very new to this how do i go about that? also can you show me the correct coding for it'? Quote
*Gurus* Derek Stone Posted November 10, 2002 *Gurus* Posted November 10, 2002 Add a button/link which the user can click that refreshes the page. <a href="thisPage.aspx">Refresh</a> Also make sure to add this to the top of your ASP.NET code: <%@ OutputCache Duration="0" Location="Any" %> Quote Posting Guidelines
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.