Click here to Skip to main content
15,887,746 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Keeping the session alive Pin
Talal Sultan8-Jan-09 21:22
Talal Sultan8-Jan-09 21:22 
GeneralRe: Keeping the session alive Pin
Sundar_R8-Jan-09 21:59
Sundar_R8-Jan-09 21:59 
GeneralRe: Keeping the session alive Pin
Talal Sultan8-Jan-09 22:38
Talal Sultan8-Jan-09 22:38 
AnswerRe: Keeping the session alive Pin
NeverHeardOfMe8-Jan-09 22:18
NeverHeardOfMe8-Jan-09 22:18 
GeneralRe: Keeping the session alive Pin
Talal Sultan8-Jan-09 22:41
Talal Sultan8-Jan-09 22:41 
QuestionGenerating Dynamic views dynamically at run time in asp.net mvc Pin
ramachandrareddy8-Jan-09 20:21
ramachandrareddy8-Jan-09 20:21 
Questionerrormessage from two separate validators appearing in the same place Pin
livez8-Jan-09 20:17
livez8-Jan-09 20:17 
AnswerRe: errormessage from two separate validators appearing in the same place Pin
Talal Sultan8-Jan-09 20:34
Talal Sultan8-Jan-09 20:34 
You can try setting the Display property to Dynamic.

Example:

<asp:RequiredFieldValidator ID="requiredEmailAddress" runat="server" ControlToValidate="txtEmailAddress" Display="Dynamic" CssClass="SomeClass"></asp:RequiredFieldValidator>


-- If this is a post that has been helpful to you, please vote for it. Thank you!

"Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning." --Rich Cook

AnswerRe: errormessage from two separate validators appearing in the same place Pin
Abhijit Jana8-Jan-09 20:35
professionalAbhijit Jana8-Jan-09 20:35 
GeneralRe: errormessage from two separate validators appearing in the same place Pin
livez8-Jan-09 20:36
livez8-Jan-09 20:36 
Questionhow to reduce loading time in website? Pin
sugunavathysubramanian8-Jan-09 19:45
sugunavathysubramanian8-Jan-09 19:45 
AnswerRe: how to reduce loading time in website? Pin
Abhijit Jana8-Jan-09 19:59
professionalAbhijit Jana8-Jan-09 19:59 
Questionpayemnt gateway Pin
deepika18-Jan-09 19:37
deepika18-Jan-09 19:37 
AnswerRe: payemnt gateway Pin
Abhijit Jana8-Jan-09 20:06
professionalAbhijit Jana8-Jan-09 20:06 
QuestionException of type 'System.OutOfMemoryException' was thrown. Pin
www.Developerof.NET8-Jan-09 19:28
www.Developerof.NET8-Jan-09 19:28 
AnswerRe: Exception of type 'System.OutOfMemoryException' was thrown. Pin
Abhijit Jana8-Jan-09 19:44
professionalAbhijit Jana8-Jan-09 19:44 
GeneralRe: Exception of type 'System.OutOfMemoryException' was thrown. Pin
Member 260050931-Jan-10 22:55
Member 260050931-Jan-10 22:55 
QuestionAsp.net how to implement payment gateway i want credit card validation Pin
deepika18-Jan-09 19:22
deepika18-Jan-09 19:22 
AnswerRe: Asp.net how to implement payment gateway i want credit card validation Pin
Abhijit Jana8-Jan-09 20:08
professionalAbhijit Jana8-Jan-09 20:08 
Questionhow we can fatch java script function from dll in asp.net Pin
vikramsc8-Jan-09 19:21
vikramsc8-Jan-09 19:21 
AnswerRe: how we can fatch java script function from dll in asp.net Pin
Abhijit Jana8-Jan-09 20:42
professionalAbhijit Jana8-Jan-09 20:42 
GeneralRe: how we can fatch java script function from dll in asp.net Pin
vikramsc8-Jan-09 20:56
vikramsc8-Jan-09 20:56 
GeneralRe: how we can fatch java script function from dll in asp.net Pin
Abhijit Jana8-Jan-09 21:08
professionalAbhijit Jana8-Jan-09 21:08 
QuestionProblem with Validations Pin
sarang_k8-Jan-09 18:36
sarang_k8-Jan-09 18:36 
AnswerRe: Problem with Validations Pin
Sundar_R8-Jan-09 19:10
Sundar_R8-Jan-09 19:10 

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.