Click here to Skip to main content
15,917,321 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hallo Everybody,

I have been dealing to build a Popup window for an Asp.Net web project. The Popup window is expected to display a result set of searched items on a GridView control when an Asp.Net Button is get clicked. This button, at the back end, it searches for items based on the user input and puts the result on the GridView, and then the the Popup displayed.

Now, the problem is the button couldn't make this, I don't know why but my suspicion is the event of the button is being blocked at the client side.

How can I solve this problem?

Thanks
Posted
Comments
BobJanova 20-May-11 5:08am    
What do you mean by 'the button doesn't make this'? Do the users get a notification from their popup blocker?
Sunasara Imdadhusen 20-May-11 5:43am    
Make sure check whether any Validation fires on Client side?
Yonathan1111 20-May-11 9:35am    
I am sorry for my less expression. What I meant is, the button is not doing its job.
Wonde Tadesse 20-May-11 22:55pm    
Can you post your your code ?

1 solution

What exactly is your problem, does your button not fire the correct event, can't you fill the gridview or do you not get a popup?
 
Share this answer
 
Comments
Yonathan1111 20-May-11 9:32am    
Yes, the button is not firing up the correct event. And the Popup is not coming out.

Thanks

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900