Click here to Skip to main content
15,885,979 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Printing TextBox Pin
Christian Graus22-Nov-08 8:49
protectorChristian Graus22-Nov-08 8:49 
GeneralRe: Printing TextBox Pin
Dirso22-Nov-08 10:49
Dirso22-Nov-08 10:49 
GeneralRe: Printing TextBox Pin
Christian Graus22-Nov-08 11:06
protectorChristian Graus22-Nov-08 11:06 
QuestionHow to hide Javascript message in status bar? Pin
kandalu21-Nov-08 23:51
kandalu21-Nov-08 23:51 
AnswerRe: How to hide Javascript message in status bar? Pin
Christian Graus21-Nov-08 23:53
protectorChristian Graus21-Nov-08 23:53 
GeneralRe: How to hide Javascript message in status bar? Pin
kandalu22-Nov-08 0:26
kandalu22-Nov-08 0:26 
GeneralRe: How to hide Javascript message in status bar? Pin
Christian Graus22-Nov-08 8:50
protectorChristian Graus22-Nov-08 8:50 
Questioncontrol validator Pin
justintimberlake21-Nov-08 21:42
justintimberlake21-Nov-08 21:42 
I have text box to which I want to assign a required filed Validator like
But I want to get the error message from code behind like

<asp:textbox id="TextBox1" runat="server" xmlns:asp="#unknown">
<asp:requiredfieldvalidator id="RequiredFieldValidator1" runat="server" controltovalidate="TextBox1" xmlns:asp="#unknown">
ErrorMessage='<%=ErrorMessage %>' //get from codebehhind ValidationGroup="grpNew">

But I am unable to do this I know this is rather simple from codebehind like
In codebehind
TextBox1.ErrorMessage= ErrorMessage //( where error message is public property from )

How can I achieve same thing from aspx page . I found one way like using page.databind , but this effects the view state of other controls so please any one help me.
Or it would be better also if some one could tell me how can I assign error message property for textbox in aspx (html) page ( taking error message from global resources file)
QuestionPlease guide how to Print Html Text?? Pin
mr_muskurahat21-Nov-08 20:22
mr_muskurahat21-Nov-08 20:22 
AnswerRe: Please guide how to Print Html Text?? Pin
Christian Graus21-Nov-08 20:51
protectorChristian Graus21-Nov-08 20:51 
QuestionHeaders in datagrid Pin
BalasubramanianK21-Nov-08 19:51
BalasubramanianK21-Nov-08 19:51 
AnswerRe: Headers in datagrid Pin
Christian Graus21-Nov-08 20:52
protectorChristian Graus21-Nov-08 20:52 
Questionfind out the coordinates in ImageMap Hotspot Pin
nicetohaveyou21-Nov-08 5:22
nicetohaveyou21-Nov-08 5:22 
AnswerRe: find out the coordinates in ImageMap Hotspot Pin
Christian Graus21-Nov-08 8:47
protectorChristian Graus21-Nov-08 8:47 
GeneralRe: find out the coordinates in ImageMap Hotspot Pin
nicetohaveyou23-Nov-08 23:52
nicetohaveyou23-Nov-08 23:52 
QuestionProblems with ClientScript.RegisterStartupScript. Please help Pin
Gaurav Agrawal198421-Nov-08 3:40
Gaurav Agrawal198421-Nov-08 3:40 
AnswerRe: Problems with ClientScript.RegisterStartupScript. Please help Pin
Brij21-Nov-08 4:57
mentorBrij21-Nov-08 4:57 
GeneralRe: Problems with ClientScript.RegisterStartupScript. Please help Pin
Gaurav Agrawal198422-Nov-08 19:57
Gaurav Agrawal198422-Nov-08 19:57 
AnswerRe: Problems with ClientScript.RegisterStartupScript. Please help Pin
Nishant Singh23-Nov-08 4:34
Nishant Singh23-Nov-08 4:34 
Questionreset button is getting fired 2nd time Pin
peter rankel21-Nov-08 2:45
peter rankel21-Nov-08 2:45 
AnswerRe: reset button is getting fired 2nd time Pin
Nishant Singh21-Nov-08 3:27
Nishant Singh21-Nov-08 3:27 
QuestionHow to integrate fax with my asp.net application Pin
shames(Sam)21-Nov-08 2:37
shames(Sam)21-Nov-08 2:37 
AnswerRe: How to integrate fax with my asp.net application Pin
Christian Graus21-Nov-08 8:48
protectorChristian Graus21-Nov-08 8:48 
QuestionJavaScript problem for IE 6.0 Pin
thomasa21-Nov-08 2:36
thomasa21-Nov-08 2:36 
AnswerRe: JavaScript problem for IE 6.0 Pin
Christian Graus21-Nov-08 8:49
protectorChristian Graus21-Nov-08 8: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.