Click here to Skip to main content
16,004,906 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Problem displaying aspx file Pin
StuffyEst1-Apr-09 11:03
StuffyEst1-Apr-09 11:03 
GeneralRe: Problem displaying aspx file Pin
MakingALiving2-Apr-09 2:34
MakingALiving2-Apr-09 2:34 
GeneralRe: Problem displaying aspx file Pin
StuffyEst2-Apr-09 11:17
StuffyEst2-Apr-09 11:17 
Questionmaking available all features of an worddocument Pin
praveenjakkuva1-Apr-09 6:33
praveenjakkuva1-Apr-09 6:33 
AnswerRe: making available all features of an worddocument Pin
Colin Angus Mackay1-Apr-09 6:49
Colin Angus Mackay1-Apr-09 6:49 
AnswerRe: making available all features of an worddocument Pin
Christian Graus1-Apr-09 10:05
protectorChristian Graus1-Apr-09 10:05 
QuestionControlChars in a RequiredFieldValidator Pin
Ragonastick1-Apr-09 5:40
Ragonastick1-Apr-09 5:40 
AnswerRe: ControlChars in a RequiredFieldValidator Pin
Ragonastick1-Apr-09 7:24
Ragonastick1-Apr-09 7:24 
I just found out how to do it.. apparently you can add some html code inside the error message text, and then within the style of that I was able to change the indenting of the paragraph tag. Here is a sample of my code.

<asp:requiredfieldvalidator id="RequiredFieldValidator1" style="Z-INDEX: 200; LEFT: 272px; BACKGROUND-IMAGE: url(file:///J:\TimeSheet\WebApplication1\textbox.png); POSITION: absolute; TOP: 136px; p{text-indent: 20px}"
runat="server" Width="360px" Height="112px" BorderColor="Transparent" BackColor="Transparent" ErrorMessage="<br/><p><b>Invalid Name</b></P><p>You must input you full name.</p>"
ControlToValidate="NameTextBox" Display="Static"></asp:requiredfieldvalidator>

Questiondropdownlist proble Pin
indian221-Apr-09 5:00
indian221-Apr-09 5:00 
AnswerRe: dropdownlist proble Pin
Abhijit Jana1-Apr-09 18:10
professionalAbhijit Jana1-Apr-09 18:10 
GeneralRe: dropdownlist proble Pin
indian221-Apr-09 19:16
indian221-Apr-09 19:16 
GeneralRe: dropdownlist proble Pin
Abhijit Jana1-Apr-09 19:22
professionalAbhijit Jana1-Apr-09 19:22 
GeneralRe: dropdownlist proble Pin
indian221-Apr-09 23:45
indian221-Apr-09 23:45 
Questionhow install zedgraph on Visual web developer 2005/Visual Studio 2005 Pin
Gaerec1-Apr-09 4:31
Gaerec1-Apr-09 4:31 
AnswerRe: how install zedgraph on Visual web developer 2005/Visual Studio 2005 Pin
Christian Graus1-Apr-09 10:09
protectorChristian Graus1-Apr-09 10:09 
GeneralRe: how install zedgraph on Visual web developer 2005/Visual Studio 2005 Pin
Gaerec1-Apr-09 19:21
Gaerec1-Apr-09 19:21 
QuestionSetting TextBox.MaxLength Pin
dptalt1-Apr-09 4:19
dptalt1-Apr-09 4:19 
AnswerRe: Setting TextBox.MaxLength Pin
keyur satyadev1-Apr-09 4:21
keyur satyadev1-Apr-09 4:21 
GeneralRe: Setting TextBox.MaxLength Pin
dptalt1-Apr-09 4:29
dptalt1-Apr-09 4:29 
AnswerRe: Setting TextBox.MaxLength Pin
fred_1-Apr-09 8:46
fred_1-Apr-09 8:46 
GeneralRe: Setting TextBox.MaxLength Pin
dptalt2-Apr-09 2:49
dptalt2-Apr-09 2:49 
GeneralRe: Setting TextBox.MaxLength Pin
fred_2-Apr-09 3:06
fred_2-Apr-09 3:06 
GeneralRe: Setting TextBox.MaxLength Pin
dptalt2-Apr-09 3:42
dptalt2-Apr-09 3:42 
Questionrender usercontrol in literal Pin
keyur satyadev1-Apr-09 3:54
keyur satyadev1-Apr-09 3:54 
Questioncustomizing an external playback control(express scribe) using asp.net in c# Pin
Member 39231611-Apr-09 3:47
Member 39231611-Apr-09 3:47 

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.