Update DataGrid

  • Thread starter Thread starter Mariame
  • Start date Start date
M

Mariame

Hi all
i want to update fields in datagrid but the problem that
[DataGrid1_UpdateCommand] doesent fire inspite that i delete it & make a new
one many time but still doesent fire?????????????????????

Regards
 
You got to have an Update button to invoke that event. Do you have one and
have its CommandName spelled right?

-Duron
 
im using the update button in datagrid & i write the code in the following
events:
Private Sub DataGrid1_UpdateCommand(ByVal source As Object, ByVal e As
System.Web.UI.WebControls.DataGridCommandEventArgs) Handles
DataGrid1.UpdateCommand

But this events doesent fire !!!



Duron said:
You got to have an Update button to invoke that event. Do you have one and
have its CommandName spelled right?

-Duron

Mariame said:
Hi all
i want to update fields in datagrid but the problem that
[DataGrid1_UpdateCommand] doesent fire inspite that i delete it & make a new
one many time but still doesent fire?????????????????????

Regards
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Datagrid update command 1
datagrid update Command 4
datatgrid Event Not firing 4
Windows 8 Product key 4
datagrid update command 13
Maximising Windows 2
DropDownlist items 2
Editable datagrid project sample 1

Back
Top