Calendar in ASP.NET

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.


 Subscribe in a reader

Go Back   Webforumz.com > Main Forums > Program Your Website > ASP.NET Forum

Notices




Reply
 
LinkBack Thread Tools
  #1  
Old Jan 18th, 2007, 04:20
New Member
Join Date: Jan 2007
Location: pune
Age: 24
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
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..
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote

  #2  
Old Apr 9th, 2007, 13:38
Junior Member
Join Date: Apr 2007
Location: Florida
Age: 41
Posts: 13
Thanks: 0
Thanked 0 Times in 0 Posts
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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #3  
Old Apr 18th, 2007, 14:01
Up'n'Coming Member
Join Date: Aug 2006
Location: Peru
Age: 21
Posts: 59
Thanks: 0
Thanked 0 Times in 0 Posts
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();" />&nbsp;
<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...
Attached Files
File Type: txt calendario.js.txt (20.4 KB, 31 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply

Tags
calendar, aspnet

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

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


All times are GMT. The time now is 15:26.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42