473,548 Members | 2,593 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Is it possible to client-side validate a calendar?

Hello.

Developing a VS2005, SP4, VB, .NET 2.0, ASP.NET 2.0, web site program using
a calendar.

I tried using the validators to see if i can validate dates using a calendar
control. It does not allow me to select the calendar control in the
drop-down list for the ControlToValida te property.

Is it possible to do client-side validation of calendar dates?

Any help would be gratefully appreciated.

Thanks,
Tony
Mar 26 '07 #1
6 3366
ua
On Mar 26, 7:55 am, "Tony Girgenti" <tony(nospam)@l akesideos.com>
wrote:
Hello.

Developing a VS2005, SP4, VB, .NET 2.0, ASP.NET 2.0, web site program using
a calendar.

I tried using the validators to see if i can validate dates using a calendar
control. It does not allow me to select the calendar control in the
drop-down list for the ControlToValida te property.

Is it possible to do client-side validation of calendar dates?

Any help would be gratefully appreciated.

Thanks,
Tony
Tony,

A solution that I have gone with is to use the CalendarExtende r on a
TextBox provided by AJAX Controls available at: http://ajax.asp.net/toolkit/default.aspx.
This gives me the calendar functionality and then I just apply a
RegularExpressi onValidator on the TextBox. My favorite feature of
this is that I don't have to use up this large space on the page to
display a Calendar and yet still maintain the Calendar Functionality I
desire.

I hope this helps.

Thanks,

Joshua

Mar 26 '07 #2
Hello Joshua.

I'm just getting into studying AJAX. That sounds like what i want.

If i use the AJAX control, do i have to have the AJAX program running on the
server when and where i go to install the finished product?

Thanks,
Tony

"ua" <jo********@gma il.comwrote in message
news:11******** *************@n 59g2000hsh.goog legroups.com...
On Mar 26, 7:55 am, "Tony Girgenti" <tony(nospam)@l akesideos.com>
wrote:
>Hello.

Developing a VS2005, SP4, VB, .NET 2.0, ASP.NET 2.0, web site program
using
a calendar.

I tried using the validators to see if i can validate dates using a
calendar
control. It does not allow me to select the calendar control in the
drop-down list for the ControlToValida te property.

Is it possible to do client-side validation of calendar dates?

Any help would be gratefully appreciated.

Thanks,
Tony

Tony,

A solution that I have gone with is to use the CalendarExtende r on a
TextBox provided by AJAX Controls available at:
http://ajax.asp.net/toolkit/default.aspx.
This gives me the calendar functionality and then I just apply a
RegularExpressi onValidator on the TextBox. My favorite feature of
this is that I don't have to use up this large space on the page to
display a Calendar and yet still maintain the Calendar Functionality I
desire.

I hope this helps.

Thanks,

Joshua

Mar 26 '07 #3
"Tony Girgenti" <tony(nospam)@l akesideos.comwr ote in message
news:eN******** ******@TK2MSFTN GP04.phx.gbl...
Developing a VS2005, SP4, VB, .NET 2.0, ASP.NET 2.0, web site
SP4...? SP4 of what...?
Mar 26 '07 #4
On 26 Mar, 23:11, "Tony Girgenti" <tony(nospam)@l akesideos.comwr ote:
Hello Joshua.

I'm just getting into studying AJAX. That sounds like what i want.

If i use the AJAX control, do i have to have the AJAX program running on the
server when and where i go to install the finished product?

Thanks,
Tony

"ua" <joshuam...@gma il.comwrote in message

news:11******** *************@n 59g2000hsh.goog legroups.com...
On Mar 26, 7:55 am, "Tony Girgenti" <tony(nospam)@l akesideos.com>
wrote:
Hello.
Developing a VS2005, SP4, VB, .NET 2.0, ASP.NET 2.0, web site program
using
a calendar.
I tried using the validators to see if i can validate dates using a
calendar
control. It does not allow me to select the calendar control in the
drop-down list for the ControlToValida te property.
Is it possible to do client-side validation of calendar dates?
Any help would be gratefully appreciated.
Thanks,
Tony
Tony,
A solution that I have gone with is to use the CalendarExtende r on a
TextBox provided by AJAX Controls available at:
http://ajax.asp.net/toolkit/default.aspx.
This gives me the calendar functionality and then I just apply a
RegularExpressi onValidator on the TextBox. My favorite feature of
this is that I don't have to use up this large space on the page to
display a Calendar and yet still maintain the Calendar Functionality I
desire.
I hope this helps.
Thanks,
Joshua- Hide quoted text -

- Show quoted text -
The CalendarExtende r is very nice but you must install Microsoft AJAX
Extensions on the server in order to use it.
Mar 27 '07 #5
Hello Mark.

Hmmmm. So, is it worth it for me to use the CalendarExtende r? I would have
to install the Microsoft AJAX Extensions on the server wherever i take my
program?

Thanks,
Tony

"mark4asp" <ma******@gmail .comwrote in message
news:11******** **************@ p15g2000hsd.goo glegroups.com.. .
On 26 Mar, 23:11, "Tony Girgenti" <tony(nospam)@l akesideos.comwr ote:
>Hello Joshua.

I'm just getting into studying AJAX. That sounds like what i want.

If i use the AJAX control, do i have to have the AJAX program running on
the
server when and where i go to install the finished product?

Thanks,
Tony

"ua" <joshuam...@gma il.comwrote in message

news:11******* **************@ n59g2000hsh.goo glegroups.com.. .
On Mar 26, 7:55 am, "Tony Girgenti" <tony(nospam)@l akesideos.com>
wrote:
Hello.
>Developing a VS2005, SP4, VB, .NET 2.0, ASP.NET 2.0, web site program
using
a calendar.
>I tried using the validators to see if i can validate dates using a
calendar
control. It does not allow me to select the calendar control in the
drop-down list for the ControlToValida te property.
>Is it possible to do client-side validation of calendar dates?
>Any help would be gratefully appreciated.
>Thanks,
Tony
Tony,
A solution that I have gone with is to use the CalendarExtende r on a
TextBox provided by AJAX Controls available at:
http://ajax.asp.net/toolkit/default.aspx.
This gives me the calendar functionality and then I just apply a
RegularExpressi onValidator on the TextBox. My favorite feature of
this is that I don't have to use up this large space on the page to
display a Calendar and yet still maintain the Calendar Functionality I
desire.
I hope this helps.
Thanks,
Joshua- Hide quoted text -

- Show quoted text -

The CalendarExtende r is very nice but you must install Microsoft AJAX
Extensions on the server in order to use it.


Mar 27 '07 #6
On 28 Mar, 00:13, "Tony Girgenti" <tony(nospam)@l akesideos.comwr ote:
Hello Mark.

Hmmmm. So, is it worth it for me to use the CalendarExtende r? I would have
to install the Microsoft AJAX Extensions on the server wherever i take my
program?

Thanks,
Tony

"mark4asp" <mark4...@gmail .comwrote in message

news:11******** **************@ p15g2000hsd.goo glegroups.com.. .
On 26 Mar, 23:11, "Tony Girgenti" <tony(nospam)@l akesideos.comwr ote:
Hello Joshua.
I'm just getting into studying AJAX. That sounds like what i want.
If i use the AJAX control, do i have to have the AJAX program running on
the
server when and where i go to install the finished product?
Thanks,
Tony
"ua" <joshuam...@gma il.comwrote in message
>news:11******* **************@ n59g2000hsh.goo glegroups.com.. .
On Mar 26, 7:55 am, "Tony Girgenti" <tony(nospam)@l akesideos.com>
wrote:
Hello.
Developing a VS2005, SP4, VB, .NET 2.0, ASP.NET 2.0, web site program
using
a calendar.
I tried using the validators to see if i can validate dates using a
calendar
control. It does not allow me to select the calendar control in the
drop-down list for the ControlToValida te property.
Is it possible to do client-side validation of calendar dates?
Any help would be gratefully appreciated.
Thanks,
Tony
Tony,
A solution that I have gone with is to use the CalendarExtende r on a
TextBox provided by AJAX Controls available at:
http://ajax.asp.net/toolkit/default.aspx.
This gives me the calendar functionality and then I just apply a
RegularExpressi onValidator on the TextBox. My favorite feature of
this is that I don't have to use up this large space on the page to
display a Calendar and yet still maintain the Calendar Functionality I
desire.
I hope this helps.
Thanks,
Joshua- Hide quoted text -
- Show quoted text -
The CalendarExtende r is very nice but you must install Microsoft AJAX
Extensions on the server in order to use it.- Hide quoted text -

- Show quoted text -
If you can install the Ajax extensions on the server then do it. Many
people don't have access to their server!

This Ajax Calender extender control is very nice, far better than the
old calender control.
Mar 28 '07 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
5534
by: Sugapablo | last post by:
I had an idea for something that I can't find any evidence if it exists, or if it can be done. I assume it can be done. What I'd like to be able to do, is to allow people who come to my website, click a button on the page to begin submitting an audio stream to the server. Basically, once the "record" button was hit by the client, an...
1
5401
by: Krist | last post by:
Hi All, Our customer has just decided to choose as development standard. The application is HR application with report. While many like Web client, Java application/thick client is still developed by many. Can any body please tell me what is strength and weakness of both Thick Client compared to Web client ?
5
1320
by: Aaron | last post by:
Normally if you want to retreive some data say a html page you would have to send a request to the server. For example a stock ticker sends a request and the server sends back some data every minute. My question is, is it possible for the server to send back data without having the client send a request first. This way the client don't have...
2
5889
by: Francesco | last post by:
Hi everybody. I have a DB2 UDB Express on Windows system (Server: Win2003 - Client: WinXP Home Edition) Message of error (on client machine): IBM-Informix-DB2 Universal Database Express Edition is not supported on this version of operating system Description of the problem: I must install the part client of DB2 on Win XP Home Edition....
5
2195
by: Paul H | last post by:
How do you folks get a reliable and complete brief of what is required before development starts? I am forever going back to a client once a project has started saying "Hang on, now that I've started building this I realise what you want is impossible, we'll have to do this way instead....etc.." OK, so this is partly down to me not...
2
2038
by: cedced | last post by:
Hello, is it possible to access client files in VB.NET? What? I have doing that but it isn't good (VB.NET take file on pc server and not on pc client): (thanks) Dim fichier As StreamReader Dim name As String
0
1719
by: petro | last post by:
I am trying to deploy an asp.net application to my web server. My application uses system.data.oledb to connect to an oracle database. On my development machine I have the oracle client 10g installed and my application works. But on the Web server I get the error below. I believe it is because the Oracle client was not installed on the web...
3
1771
by: Abhimanyu Sirohi | last post by:
I want my WebService to call a client's function whenever it receives a message from any of the client. A way of notifying all clients when any of the client send a message to the web service.
6
1994
by: Simon Harvey | last post by:
Hi everyone, We have a need to make a Windows Forms (2.0) client application that will be installed on our clients site. The data that the application uses needs to be centrally available to a potentially large number of other sites, which would seem to leave us with our traditional approach, or having a central database server on a...
3
2607
by: rjha94 | last post by:
Hi I just installed the runtime client on my windows machine. when i go inside the SQLLIB\bin folder i can see db2.exe. is it possible to use this db2 bundled with runtime client for command line processing? Because all the documents tell you to get an administration/ application client to do such thing. Thanks - Rajeev.
0
7707
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
0
7951
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
0
7803
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
0
6036
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
1
5362
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
5082
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
0
3495
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
1
1051
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
751
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

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.