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 / sudhir kunnure
Just i want to say you that remove server side code for
page redirect when link click instead that write client
side code.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to reduce the width of textbox in editcommandcolumn of datagrid?
What are the different types of validation controls in asp.net?
Can we store object in viewstate?
What are the events that happen when a client requests an asp.net page from iis server?
Name the namespace which is used by ado.net?
What is a windows service?
Describe the disadvantage of cookies.
What are Master Pages in ASP.NET? or What is a Master Page?
Can we use MSSql as backend in asp.net...if yes then How.?
Explain model, view and controller represent in an mvc application? : asp.net mvc
How can you debug your.net application?
What are the different session state management options available in asp.net?
What is the difference between session and viewstate in asp.net?
how to retrieve property settings from xml .config file.
What is session in asp.net?