I have. Numerous times. Same result. I can put the grid in edit mode from a button outside the grid, but not one of the std edit, delete, cancel buttons. I also can't find a reference to this error anywhere. Any ideas or workarounds would be appreciated
thanks
bg
----- Michael Tkachev wrote: ----
try to rebuild your application
Michae
"bgledet" <> wrote in messag
news:53EB586B-BA56-430F-AFBB-..
> I had an application developed on asp.net 1.0. I recently moved th
application to 2003 server and asp.net 1.1. The application loads fine, bu
everytime you click the edit button the grid, the grid disappears
>> dg1.EditItemIndex = e.Item.ItemInde
> Dim ponum As Integer = CInt(txtPONumber.Text
> coJA.daJACustomPO.SelectCommand.Parameters("@ponum ber").Value
ponu
> coJA.daJACustomPO.Fill(DsJACustomPO1
> dg1.DataBind(
>> This code worked before the move to 1.1
>> Any ideas? This is becoming a real problem as it needs to go back on-lin
as soon as possible
>> bg
|