ASP.NET 1.1 Converted Projet : Datagrid problem
- From: "Olivier Matrot" <olivier.matrot.rte@xxxxxxxxxxxxx>
- Date: Thu, 3 Nov 2005 17:10:18 +0100
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.
.
- Prev by Date: RE: Long list of items in my datagrid, editing is a pain!!
- Next by Date: Re: datagrid : change the string formatting expression
- Previous by thread: RE: Long list of items in my datagrid, editing is a pain!!
- Next by thread: Re: ASP.NET 1.1 Converted Projet : Datagrid problem
- Index(es):
Relevant Pages
|