Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > asp.net validation controls not showing error message in Windows 2003with IIS 6.0

Reply
Thread Tools

asp.net validation controls not showing error message in Windows 2003with IIS 6.0

 
 
nRk
Guest
Posts: n/a
 
      06-25-2008
Hi,

I am working on asp.net 2.0 with Visual Studio 2005. My asp.net
project contains one Masterpage.

I exposed my asp.net project in my machine (Windows XP with IIS 5.1)
and access using "http://localhost/[applicationname]..."

In user registration form I included validation controls (Required,
comparer, ..) in my machine validation controls showing error messages
without any problem when wrong / no data given.


But when I exposed same application in server Windows 2003 Server
with IIS 6.0 having .net framework 2.0 , sometime validation controls
not showing "error messages" simply showing empty string but the form
is not submiting.

Is there any solution please let know soon.

Thanks in advance....!

nRk
 
Reply With Quote
 
 
 
 
nRk
Guest
Posts: n/a
 
      06-25-2008
On Jun 25, 10:03 pm, nRk <ramesh....@gmail.com> wrote:
> Hi,
>
> I am working on asp.net 2.0 with Visual Studio 2005. My asp.net
> project contains one Masterpage.
>
> I exposed my asp.net project in my machine (Windows XP with IIS 5.1)
> and access using "http://localhost/[applicationname]..."
>
> In user registration form I included validation controls (Required,
> comparer, ..) in my machine validation controls showing error messages
> without any problem when wrong / no data given.
>
> But when I exposed same application in server Windows 2003 Server
> with IIS 6.0 having .net framework 2.0 , sometime validation controls
> not showing "error messages" simply showing empty string but the form
> is not submiting.
>
> Is there any solution please let know soon.
>
> Thanks in advance....!
>
> nRk


Hi
I googled regarding the issue, this will occur when validation
controls are placed in user control which is placed in updatepanel.

The solution and explanation can be found at this link

http://blogs.msdn.com/mattgi/archive...alidators.aspx

Thanks
nrk
 
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
Validation Summary not showing for client side validation cwhankey@gmail.com ASP .Net 1 12-12-2008 02:32 AM
Validators - error message not showing when JS disabled & only server side validation occurs TS ASP .Net Web Controls 2 06-20-2006 10:00 AM
validation summary not always showing message box TS ASP .Net Web Controls 4 12-06-2005 01:28 AM
Re: Validation Summary not showing error messages Teemu Keiski ASP .Net 0 07-09-2003 09:52 PM
Validation Summary not showing error messages Thomas Connolly ASP .Net 0 07-09-2003 02:10 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57