473,394 Members | 1,735 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,394 software developers and data experts.

Calander display from button

115 100+
I'm using ASP with MSAccess as database.

i have two text box and one button in my page.
and i need to select dates from calander and display it in this two textbox. but i dont need to place a calander all the time in my page.b'coz its taking lots of space. so what i need is that while pressing the button or while moving the cursor on top of textbox or button (like tool tip) i need the calander to display and i need to select the date and that date should be displayed in the textbox. like wise i need to fill two textbox.
and when i press the button it should display the records between thoses two dates in the textbox.

and for an idea what telling just check this site.
http://msdn2.microsoft.com/en-us/library/b9w25k6f.aspx

and see "Click to Rate and Give Feedback " while moving the cursor, a feedback box will appear and we can type inside that.

like wise whethere we can display a calander and select the date from that calander and display it inside the textbox.

if you have any idea how to do this please help me. i need some help in this. plaese help me if u have some idea.

thanks in advance
May 3 '07 #1
4 2621
jhardman
3,406 Expert 2GB
This is done with javascript, although I guess parts of it could be done with css. Anyway, I have moved your question out of the asp forum because asp can not help here. I hope the experts here will know how to help you.

Jared
May 3 '07 #2
remya1000
115 100+
I'm using ASP with MSAccess as database.

i have two text box and one button in my page.
and i need to select dates from calander and display it in this two textbox. but i dont need to place a calander all the time in my page.b'coz its taking lots of space. so what i need is that while pressing the button or while moving the cursor on top of textbox or button (like tool tip) i need the calander to display and i need to select the date and that date should be displayed in the textbox. like wise i need to fill two textbox.
and when i press the button it should display the records between thoses two dates in the textbox.

and for an idea what telling just check this site.
http://msdn2.microsoft.com/en-us/library/b9w25k6f.aspx

and see "Click to Rate and Give Feedback " while moving the cursor, a feedback box will appear and we can type inside that.

like wise whethere we can display a calander and select the date from that calander and display it inside the textbox.

if you have any idea how to do this please help me. i need some help in this. plaese help me if u have some idea.

thanks in advance
May 3 '07 #3
remya1000
115 100+
so whether i need to post this request to java page for some help.... and thanks for the post. actually i didnt know that. we need to use java script for this.
thanks.
May 3 '07 #4
acoder
16,027 Expert Mod 8TB
There are some free programs/scripts that do exactly what you require.

A Google search for "javascript calendar" should give you links to free Javascript calendars.

As for displaying/hiding, you can use the style attribute "visibility: hidden" and "visibility: visible". With javascript, that would be:
Expand|Select|Wrap|Line Numbers
  1. obj.style.visibility='visible'
where 'obj' is the calendar/text box.

You can also use overlib for tooltips.

If you have problems, post again with your code.
May 4 '07 #5

Sign in to post your reply or Sign up for a free account.

Similar topics

3
by: Michael Evanchik | last post by:
Im not getting any error messages but the event is not going off when i click the button it just posts back to the same page. I know this code has worked outside of Calanders with the same code. ...
0
by: Brian Henry | last post by:
is there a way to just show a calander control, and now allow people to click on the links with out disableing it so its all gray? thanks!
1
by: eakmeemana | last post by:
does some one know a full calander control,full-screen event calendar application with a monthly view, weekly view, daily view etc. I need it to list events that occur on the different dates. The...
3
by: Kurt Schroeder | last post by:
Hi, quick question: this, calSelect1.SelectedDate.DayOfWeek, will return the numeric day ofthe week for a given calander called calSelect1. is there a function or method that can give me the text...
0
by: si_owen | last post by:
Hi folks, I have a working calendar control on twp pages. one page to add events to a date, stored in database. and a second page to purely view the events in a gridview, which displays the...
0
by: lalit | last post by:
Hi all, I would like to make the the calender cery similar to google event calander in python. can any one help me where i will get library that uses AJAX is this feasible reg, Lalit
7
by: Jassim Rahma | last post by:
is there any way to steel the outlook calander control and use in my windows for application?
16
manoj9849967222
by: manoj9849967222 | last post by:
Hi All I have two Textbox "Textbox1" & "Textbox2" i want to use a calander control to populate the textbox. But i dontknow how to use the calander control. could any one suggest how to...
4
by: sudagnr | last post by:
Hi, a calander control should be visible when i click on image button and on selection of date on a calander control should dispaly in a text box. this should be done in client side. Can...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.