Wrox Programmer Forums
|
VS.NET 2002/2003 Discussions about the Visual Studio.NET programming environment, the 2002 (1.0) and 2003 (1.1). ** Please don't post code questions here ** For issues specific to a particular language in .NET, please see the other forum categories.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the VS.NET 2002/2003 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old May 7th, 2004, 12:05 PM
Registered User
 
Join Date: May 2004
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to teabags Send a message via Yahoo to teabags
Default date picker in repeater

Hi.. I so stumped on this problem.. Could'nt think anyway to get this problem solved.

I have a repeater to which I need to add date picker. Date picker is unable to identify the unique text name since the name is repeated through the table. Ex:

<asp:Repeater id="docresults" runat="server">
<input type=text readonly=True runat=server name=trythis id=one >
<A onmouseover="window.status='Date Picker';return true;" onmouseout="window.status='';return true;"

<br>
<input type=text readonly=True runat=server name=trythis id=two >
<A onmouseover="window.status='Date Picker';return true;" onmouseout="window.status='';return true;"
</repeater>

How does the javascript know when the date is picked it has to populate the text field on that row ? In above ex. id 'one' in above example is repeated throughout the table.

Any help, hint is much appreciated !!!






Similar Threads
Thread Thread Starter Forum Replies Last Post
date picker slice2116 ASP.NET 2.0 Basics 5 August 18th, 2006 11:50 PM
date picker slice2116 ASP.NET 2.0 Professional 0 July 9th, 2006 09:21 AM
Date Picker nicole yeoh Reporting Services 1 November 19th, 2005 06:56 AM
Date Time Picker goraya C# 1 June 4th, 2004 07:01 AM
Date Picker wspace VS.NET 2002/2003 1 December 30th, 2003 12:42 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.