ASP.NET 1.1 Converted Projet : Datagrid problem

Tech-Archive recommends: Fix windows errors by optimizing your registry



Hello,
I've converted an existing ASP.NET 1.1 project to Visual Studio 2005.
There is a problem with the Datagrid control. The Update & Cancel commands
are not working anymore (Edit is working).

Ive noticed that the postback generated javascript has changed since
ASP.NET 1.1. For Example in ASP.NET 1.1, the Updade shortcut
is "javascript:__doPostBack('dgReceivedHistory$_ctl3$lbValidate','')"
In 2.0 it is now "javascript:__doPostBack('lbValidate','')".
The main differences is that there is no more reference to the datagrid in
the client ID of the control...

Any help apreciated.
TIA.



.



Relevant Pages

  • Re: Advanced Grid Usage
    ... When it comes to data-bound controls and database programming, ... DataGrid control is the most versatile, ... available in Visual Studio .NET. ... > data entry forms on many sides on Data Grid. ...
    (microsoft.public.dotnet.academic)
  • Re: Newbie cannot find subform control
    ... anywhere on the Toolbox, or under any of the main menu categories. ... I'm using Visual Studio 2005 VB for a Windows application. ... I can place a DataGrid control, but I really want a continuous form subform. ...
    (microsoft.public.dotnet.languages.vb.controls)