Ask a Question related to Dreamweaver AppDev, Design and Development.
-
mxa #1
2nd datagrid will not refresh data in ASP.Net (VB)
I am using asp.net (VB) and have two datagrids on the page. They both conect to
the same database (using seperate database connections) but the 2nd one shows
only items that have a quantity more than 0. When I update the 1st datagrid it
post back the information and the update shows, but, the second datagrid does
not show the update (unless I refresh the page which forces the browser to
submit again and reload the page, then it shows the change). Can anyone help
please?
mxa Guest
-
Redraw or Refresh DataGrid
Hi all, The idea is to change the height of certain row. The next code does it well but after change the height of that row the grid need to be... -
Refresh and/or Reindex a datagrid
How can I refresh a datagrid, or more precisely, insert a new row with a new index # and reorder the remaining rows. In ItemDataBound, if the value... -
Refresh Table data
Hi Is it possible to refresh the data in a table supplied by a recordset? -- Kind Regards Rikesh (V.InterDev6.0-SP5/W2K-SP4/SQL2K-SP3) -
Datagrid Refresh
I have a pageable datagrid. The records are updated by several people throughout the department. If one user has scrolled to the last page, then... -
Data refresh
Hello! After that I have changed the filter of a form, how I get immediately after the new data displayed? (The textboxs are all linked to the... -
Paul Whitham TMM #2
Re: 2nd datagrid will not refresh data in ASP.Net (VB)
You need to have a databind method on the second grid that gets fired when
the first one is updated. It sounds like the second is only being called in
the page load event.
--
Regards
Paul Whitham
Macromedia Certified Professional for Dreamweaver MX2004
Valleybiz Internet Design
[url]www.valleybiz.net[/url]
Team Macromedia Volunteer for Ultradev/Dreamweaver MX
[url]www.macromedia.com/support/forums/team_macromedia[/url]
"mxa" <webforumsuser@macromedia.com> wrote in message
news:d3dvo0$km9$1@forums.macromedia.com...conect to> I am using asp.net (VB) and have two datagrids on the page. They bothshows> the same database (using seperate database connections) but the 2nd onedatagrid it> only items that have a quantity more than 0. When I update the 1stdoes> post back the information and the update shows, but, the second datagridhelp> not show the update (unless I refresh the page which forces the browser to
> submit again and reload the page, then it shows the change). Can anyone> please?
>
Paul Whitham TMM Guest



Reply With Quote

