Date changes in a repeater control....... help!

  • Thread starter Thread starter James Radke
  • Start date Start date
J

James Radke

Hello!

I have a webpage (vb.net developed in Visual Studio.NET 2003) which has a
repeater control which has as one of its columns an editable textbox. This
textbox allows the user to enter a new scheduling date for the order. This
is all working fine.

However, the user asked if there is there a way that I can somehow display
the current date, and then select a date via pop-up calendar control
contained within the repeater? i.e., they should be able to do this for all
rows of data!

Any help would be appreciated!

Thanks!

Jim
 
Jim, perhaps the easiest approach is to drop the $50 for Peter Blum's date
package, which includes controls for popup calendars and the like. Check
it out at:
http://www.asp.net/ControlGallery/ControlDetail.aspx?Control=396&tabindex=2

A free approach, but one that will require more
thinking/developing/studying time on your side, would be to read this
article by James Avery, which looks at having a popup Calendar window:

Populating Form Inputs Using a Calendar Control
http://aspnet.4guysfromrolla.com/articles/030202-1.aspx

Happy Programming!

--

Scott Mitchell
(e-mail address removed)
http://www.4GuysFromRolla.com
http://www.ASPFAQs.com
http://www.ASPMessageboard.com

* When you think ASP, think 4GuysFromRolla.com!
 
Back
Top