RequiredFieldValidator is not working properly

RequiredFieldValidator is not working properly

23 Feb 2010 01:02:51
Hi All, I think u all doing well.while doing my web base project i faced some problem. i used RequiredFieldValidator for textbox validator.validator control working some machine but some machine not working.its not firing anything.even not giving any message.so users cant do anything.if any one know why this.please reply . thanks.
Fresh   Boarder
Posts: 4
From 03-Jun-2009
You're Points: 76
Bookmark
Re:RequiredFieldValidator is not working properly23 Feb 2010 01:02:51
hi 1> write followiing on postpack event [code]if (!IsValid) return;[/code] 2> RequiredFieldValidator one property like [code]SetFocusOnError="true"[/code] Regards Kirti
Kirti.Darji.001
Expert  Boarder
Posts: 28
From 03-Jun-2009
You're Points: 538
Bookmark
Re:RequiredFieldValidator is not working properly23 Feb 2010 01:02:51
i changed the status of control to true(SetFocusOnError="true") but still same.
Push
Fresh  Boarder
Posts: 4
From 03-Jun-2009
You're Points: 76
Bookmark
Re:RequiredFieldValidator is not working properly23 Feb 2010 01:02:51
Hi, Can you check in your working and not working PC .NET Framework are same version.and make it's displayType="Dynamic" in your validator control Thank you
RRaveen
Gold  Boarder
Posts: 156
From 03-Jun-2009
You're Points: 1106
Bookmark
Re:RequiredFieldValidator is not working properly23 Feb 2010 01:02:51
yes it is same version and changed type as dynamic.
Push
Fresh  Boarder
Posts: 4
From 03-Jun-2009
You're Points: 76
Bookmark
Re:RequiredFieldValidator is not working properly23 Feb 2010 01:02:51
Hi Then just make button and your control validator are in same group.see here to more details http://forums.asp.net/t/1294654.aspx Thank you
RRaveen
Gold  Boarder
Posts: 156
From 03-Jun-2009
You're Points: 1106
Bookmark
Re:RequiredFieldValidator is not working properly23 Feb 2010 01:02:51
yes alrady i've put same validation group for button as well.
Push
Fresh  Boarder
Posts: 4
From 03-Jun-2009
You're Points: 76
Bookmark
Re:RequiredFieldValidator is not working properly23 Feb 2010 01:02:51
hi, can you put sample code here? regards Kirti
Kirti.Darji.001
Expert  Boarder
Posts: 28
From 03-Jun-2009
You're Points: 538
Bookmark
Re:RequiredFieldValidator is not working properly23 Feb 2010 01:02:51
already i've added in same group button as well
Push
Fresh  Boarder
Posts: 4
From 03-Jun-2009
You're Points: 76
Bookmark
Re:RequiredFieldValidator is not working properly23 Feb 2010 01:02:51
follwing code i used in my code  
Push
Fresh  Boarder
Posts: 4
From 03-Jun-2009
You're Points: 76
Bookmark
Re:RequiredFieldValidator is not working properly23 Feb 2010 01:02:51
set this property [code] InitialValue="" [/code]
Kirti.Darji.001
Expert  Boarder
Posts: 28
From 03-Jun-2009
You're Points: 538
Bookmark
Re:RequiredFieldValidator is not working properly23 Feb 2010 01:02:51
yes already bydefault ''
Push
Fresh  Boarder
Posts: 4
From 03-Jun-2009
You're Points: 76
Bookmark
Re:RequiredFieldValidator is not working properly23 Feb 2010 01:02:51
I make copy past youcode in webform It working fine here i added one button and set property like [code] CausesValidation="true" ValidationGroup="1" [/code] following is code [code]  [/code] Regards Kirti
Kirti.Darji.001
Expert  Boarder
Posts: 28
From 03-Jun-2009
You're Points: 538
Bookmark
Re:RequiredFieldValidator is not working properly23 Feb 2010 01:02:51
Sorry 4 delay.i did according to ur thing.but still same problem im facing.develpment meachine its working.problem with deployed server meachine. Thanks
Push
Fresh  Boarder
Posts: 4
From 03-Jun-2009
You're Points: 76
Bookmark
Re:RequiredFieldValidator is not working properly23 Feb 2010 01:02:51
thanks all who was trying this to solve.i found the soultion for this.i like to share with u all. refer this link. http://blogs.msdn.com/mattgi/archive/2007/01/23/asp-net-ajax-validators.aspx http://forums.asp.net/t/1066821.aspx any way again thanks all
Push
Fresh  Boarder
Posts: 4
From 03-Jun-2009
You're Points: 76
Bookmark
Re:RequiredFieldValidator is not working properly23 Feb 2010 01:02:51
Great find and keep it up.
RRaveen
Gold  Boarder
Posts: 156
From 03-Jun-2009
You're Points: 1106
Bookmark
^ Scroll to Top