Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx thread: Re: DateTime Picker Control


Message #1 by "Mingkun Goh" <mangokun@h...> on Sat, 7 Dec 2002 14:18:16
See this .net Spiffy Calender Box at 

The Spiffy Controls Library
http://www.liebherr-us.com/equis/desktopdefault.aspx?si=eddem007m001

It is really great when implemented!



[This is how I created a RTM version of the DLL which I used in my VS.net 
RTM project]
1. Create a new Web Control Library called 'SpiffyControlsLibrary'

2. Rename 'WebCustomControl1.vb' to 'CalendarBox.vb'

3. Paste in the Library Source Code for both AssemblyInfo.vb and 
CalendarBox.vb
http://www.liebherr-us.com/equis/desktopdefault.aspx?si=eddem007m002

4. Generate a new, random key pair using:
Strong Name Tool (Sn.exe)
sn -k keyPair.snk

5. In AssemblyInfo.vb, make sure this line points to where your 
keypair.snk is.
e.g. <Assembly: AssemblyKeyFileAttribute("C:\Documents and 
Settings\Administrator\My Documents\Visual Studio 
Projects\SpiffyControlsLibrary\keypair.snk")> 

6. Build this project and SpiffyControlsLibrary.dll will be created under 
your bin directory.



Previous message:
> 	Hi Folks,

		Can i use a datetimepicker control in a datagrid column in 
asp.net page or
its jes for win forms.
		If its for win forms only then is there any way i can 
provide similar
functionality to user for
		picking a date in my web form.

Regards,
Rohit

  Return to Index