473,386 Members | 1,803 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,386 software developers and data experts.

Calander control in asp.net 2.0

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 any one post me the code..

Thanks,
Sudagnr.
Mar 28 '08 #1
4 1105
In page_load event

Calender1.visible=false


imagebutton_Click event

calender1.visible=true


calender1_selectionchanged event

textbox1.text=calender.selecteddate.date
Mar 28 '08 #2
Thanks for ur reply...
I need client side scripting to visible calander control.



In page_load event

Calender1.visible=false


imagebutton_Click event

calender1.visible=true


calender1_selectionchanged event

textbox1.text=calender.selecteddate.date
Mar 28 '08 #3
malav123
217 100+
HI,
According to your need javascript is the best way for client side coding...
Mar 28 '08 #4
kenobewan
4,871 Expert 4TB
Please don't just ask for code, show us what you have done and we will help solve your problem. Thanks.

MODERATOR
Mar 28 '08 #5

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

Similar topics

2
by: Billy Jacobs | last post by:
I am using the Day Render Event to place a red * on each day where there is at least one event. This works fine on my local machine. It however does not work on the production server. The...
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...
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...
7
by: Jassim Rahma | last post by:
is there any way to steel the outlook calander control and use in my windows for application?
11
by: gan | last post by:
hi dear all please help me im using the calander control from a form just i paste here the problem, the problem is when i click the calander button the calander is opening at the same time...
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...
1
by: reshmapk | last post by:
hello...i want a php code for my calander control.actually i want ...in my form having 'from' calander control and 'to' in 'from' calander.sapose i will click means that time i don't want privious...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
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:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
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...

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.