Click here to Skip to main content
15,884,629 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: month Format Pin
Ahmad Adnan30-Oct-07 21:10
Ahmad Adnan30-Oct-07 21:10 
QuestionProblem with required filed validator Pin
Malayil alex30-Oct-07 1:59
Malayil alex30-Oct-07 1:59 
AnswerRe: Problem with required filed validator Pin
Balamurugan R A30-Oct-07 2:09
Balamurugan R A30-Oct-07 2:09 
GeneralRe: Problem with required filed validator Pin
Malayil alex30-Oct-07 2:12
Malayil alex30-Oct-07 2:12 
AnswerRe: Problem with required filed validator Pin
Imran Khan Pathan30-Oct-07 2:13
Imran Khan Pathan30-Oct-07 2:13 
GeneralRe: Problem with required filed validator Pin
Malayil alex30-Oct-07 2:56
Malayil alex30-Oct-07 2:56 
GeneralRe: Problem with required filed validator Pin
Malayil alex30-Oct-07 3:00
Malayil alex30-Oct-07 3:00 
AnswerRe: Problem with required filed validator Pin
soni uma30-Oct-07 2:19
soni uma30-Oct-07 2:19 
Your Code Like Following?

<asp:DropDownList ID="test" runat ="server" >
</asp:DropDownList>
<asp:TextBox ID="Test1" runat ="server" >
</asp:TextBox>
<asp:RequiredFieldValidator ID="Validator1" runat ="Server" ControlToValidate ="Test1" SetFocusOnError ="true" Display ="None"
ErrorMessage ="Enter the value" ValidationGroup ="Testing"></asp:RequiredFieldValidator>
<asp:Button ID="btn" runat ="server" Text ="Enter" />
<asp:ValidationSummary ID="valide" runat ="server" ShowMessageBox ="True" ShowSummary ="false" ValidationGroup ="Testing" />
GeneralRe: Problem with required filed validator Pin
Malayil alex30-Oct-07 2:57
Malayil alex30-Oct-07 2:57 
GeneralRe: Problem with required filed validator Pin
Malayil alex30-Oct-07 2:58
Malayil alex30-Oct-07 2:58 
QuestionRedirection from Grideview Pin
Krishna Varadharajan30-Oct-07 1:35
Krishna Varadharajan30-Oct-07 1:35 
QuestionRe: Redirection from Grideview Pin
Krishna Varadharajan30-Oct-07 1:43
Krishna Varadharajan30-Oct-07 1:43 
AnswerRe: Redirection from Grideview [modified] Pin
r a j u u30-Oct-07 1:55
r a j u u30-Oct-07 1:55 
AnswerRe: Redirection from Grideview Pin
J4amieC30-Oct-07 2:00
J4amieC30-Oct-07 2:00 
QuestionCan we upload a file to the application server using webclient? Pin
jagadeeshkumar198430-Oct-07 1:28
jagadeeshkumar198430-Oct-07 1:28 
AnswerRe: Can we upload a file to the application server using webclient? Pin
soni uma30-Oct-07 1:32
soni uma30-Oct-07 1:32 
Questiongridview hyperlink column Pin
Sunil Wise30-Oct-07 0:23
professionalSunil Wise30-Oct-07 0:23 
AnswerRe: gridview hyperlink column Pin
InsDev30-Oct-07 0:27
InsDev30-Oct-07 0:27 
GeneralRe: gridview hyperlink column Pin
Sunil Wise30-Oct-07 1:10
professionalSunil Wise30-Oct-07 1:10 
AnswerRe: gridview hyperlink column Pin
Abhijit Jana30-Oct-07 0:38
professionalAbhijit Jana30-Oct-07 0:38 
QuestionDiff between Write and Writeln. Pin
Mogha Ritesh30-Oct-07 0:18
Mogha Ritesh30-Oct-07 0:18 
AnswerRe: Diff between Write and Writeln. Pin
Sandeep Akhare30-Oct-07 0:20
Sandeep Akhare30-Oct-07 0:20 
AnswerRe: Diff between Write and Writeln. Pin
Vasudevan Deepak Kumar30-Oct-07 0:43
Vasudevan Deepak Kumar30-Oct-07 0:43 
AnswerRe: Diff between Write and Writeln. Pin
Guffa30-Oct-07 1:08
Guffa30-Oct-07 1:08 
AnswerRe: Diff between Write and Writeln. Pin
J4amieC30-Oct-07 2:02
J4amieC30-Oct-07 2:02 

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.