Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Date pop-up box in ASP.NET
Name: sthchris Date: August 27, 2004 at 00:58:25 Pacific OS: Win 2K server CPU/Ram: P4-2G/512MB
Comment:
Hi all,
I have a simple ASP.NET question here.
I wanna to create a button which can pop-up a 'date pop-up box' for user to select her preference date.
For example, just like the date (bottom right-corner) in MS Windows, when double-click on it, a 'date pop-up box' will be poping-up.
how's the coding should be in ASP.NET? Anybody please assist?
Name: sthchris Date: August 27, 2004 at 02:30:39 Pacific
Reply:
sorry,
I should say "Popup Calendar" instead of "Date pop-up box" in my heading.
0
Response Number 2
Name: GIS_tech Date: August 27, 2004 at 12:32:45 Pacific
Reply:
As for your specific question all you have to do is create a link (or button) and link it to a page that opens in a new browser instance and use one of the many available controls (date) available in ASP. Check ASP.net for details, but I know there is a simple control/object which allows you display a month/week based on the properties you set.
Using webmatrix is readily available in the list of objects/controls.
Summary: Both procedure A and procedure B access the same variable, but variables don't automatically maintain state across page calls in ASP.NET (lamentably, but for good reasons.) You can remedy this a varie...
Summary: Using Dreamweaver it is easy to create a pop up box that shows a larger image of a thumbnail on a web page. How do I get the Print command onto that pop up box? Julie ...
Summary: How to make array of server controls(eg textBox)in ASP.NET, so that i can handle them by single name, i found some examples in internet but was not able to understand them, so if anyone could help me ...