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
What is boxing and unboxing in asp.net?
What is preprocessor in .net? Where it use?
Is asp.net a programming language or framework?
What is an imagemap in asp.net?
How would you create a permanent cookie?
What is the flow of processing of the request? : asp.net mvc
Explain the different types of assemblies?
What is the difference between pathparam and queryparam?
How does a content page different from a master page?
Write some code using interfaces, virtual methods, and an abstract class`
Explain the differences between managed and unmanaged code?
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
Why do we need a web application session?
Whta are the Various steps taken to optimize a web based application (caching, stored procedure etc.) ?
What is the difference between union and join?