Ask a Question related to ASP.NET Building Controls, Design and Development.
-
marty.overdear@intergraph.com #1
Problem keeping the datagrid view intact after updating
>NET 2003, vb code behind.
I am having a problem with the look of a page with a datagrid. I have
the grid populated, and it can be a couple of hundred rows long. If
the user is down toward the botton and updating a row, when he
clicks'update', it does get updated, but it roloads the page and puts
him back up to the start. He would like for the view to stay where he
is at on the page, not starting at the top again If he is changing
multiple rows towards the bottom of the grid, this would be very
troublesome. I am fairly new to asp.net, so some advise on what to
look at for solving this problem will be greatly appreciated.
One more thing, it will not be possible update every row that the user
wants and then update them all at once. According to what he changes
per row, different things can happen. They have to be updated one row
at a time
thx in advance
marty.overdear@intergraph.com Guest
-
Updating Templates in Dreamweaver & Keeping Client SideUpdates
I have a situation with a website where the client requests a change to be made within the main menu system of the website, so all of the templates... -
problem updating in datagrid ??
The guts of the below asp.net vb code was pieced together from another thread - all due credit to it's original author. Thank you! I've... -
Datagrid not updating database
I am using a dropdown box to query a database and populate a datagrid. Everything works except the update button. When the update button is... -
Problem when updating a datagrid
Using the sample walkthrough: Walkthrough: Using a DataGrid Web Control to Read and Write Data This is the Update command code: Private Sub... -
Keeping DataGrid Columns through Postback
I am doing the exact same thing you are requesting. Here is what you do: 1. You must wire-up a method to the eventhandler of the grid called...



Reply With Quote

