Click here to Skip to main content
15,912,504 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: how to slove error Pin
sugunavathysubramanian10-May-08 1:42
sugunavathysubramanian10-May-08 1:42 
GeneralRe: how to slove error Pin
Abhijit Jana10-May-08 1:51
professionalAbhijit Jana10-May-08 1:51 
GeneralRe: how to slove error Pin
sugunavathysubramanian10-May-08 2:08
sugunavathysubramanian10-May-08 2:08 
AnswerRe: how to slove error Pin
Abhijit Jana10-May-08 2:11
professionalAbhijit Jana10-May-08 2:11 
GeneralRe: how to slove error Pin
sugunavathysubramanian10-May-08 2:16
sugunavathysubramanian10-May-08 2:16 
GeneralRe: how to slove error Pin
Abhijit Jana10-May-08 2:14
professionalAbhijit Jana10-May-08 2:14 
GeneralRe: how to slove error Pin
sugunavathysubramanian10-May-08 2:23
sugunavathysubramanian10-May-08 2:23 
QuestionRequiredFieldValidator Pin
ptvce9-May-08 18:51
ptvce9-May-08 18:51 
i want create a RequiredFieldValidator in my form in c#.net programatically . but i dont know where should i write thats code. i write this below codes but where should i put them?


protected RequiredFieldValidator validator;
validator.ControlToValidate = "TextBox1";
validator.ErrorMessage = "*";
validator.EnableViewState = true;
validator.EnableClientScript = true;
validator.Display = ValidatorDisplay.Dynamic;
validator.EnableTheming = true;
validator.Enabled = true;
validator.ID = "validator1";
Page.Form.Attributes.Add("validator1", "validator");
AnswerRe: RequiredFieldValidator Pin
Abhijit Jana9-May-08 20:46
professionalAbhijit Jana9-May-08 20:46 
AnswerRe: RequiredFieldValidator Pin
samMaster10-May-08 19:15
samMaster10-May-08 19:15 
Questionasp.net Pin
yang__lee9-May-08 6:30
yang__lee9-May-08 6:30 
AnswerRe: asp.net Pin
Blue_Boy9-May-08 6:33
Blue_Boy9-May-08 6:33 
GeneralRe: asp.net Pin
Ashish Sehajpal9-May-08 19:58
Ashish Sehajpal9-May-08 19:58 
GeneralRe: asp.net Pin
Blue_Boy10-May-08 1:48
Blue_Boy10-May-08 1:48 
AnswerRe: asp.net Pin
Abhijit Jana9-May-08 20:39
professionalAbhijit Jana9-May-08 20:39 
Questionhow to disable previous dates in popup Calendar using Ajax Calendar control Pin
Johndas9-May-08 5:20
Johndas9-May-08 5:20 
AnswerRe: how to disable previous dates in popup Calendar using Ajax Calendar control Pin
ChrisKo9-May-08 9:02
ChrisKo9-May-08 9:02 
QuestionSingleton Pattern Pin
Pranav Thakur9-May-08 3:53
Pranav Thakur9-May-08 3:53 
AnswerRe: Singleton Pattern Pin
Sylvester george9-May-08 4:15
Sylvester george9-May-08 4:15 
AnswerRe: Singleton Pattern Pin
led mike9-May-08 4:21
led mike9-May-08 4:21 
AnswerRe: Singleton Pattern Pin
Guffa9-May-08 5:17
Guffa9-May-08 5:17 
GeneralRe: Singleton Pattern Pin
Pranav Thakur9-May-08 5:43
Pranav Thakur9-May-08 5:43 
GeneralRe: Singleton Pattern Pin
CodingYoshi9-May-08 12:02
CodingYoshi9-May-08 12:02 
QuestionAsp:HyperLink Pin
danasegaranea9-May-08 3:39
danasegaranea9-May-08 3:39 
AnswerRe: Asp:HyperLink Pin
Sylvester george9-May-08 3:49
Sylvester george9-May-08 3:49 

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.