Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 Development Tools
 ASP.NET
 very simple sorry all

Author  Topic 

notsosuper
Posting Yak Master

190 Posts

Posted - 2005-09-19 : 19:27:52
For the first time, I am creating datagrid and I have edit, delete linkbuttons. I need this code

Private Sub DataGrid1_UpdateCommand(ByVal source As Object, ByVal e As System.Web.UI.WebControls.DataGridCommandEventArgs)

this code above gets created doing what? I know not double clicking the edit, what else then? I cannot figure it out.

chadmat
The Chadinator

1974 Posts

Posted - 2005-09-27 : 22:54:01
I'm not sure I understand the question? You can just type it, or copy and paste it from this post.

I don't think there is a way to autogenerate this gode when using button columns on the DataGrid. If anything, see if the event exists in the event eindow in the designer, and type in the name of the method, then hit enter. I'm not 100% sure if this event exists on the Datagrid (I don't think it does) but you can try it.

-Chad

http://www.phxpoker.com

Phoenix's largest online poker community
Go to Top of Page
   

- Advertisement -