Link to home
Start Free TrialLog in
Avatar of Michael Sterling
Michael SterlingFlag for United States of America

asked on

How do I use/create a simple modal popup?

I'm looking for a simple way to create / use a modal popup on my page either with a <asp:Button> or a an <asp:LinkButton>. I just need some simple examples and or code to do this. On the popup will probably be a text box and a button to do a quick check against a value in a table in my db and then upon confirmation / validation of this value, close the popup.
ASKER CERTIFIED SOLUTION
Avatar of xav056
xav056

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Michael Sterling

ASKER

thanks i was having issues with it until i read through the details enough to find out that i didn't have the proper scriptmanager running. thanks anyway...