Click here to Skip to main content
15,900,385 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Stop debuggin and run time messages in asp.net Pin
rains197919-May-09 0:23
rains197919-May-09 0:23 
GeneralRe: Stop debuggin and run time messages in asp.net Pin
rains197919-May-09 0:10
rains197919-May-09 0:10 
QuestionPage.IsValid conditional not working Pin
bigmish215-May-09 4:05
bigmish215-May-09 4:05 
AnswerRe: Page.IsValid conditional not working Pin
RyanMorris15-May-09 4:54
RyanMorris15-May-09 4:54 
GeneralRe: Page.IsValid conditional not working Pin
bigmish215-May-09 5:05
bigmish215-May-09 5:05 
GeneralRe: Page.IsValid conditional not working Pin
RyanMorris15-May-09 5:18
RyanMorris15-May-09 5:18 
GeneralRe: Page.IsValid conditional not working Pin
bigmish215-May-09 5:43
bigmish215-May-09 5:43 
AnswerRe: Page.IsValid conditional not working Pin
Samer Aburabie15-May-09 4:59
Samer Aburabie15-May-09 4:59 
Hi there,
What you are doing is a server validation using the Validators set on the page, and Page.IsValid property returns a value according to wether a certain Validation Group is valid or not OR all validation controls are valid or not on the page.

In other words checking its value immediatley will be with no value for you, you have to call Page.Validate(validationGroupName) first in order for this value to return the desired and good value of it.

You can call Page.Validate() to validate all validators on the page, or call Page.Validate(validationGroupName) if you have a group, you can set a group of validation on the controls using the ValidationGroup property if you wanted.

Hope that helps.


Sincerely Samer Abu Rabie

Imagination is more important than knowledge !

NewsSending SMS in ASP.Net 2.0 using webservice Pin
Smart_Boy15-May-09 2:42
Smart_Boy15-May-09 2:42 
QuestionWeb setup project fails in Windows vista and IIS7 Pin
Muhammad Sohaib Yousaf15-May-09 2:14
Muhammad Sohaib Yousaf15-May-09 2:14 
AnswerRe: Web setup project fails in Windows vista and IIS7 Pin
N a v a n e e t h15-May-09 2:20
N a v a n e e t h15-May-09 2:20 
AnswerRe: Web setup project fails in Windows vista and IIS7 Pin
Glider1234518-Jun-09 3:24
Glider1234518-Jun-09 3:24 
QuestionAJAX: How to make relation between a linkbutton in a Accordion Menu and a GridView Pin
beginner_csharper15-May-09 1:24
beginner_csharper15-May-09 1:24 
AnswerRe: AJAX: How to make relation between a linkbutton in a Accordion Menu and a GridView Pin
Smart_Boy15-May-09 2:44
Smart_Boy15-May-09 2:44 
GeneralRe: AJAX: How to make relation between a linkbutton in a Accordion Menu and a GridView Pin
beginner_csharper15-May-09 5:17
beginner_csharper15-May-09 5:17 
AnswerRe: AJAX: How to make relation between a linkbutton in a Accordion Menu and a GridView Pin
Smart_Boy15-May-09 9:00
Smart_Boy15-May-09 9:00 
GeneralRe: AJAX: How to make relation between a linkbutton in a Accordion Menu and a GridView Pin
beginner_csharper15-May-09 22:03
beginner_csharper15-May-09 22:03 
GeneralRe: AJAX: How to make relation between a linkbutton in a Accordion Menu and a GridView Pin
Smart_Boy16-May-09 20:17
Smart_Boy16-May-09 20:17 
GeneralRe: AJAX: How to make relation between a linkbutton in a Accordion Menu and a GridView Pin
beginner_csharper16-May-09 23:12
beginner_csharper16-May-09 23:12 
GeneralRe: AJAX: How to make relation between a linkbutton in a Accordion Menu and a GridView Pin
Smart_Boy17-May-09 3:36
Smart_Boy17-May-09 3:36 
Questionpassword strength checker Pin
Mogaambo15-May-09 1:18
Mogaambo15-May-09 1:18 
AnswerRe: password strength checker Pin
Vasudevan Deepak Kumar15-May-09 5:40
Vasudevan Deepak Kumar15-May-09 5:40 
Questionsend me link to download the best ebook for connectivity in vs 2008 Pin
Anupam Chakraborty15-May-09 0:43
Anupam Chakraborty15-May-09 0:43 
AnswerRe: send me link to download the best ebook for connectivity in vs 2008 Pin
Vimalsoft(Pty) Ltd15-May-09 1:04
professionalVimalsoft(Pty) Ltd15-May-09 1:04 
GeneralRe: send me link to download the best ebook for connectivity in vs 2008 Pin
Anupam Chakraborty15-May-09 3:09
Anupam Chakraborty15-May-09 3:09 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.