473,394 Members | 2,090 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.

Ajax Calender Extender problem in production Server

Expand|Select|Wrap|Line Numbers
  1. <asp:ToolkitScriptManager ID="toolkitscriptmanager"  runat="server">
  2.     </asp:ToolkitScriptManager>
  3.  
  4.  <asp:TextBox ID="TxtStartDate" CssClass="BodyTextBlue" runat="server"></asp:TextBox>
  5.                     <asp:CalendarExtender ID="AjxTxtStartDate" runat="server" CssClass="cal_Theme1"  TargetControlID="TxtStartDate">
  6.                     </asp:CalendarExtender>
  7.                     <asp:RegularExpressionValidator Display="Dynamic" ID="RegStartDate" SetFocusOnError="true"
  8.                         runat="server" ControlToValidate="TxtStartDate" ErrorMessage="mm/dd/yyyy"
  9.                         ValidationExpression="^(([0]?[1-9]|1[012])[ /]([0]?[1-9]|[12][0-9]|3[01])[ /](19|20)\d\d)|((1[012]|0[1-9])(3[01]|2\d|1\d|0[1-9])(19|20)\d\d)">
  10.                     </asp:RegularExpressionValidator>
  11.                     to
  12.                     <asp:TextBox ID="TxtEndDate" CssClass="BodyTextBlue" runat="server"></asp:TextBox>
  13.                     <asp:CalendarExtender ID="AjxEndDate" runat="server" CssClass="cal_Theme1"  TargetControlID="TxtEndDate">
  14.                     </asp:CalendarExtender>
  15.                     <asp:RegularExpressionValidator Display="Dynamic" ID="RegEndDate" SetFocusOnError="true"
  16.                         runat="server" ControlToValidate="TxtEndDate" ErrorMessage="mm/dd/yyyy" 
  17.                         ValidationExpression="^(([0]?[1-9]|1[012])[ /]([0]?[1-9]|[12][0-9]|3[01])[ /](19|20)\d\d)|((1[012]|0[1-9])(3[01]|2\d|1\d|0[1-9])(19|20)\d\d)">
  18.                     </asp:RegularExpressionValidator>
------------------------------------------------------------
"""THIS IS WORKING ONLY WHEN CLICKING ON BUTTON FOR POST BACK OCCURED"""
Please help me, I want to using Server.Transfer to visit the page. the calender is working only when using Response.redirect
Feb 14 '13 #1
0 1178

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

Similar topics

4
by: zacware | last post by:
Hi! What started out as a simple test of mysql has turned into what is quickly becoming a replacement for our entire business system and web site The bad news is that we are now wrestling...
3
by: yoda | last post by:
Hi Guys, I've been used to deploying code to the production server by checking out of subversion and manually sorting out any kinks. (yes, I know, it sounds primitive) I realize I'm losing so...
3
by: Web Team | last post by:
Server Error in '/netapps' Application. -------------------------------------------------------------------------------- Object reference not set to an instance of an object. Description: An...
3
by: savvy | last post by:
I'm using "Visual Studio 2005 Professional". I'm half way through in my project development. I've created a New Website in the Visual Studio 2005 and developing my project over there. When i wanted...
1
by: 3Dfelix | last post by:
Problems when uploading ASPNETDB.MDF to production server Hi all, I'm a little web with a login page and aspnetdb.mdf file as data base for users. I've done it on local server, with VS2005 and...
1
by: William Youngman | last post by:
I have a gridview displaying data and would like to use the AJAX dropdown extender so that when the user clicks on a record a dropdown menu will display providing the user with a menu of selections...
4
by: BillE | last post by:
Can I make the Ajax calendar extender appear on top of dropdown lists instead of behind them? Thanks Bill
2
by: =?Utf-8?B?QWJoaWxhc2g=?= | last post by:
Hi, I am using AJAX calendar extender.Everything is works fine on date selection from pop up image option but when i dont select a date and click outside on the page,calender remains poped up,it...
1
by: bellgodz | last post by:
Hello, I have a text box on an .aspx page that an AJAX calendar extender is tied to. When this page is loaded the text box in question is populated with a date from a selected record. I've tried...
6
by: Bobby Edward | last post by:
Using ASP.NET 3.5 and MySQL (thru DevArt MyDirect.NET)... On the production server I get a "Parser Error" for every XSD dataset. It works perfect on my dev machine. But, on the production...
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...
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
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
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
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...
0
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...

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.