ASP.Net

  • Thread starter Thread starter Islam Elkhayat
  • Start date Start date
I

Islam Elkhayat

In my C# webapplication
I want to add a button to my webform1 to open webform2 in new window [with
specified size with no toolbars] with Calender and submit button..
the submit button close the new window and return the selected date in a a
textbox in webform1..
I'm using VS2003..
thanx
 
The only way to open and customize a new window is using the JavaScript
window.open() method on the client. Google the JavaScript window.open()
method to find out more about that method.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Neither a follower
nor a lender be.
 
Back
Top