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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top