Adding/Editing a row in GridView  
Author Message
.NET_Developer





PostPosted: XML and the .NET Framework, Adding/Editing a row in GridView Top

Can someone tell me how to add/edit a row in a Gridview

How do I use a common add & edit button for the gridview Also, how do I select a row in a gridview without explicitly using a commandfield or buttonfield I need to select the row, pass the column ID value & then click the edit button to perform the operation.

And, when I try using

updatePanel1.visible = false; //works

But when I try to make it visible: updatePanel1.visible = true; //it doesn't do anything, any idea why

I am working in .NET 2.0.

Any help will be very useful. Thanks.



.NET Development34  
 
 
Sergey Dubinets - MSFT





PostPosted: XML and the .NET Framework, Adding/Editing a row in GridView Top

This is of topic for this forum.

Use http://forums.asp.net/.