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

Validator Control is not working in Live site.

BSM
Hi,

I have used some validator controls in my project and itz working fine
in developement enviro. But it does not work in the Live site.

Help me to solve this issue.
bsm

Feb 27 '07 #1
5 1318
Howdy,

It's difficult to quess - could you provide some code or explain in details
which validation controls you're using.
--
Milosz
"BSM" wrote:
Hi,

I have used some validator controls in my project and itz working fine
in developement enviro. But it does not work in the Live site.

Help me to solve this issue.
bsm

Feb 27 '07 #2
BSM
Hi,

Sorry for the late reply. I have used RequiredFieldValidator Control.

I have one Textbox and One RequiredFieldValidator Control. This is
working fine in my Development Enviro. But When I deploy the app in
live site. It doesn't work.

Here is the code
------------------------
<asp:TextBox id="TextBox1" runat="server"></asp:TextBox>
<asp:RequiredFieldValidator id="RequiredFieldValidator1"
runat="server" ErrorMessage=">>" ControlToValidate="TextBox1"></
asp:RequiredFieldValidator>

Thanks & regards
Senthilmurugan.B

On Feb 27, 3:59 pm, Milosz Skalecki [MCAD] <mily...@DONTLIKESPAMwp.pl>
wrote:
Howdy,

It's difficult to quess - could you provide some code or explain in details
which validation controls you're using.
--
Milosz

"BSM" wrote:
Hi,
I have used some validator controls in my project and itz working fine
in developement enviro. But it does not work in the Live site.
Help me to solve this issue.
bsm
Mar 9 '07 #3
Howdy,

Sorry for my late reply. Change the code to:

<asp:TextBox ID="TextBox1" runat="server"></asp:TextBox>
<asp:RequiredFieldValidator ID="RequiredFieldValidator1"
runat="server" ErrorMessage=">>"
ControlToValidate="TextBox1">
</asp:RequiredFieldValidator>
--
Milosz
"BSM" wrote:
Hi,

Sorry for the late reply. I have used RequiredFieldValidator Control.

I have one Textbox and One RequiredFieldValidator Control. This is
working fine in my Development Enviro. But When I deploy the app in
live site. It doesn't work.

Here is the code
------------------------
<asp:TextBox id="TextBox1" runat="server"></asp:TextBox>
<asp:RequiredFieldValidator id="RequiredFieldValidator1"
runat="server" ErrorMessage=">>" ControlToValidate="TextBox1"></
asp:RequiredFieldValidator>

Thanks & regards
Senthilmurugan.B

On Feb 27, 3:59 pm, Milosz Skalecki [MCAD] <mily...@DONTLIKESPAMwp.pl>
wrote:
Howdy,

It's difficult to quess - could you provide some code or explain in details
which validation controls you're using.
--
Milosz

"BSM" wrote:
Hi,
I have used some validator controls in my project and itz working fine
in developement enviro. But it does not work in the Live site.
Help me to solve this issue.
bsm

Mar 28 '07 #4
BSM
Thank your very much.

On Mar 28, 6:13 am, Milosz Skalecki [MCAD] <mily...@DONTLIKESPAMwp.pl>
wrote:
Howdy,

Sorry for my late reply. Change the code to:

<asp:TextBox ID="TextBox1" runat="server"></asp:TextBox>
<asp:RequiredFieldValidator ID="RequiredFieldValidator1"
runat="server" ErrorMessage=">>"
ControlToValidate="TextBox1">
</asp:RequiredFieldValidator>
--
Milosz

"BSM" wrote:
Hi,
Sorry for the late reply. I have used RequiredFieldValidator Control.
I have one Textbox and One RequiredFieldValidator Control. This is
working fine in my Development Enviro. But When I deploy the app in
live site. It doesn't work.
Here is the code
------------------------
<asp:TextBox id="TextBox1" runat="server"></asp:TextBox>
<asp:RequiredFieldValidator id="RequiredFieldValidator1"
runat="server" ErrorMessage=">>" ControlToValidate="TextBox1"></
asp:RequiredFieldValidator>
Thanks & regards
Senthilmurugan.B
On Feb 27, 3:59 pm, Milosz Skalecki [MCAD] <mily...@DONTLIKESPAMwp.pl>
wrote:
Howdy,
It's difficult to quess - could you provide some code or explain in details
which validation controls you're using.
--
Milosz
"BSM" wrote:
Hi,
I have used some validator controls in my project and itz working fine
in developement enviro. But it does not work in the Live site.
Help me to solve this issue.
bsm

Mar 30 '07 #5
I forgot ASP.NET forums encodes html input, should be:

<asp:TextBox ID="TextBox1" runat="server"></asp:TextBox>
<asp:RequiredFieldValidator ID="RequiredFieldValidator1"
runat="server" ErrorMessage="&gt;&gt;"
ControlToValidate="TextBox1">
</asp:RequiredFieldValidator>

--
Milosz
"BSM" wrote:
Thank your very much.

On Mar 28, 6:13 am, Milosz Skalecki [MCAD] <mily...@DONTLIKESPAMwp.pl>
wrote:
Howdy,

Sorry for my late reply. Change the code to:

<asp:TextBox ID="TextBox1" runat="server"></asp:TextBox>
<asp:RequiredFieldValidator ID="RequiredFieldValidator1"
runat="server" ErrorMessage=">>"
ControlToValidate="TextBox1">
</asp:RequiredFieldValidator>
--
Milosz

"BSM" wrote:
Hi,
Sorry for the late reply. I have used RequiredFieldValidator Control.
I have one Textbox and One RequiredFieldValidator Control. This is
working fine in my Development Enviro. But When I deploy the app in
live site. It doesn't work.
Here is the code
------------------------
<asp:TextBox id="TextBox1" runat="server"></asp:TextBox>
<asp:RequiredFieldValidator id="RequiredFieldValidator1"
runat="server" ErrorMessage=">>" ControlToValidate="TextBox1"></
asp:RequiredFieldValidator>
Thanks & regards
Senthilmurugan.B
On Feb 27, 3:59 pm, Milosz Skalecki [MCAD] <mily...@DONTLIKESPAMwp.pl>
wrote:
Howdy,
It's difficult to quess - could you provide some code or explain in details
which validation controls you're using.
--
Milosz
"BSM" wrote:
Hi,
I have used some validator controls in my project and itz working fine
in developement enviro. But it does not work in the Live site.
Help me to solve this issue.
bsm


Apr 9 '07 #6

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

Similar topics

22
by: Lee K. Seitz | last post by:
What are this group's members' ideas about including W3C validator (http://validator.w3.org) graphics on web pages? Specifically, should they be on every page? I can see including an HTML/XHTML...
0
by: Tom Pearson | last post by:
I create controls and validators dynamically dependent on data at runtime. I create the control then the relevant validator(s) for it assigning the Control.ID as the control to validate. These...
10
by: Chris Simon | last post by:
A bit puzzled by this... 1. Ask the validator to look at http://www.nantperis.org.uk/index.php.en (the exact filename of the page) and it brings back an error: 300 Multiple Choices. I could...
0
by: Antonio Maciel | last post by:
Hi. I have two usercontrols on the same page. The first control is a login control, with two textboxes, one button and some validator controls for the textboxes. The second control is a 'search...
8
by: Dmitry Korolyov | last post by:
ASP.NET app using c# and framework version 1.1.4322.573 on a IIS 6.0 web server. A single-line asp:textbox control and regexp validator attached to it. ^\d+$ expression does match an empty...
3
by: Angelos Karantzalis | last post by:
Hi guys, I've a small problem with validators. I'm building a single .aspx file that handles all my form posts. I need to be using ASP.NET validators ( or subclasses thereof ), so what i do to...
2
by: Matias | last post by:
Hi!, I'm having a strange issue while deploying a web site with Validator controls. In my development machine the Validators function perfecly and also when I deploy using XCOPY to a web...
5
by: JDS | last post by:
I am trying to figure out how to use Subversion, but this question isn't really Subversion-specific. Any version control system will suffer from the same problem, IMO. I've crossposted to those...
9
by: aaronluna | last post by:
Hi All, I was wondering if it is possible to easily convert an asp.net user control (.ascx) into an equivalent windows app. I plan on simply duplicating the user control in a c# windows app...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

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.