Looking for a better solution

Tech-Archive recommends: Speed Up your PC by fixing your registry

From: Ing. Rajesh Kumar (iambad(WithoutThis)_at_post.cz)
Date: 05/16/04


Date: Sun, 16 May 2004 22:53:47 +0200

Hi Everybody
I have a web application where i am reading data into a Dataset from a *.xml file and binding it to a datagrid so i can edit it in the web form.
The same Dataset i am entering into a Textbox so a JavaScript function can read it every 30 seconds and check some status and pop up a message if needed.

Everything is working fine, but i don't think that entering the same data into two different controls is a good idea so i just wanted to ask if there is an elegent way of doing this so I can remove the textbox and read data from the DataGrid at the client side or do something similar ?

Thanks in advance
Raja



Relevant Pages

  • Form to edit XML records
    ... I have an .aspx page that is successfully (I use Visual Web Developer ... reading an XML file and displaying the records on a datagrid ... on an edit button and it will launch an edit page passing that record ...
    (microsoft.public.dotnet.framework.aspnet)
  • How to create a DataGrid with check boxes generically
    ... I just want to creat a web page with a datagrid, ... it in which you can enter an SQL string. ... allow the user to select rows to delete, edit, etc..? ... enough problem if you only have one table you are binding to, ...
    (microsoft.public.dotnet.csharp.general)
  • Move bound column to right of dynamic column in datagrid?
    ... I have a datatable that I am binding to a C# ASP.NET 1.1 web page. ... it puts the Edit column on the left. ... I am doing the following on page load: (where dgItem is my datagrid): ... EditCommandColumn EditColumn = new EditCommandColumn; ...
    (microsoft.public.dotnet.framework.aspnet.datagridcontrol)
  • Re: Issues with datagridview last record updating sql database
    ... all populated with the current record in the datagrid... ... name to update tmpX? ... In my sample I edit one field and update it immediately. ... You can custom color cells, fonts, change ...
    (microsoft.public.dotnet.languages.vb)
  • Re: Would like to load a datagrid already in edit mode instead of having the user click the edit but
    ... Not multi row at all - single row. ... That means the buttons will be within the datagrid not somewhere else on the ... I want to put the update, edit, etc buttons somewhere else on the page - ... >>and rerender it in an edit state, ...
    (microsoft.public.dotnet.framework.aspnet.datagridcontrol)