hi i have a problem regarding to datagrid in aspdotnet.i
have a datagrid in my application.i have to place
add,edit,delete buttons or links what ever it may be.
now the problem is if i click on add button then the page
has to redirected to another form called "xyz.aspx" and if
i click on edit button the page has to redirected to
another form called "abc.aspx".i am phasing the problem
that if where ever i click on the datagrid the cursor goes
to gv1_SelectedIndexChanged event.please tell me the
solution about the code.
Answer Posted / anant anand gupta
You can use the ItemCommand event of the datagrid.
give each command button a 'CommandName'
And 'CommandArgument' if required. CommandArgument you can
assign at the time of ItemDataBound (or RowDataBound) event
of the DataGrid. In the event handler method you can check
for the command name and perform the required task.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Explain program to call the js function when the change is being made in the dropdown list made in asp.net mvc? : asp.net mvc
Where is the session stored?
Name the method that needs to be invoked on the dataadapter control to fill the generated dataset with data?
What are Authentication and Authorization?
What are the session variables?
Explain how asp.net different from asp?
what are configuration files?
What kind of data can be stored in viewstate?
Explain about ASP.NET?
What is the differences between a primary key and a unique key in sql server?
Why the javascript validation not run on the asp.net button but run successfully on the html button?
What is asp.net globalization?
Explain the concept of event bubbling in ASP.NET?
How can you debug your.net application?
What is a 1x1 pixel?