Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

I don't have enough room on my asp page for a full calender control, so I've decided to add a button that opens the calender control in a little popup window.

 

I'd like to click the button and then call a function to open the window (that is only big enough for a label and the calender), let the user select a date, then close the window, returning the date back to the textbox beside the button.

 

How on earth do I go about doing this in asp.net? I thought about using javascript, but I really need to return the date, so I think i have to keep it all client side...

Posted

One more question... How do I move the data between the clientside and serverside stuff? Like I click on the image on page one to display my calendar, then I click on the calendar, where more control detects I've selected a date and closes the window, causing the javascript to check the value of the calender control and put the value into a textbox on the first web page.

 

*WHew*

 

Isn't there a better/ easier way???

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...