J
Jarod_24
I've got a form where the user enters some info. Among other things a
4-digit postal number typed into a TextBox.
Most of the time the user will only type inn the number, but when the user
can't remeber the number he should be able to press a button and get a page
that lists all the numbers and select the name click on a ok-button and then
return to the original page.
I thought that instead of making a .aspx page, goto that, and then return,
that i could use a pop-up for this that would return a value to the page
that created the pop-up.
How do i do that (create a pop-up) in Visual Studio?
4-digit postal number typed into a TextBox.
Most of the time the user will only type inn the number, but when the user
can't remeber the number he should be able to press a button and get a page
that lists all the numbers and select the name click on a ok-button and then
return to the original page.
I thought that instead of making a .aspx page, goto that, and then return,
that i could use a pop-up for this that would return a value to the page
that created the pop-up.
How do i do that (create a pop-up) in Visual Studio?