This is a discussion on "Calendar in ASP.NET" within the ASP.NET Forum section. This forum, and the thread "Calendar in ASP.NET are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
Calendar in ASP.NET
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
Re: Learning ASP.NET
I am facing some problem in creating popup calender in asp.NET using asp calender control ...if any body has some knowledge in this i can post my codes also but first reply for this
thanx, raj.. |
|
|
|
#2
|
|||
|
|||
|
Re: Calendar in ASP.NET
I think you will get much more help if you just post the code. I am sure someone will help....
John Ginzo GinzoTech Solutions http://www.ginzotechsolutions.com |
|
#3
|
|||
|
|||
|
Re: Calendar in ASP.NET
I'd recommend to forget about using the calendar control, there's a better solution using just javascript, all you have to do is add a <div> element to your html code and call the javascript in the header, here's the div:
<div class="lector"> <span>Date: </span> <span class="CalendarioWeb"> <input name="fecha_llega" type="text" size="9" id="fecha_llega" onfocus="this.blur();" /> <img alt="Click to select date" onclick="popUpCalendar(this, document.getElementById('fecha_llega'), 'dd/mm/yyyy');" src="<%=Request.ApplicationPath%>img/table.gif" border="0" height="16" width="16" /> </span> </div> I'm sending the .js file, just rename it and remove the .txt extension. Hope it helps... |
![]() |
| Tags |
| calendar, aspnet |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| calendar | unitedcraig | Webforumz Cafe | 2 | May 17th, 2008 20:22 |
| Calendar Display | jakesterguy | JavaScript Forum | 1 | Aug 20th, 2007 22:24 |
| Web Calendar | simmo | Website Planning | 3 | Jun 29th, 2007 11:28 |
| Adding a calendar? | Stefan83 | Website Planning | 1 | May 8th, 2007 19:18 |
| Calendar | accessman | Databases | 0 | Sep 19th, 2005 07:10 |