Link to home
Start Free TrialLog in
Avatar of soliveira
soliveira

asked on

How to create a pop up window in a C# web app?

the scenario is: i have a web app so when the user populate a date field and a text field and click validate it returns from sql data base a datatable. If this datatable has one record it fill all the fields in the page, however, if the datatable has more than one record I would like to make a window pop up with the records of the datatable so the user can chose one and it could return to the main page and fill all the fields.
ASKER CERTIFIED SOLUTION
Avatar of Dirk Haest
Dirk Haest
Flag of Belgium image

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
Not suggesting this as an answer, but once I used a floating div that would become visible/invisible.  Inside the div I had  a caption and message.