Click here to Skip to main content
15,914,111 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Asp.net page flickering issue having, User control with timer in it. Pin
RS (SE)29-Apr-13 1:45
RS (SE)29-Apr-13 1:45 
Questionbesoin d'aide svp Pin
hamza_amdouni24-Apr-13 5:08
hamza_amdouni24-Apr-13 5:08 
AnswerRe: besoin d'aide svp Pin
R. Giskard Reventlov24-Apr-13 5:50
R. Giskard Reventlov24-Apr-13 5:50 
AnswerRe: besoin d'aide svp Pin
Jasmine250124-Apr-13 9:58
Jasmine250124-Apr-13 9:58 
QuestionGraduate offered Internship Pin
Member 1001019824-Apr-13 3:49
Member 1001019824-Apr-13 3:49 
AnswerRe: Graduate offered Internship Pin
R. Giskard Reventlov24-Apr-13 5:48
R. Giskard Reventlov24-Apr-13 5:48 
AnswerRe: Graduate offered Internship Pin
Jasmine250124-Apr-13 10:01
Jasmine250124-Apr-13 10:01 
QuestionPlcaeholder removing whitespace between controls Pin
suzyb24-Apr-13 3:19
suzyb24-Apr-13 3:19 
I have a couple of placeholders in a form to hide / show fields depending on a boolean. My form controls are all laid out like the following, each contol is on it's own line and when output as html (afaik) should still be on it's own line.

ASP.NET
<p><asp:label ID="lblSchool" AssociatedControlID="School" runat="server">School (if applicable):</asp:label>
<asp:TextBox id="School" runat="server" MaxLength="50" />
<asp:RequiredFieldValidator ID="reqSchool" runat="server" ControlToValidate="School" Display="Dynamic" CssClass="val-error" Text="* required" SetFocusOnError="true"  />
<bcg:NoPunctuationValidator ID="validSchool" runat="server" ControlToValidate="School" Display="Dynamic" MaxLength="101" CssClass="val-error" Text="* invalid" SetFocusOnError="true" /></p>


I have found however when the controls in the placeholder are rendered they all squashed up with no whitespace in betweeen them. It seems the placeholder is removing the whitespace.

Is there any way to stop this.

modified 24-Apr-13 11:07am.

AnswerRe: Plcaeholder removing whitespace between controls Pin
Richard Deeming24-Apr-13 4:55
mveRichard Deeming24-Apr-13 4:55 
GeneralRe: Plcaeholder removing whitespace between controls Pin
suzyb24-Apr-13 5:05
suzyb24-Apr-13 5:05 
GeneralRe: Plcaeholder removing whitespace between controls Pin
jkirkerx24-Apr-13 16:26
professionaljkirkerx24-Apr-13 16:26 
Questionvalidation not working when java script is written for imagebutton Pin
Member 999911223-Apr-13 2:48
Member 999911223-Apr-13 2:48 
AnswerRe: validation not working when java script is written for imagebutton Pin
dusty_dex23-Apr-13 2:57
dusty_dex23-Apr-13 2:57 
GeneralRe: validation not working when java script is written for imagebutton Pin
Richard Deeming23-Apr-13 3:10
mveRichard Deeming23-Apr-13 3:10 
GeneralRe: validation not working when java script is written for imagebutton Pin
dusty_dex23-Apr-13 4:29
dusty_dex23-Apr-13 4:29 
GeneralRe: validation not working when java script is written for imagebutton Pin
Michael†Cheong23-Apr-13 6:59
Michael†Cheong23-Apr-13 6:59 
GeneralRe: validation not working when java script is written for imagebutton Pin
Member 999911223-Apr-13 3:18
Member 999911223-Apr-13 3:18 
AnswerRe: validation not working when java script is written for imagebutton Pin
Richard Deeming23-Apr-13 3:13
mveRichard Deeming23-Apr-13 3:13 
QuestionHow to append content into GridView in asp.net C# Pin
Sanjeev991823-Apr-13 2:02
Sanjeev991823-Apr-13 2:02 
AnswerRe: How to append content into GridView in asp.net C# Pin
Marco Bertschi23-Apr-13 2:27
protectorMarco Bertschi23-Apr-13 2:27 
QuestionWhat is asp.net equivalent of following code Pin
maverick1213122-Apr-13 19:50
maverick1213122-Apr-13 19:50 
AnswerRe: What is asp.net equivalent of following code Pin
Sandeep Mewara22-Apr-13 22:42
mveSandeep Mewara22-Apr-13 22:42 
AnswerRe: What is asp.net equivalent of following code Pin
AmitGajjar23-Apr-13 0:38
professionalAmitGajjar23-Apr-13 0:38 
AnswerRe: What is asp.net equivalent of following code Pin
Marco Bertschi23-Apr-13 1:40
protectorMarco Bertschi23-Apr-13 1:40 
QuestionValidation for a Currency textbox Pin
Michael†Cheong22-Apr-13 19:47
Michael†Cheong22-Apr-13 19: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.