Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Web Controls > Problem with Calendar Control in asp.net

Reply
Thread Tools

Problem with Calendar Control in asp.net

 
 
Shailesh
Guest
Posts: n/a
 
      09-06-2004
Hello every one,

I have place calendar control on page in my web application. Now every time
user click on prev/next button of Calendar control my page submitted. I dont
want to submit/refresh my page every time user navigate through calendar
control. Can any body help me how I can achieve this.

Thanking you in advance.
Shail
 
Reply With Quote
 
 
 
 
Scott M.
Guest
Posts: n/a
 
      09-06-2004
The Calendar is one of the server controls. Server controls need to cause a
PostBack in order for them to do their job. The calendar must make a server
round-trip to function correctly.

If you don't want the server call, you'll need to look into a 3rd party
client-side calendar control.


"Shailesh" <> wrote in message
news:AE972845-8913-4AAE-ADF4-...
> Hello every one,
>
> I have place calendar control on page in my web application. Now every
> time
> user click on prev/next button of Calendar control my page submitted. I
> dont
> want to submit/refresh my page every time user navigate through calendar
> control. Can any body help me how I can achieve this.
>
> Thanking you in advance.
> Shail



 
Reply With Quote
 
 
 
Reply

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 Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Calendar GadGets does not show calendar iccsi Windows 64bit 4 08-14-2011 01:52 PM
How to Synchronise Hotmail Calendar with Standard Outlook Calendar using Outlook Connector ?? Synapse Syndrome Computer Support 0 12-02-2007 04:19 AM
Thunderbird Calendar with Exchange 2003 Calendar and Public FoldersCalendar jincmcse Firefox 1 09-03-2005 02:46 AM
Calendar Control - Programatically set the calendar to a date range Shevek ASP .Net 3 06-23-2004 01:41 PM
Calendar Control - Programatically set the calendar to a date range Shevek ASP .Net Web Controls 0 06-23-2004 12:06 PM



Advertisments