I have a GridView on web form, and a column in a grid is a
linkbutton to open popup..., my problem is when i click on
link button in a gridview popup opens as well works fine.
but when i click on link button once again my popup window
doesnt open.
Can any one help please...
Answers were Sorted based on User's Feedback
Answer / girish
if ur doing by server controls then u can direct add the link button to the grid view then it will work all the times using item template
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the 3 main components of an asp.net mvc application?
How we can invoke child actions in ASP.Net MVC?
what is minimum requirement for entity framework applications to run?
what is client wins and store wins mode in entity framework concurrency?
What’s the advantage of using System.Text.StringBuilder over System.String?
How can Bitwise OR operator reresents in .Net?? To which alias name a variable points to if it is declared as "int" variable??
What is meant by domain model?
What is the mvc pattern (model view controller pattern)?
What is the use of razor view engine?
How can I return string result from action in asp.net mvc?
what is view state
What is the purpose of a web form?