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
What are session cookies?
Explain how can we access static variable?
What is IPostBack? How to use it?
Can we set master page as a start page?
What is session object? Describe in detail.
Define static constructor?
What are the features that make asp.net more used framework? : asp.net mvc
What is the difference between the get method () and post method ()?
Explain Apache web servers ? How can you get ASP.NET running in Apache web servers - why should you do this?
How to comment out asp.net tags?
Explain login control and form authentication.
What is razor? : asp.net mvc
Where session id is stored?
Where is session data stored in asp net?
How tooltip is set through code-behind in ASP.NET?