Click here to Skip to main content
15,902,938 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: How to make fixed header in gridView inside asp:panel? Pin
Yusuf5-Jun-10 11:38
Yusuf5-Jun-10 11:38 
GeneralRe: How to make fixed header in gridView inside asp:panel? Pin
Sandeep Mewara5-Jun-10 23:31
mveSandeep Mewara5-Jun-10 23:31 
AnswerRe: How to make fixed header in gridView inside asp:panel? Pin
Sandeep Mewara4-Jun-10 20:03
mveSandeep Mewara4-Jun-10 20:03 
QuestionDynamically setting width of controls Pin
mark_me4-Jun-10 8:25
mark_me4-Jun-10 8:25 
AnswerRe: Dynamically setting width of controls Pin
Peace ON4-Jun-10 22:57
Peace ON4-Jun-10 22:57 
QuestionWhat is photosynthesis example like bingmaps site Pin
somasekhara7774-Jun-10 8:23
somasekhara7774-Jun-10 8:23 
AnswerRe: What is photosynthesis example like bingmaps site Pin
T M Gray4-Jun-10 9:04
T M Gray4-Jun-10 9:04 
QuestionIs there a way to add source-structured inputs dynamically to html through c#? Pin
Member 39190494-Jun-10 5:48
Member 39190494-Jun-10 5:48 
Is there a way to add source-structured inputs dynamically to html through c#?

I'm adding inputs (HtmlGenericControls) dynamically to an ASP.NET.

If I have 10 inputs I'd like to "view source" and see them neatly stacked on top of each other instead of rendered back-to-back in a big block.

I've tried adding the following literal controls after each input in the loop but it doesn't seem to do anything:

LiteralControl newLine = (new LiteralControl(((char)10).ToString()));

LiteralControl carriageReturn = (new LiteralControl(((char)13).ToString()));

Do you know if there's a way to do what I'm trying to do?
AnswerRe: Is there a way to add source-structured inputs dynamically to html through c#? Pin
Not Active4-Jun-10 6:53
mentorNot Active4-Jun-10 6:53 
AnswerRe: Is there a way to add source-structured inputs dynamically to html through c#? Pin
Adam R Harris4-Jun-10 9:55
Adam R Harris4-Jun-10 9:55 
QuestionHTML to RTF pls help Pin
AllPhee4-Jun-10 5:00
AllPhee4-Jun-10 5:00 
QuestionCode Standards Pin
mazemalik4-Jun-10 3:17
mazemalik4-Jun-10 3:17 
AnswerRe: Code Standards Pin
dan!sh 4-Jun-10 3:21
professional dan!sh 4-Jun-10 3:21 
AnswerRe: Code Standards Pin
Jamil Hallal4-Jun-10 4:22
professionalJamil Hallal4-Jun-10 4:22 
GeneralRe: Code Standards Pin
R. Giskard Reventlov4-Jun-10 4:33
R. Giskard Reventlov4-Jun-10 4:33 
AnswerRe: Code Standards Pin
R. Giskard Reventlov4-Jun-10 4:35
R. Giskard Reventlov4-Jun-10 4:35 
AnswerRe: Code Standards Pin
T M Gray4-Jun-10 5:48
T M Gray4-Jun-10 5:48 
QuestionGDI+ Image wont Show Properly Pin
Randal Vance Cunanan4-Jun-10 2:55
Randal Vance Cunanan4-Jun-10 2:55 
QuestionSubqueries Pin
Morgs Morgan4-Jun-10 2:37
Morgs Morgan4-Jun-10 2:37 
AnswerRe: Subqueries Pin
Peace ON4-Jun-10 2:47
Peace ON4-Jun-10 2:47 
GeneralRe: Subqueries Pin
Morgs Morgan4-Jun-10 4:17
Morgs Morgan4-Jun-10 4:17 
Questionwhat is trace listeners Pin
somasekhara7774-Jun-10 2:16
somasekhara7774-Jun-10 2:16 
AnswerRe: what is trace listeners Pin
Peace ON4-Jun-10 2:28
Peace ON4-Jun-10 2:28 
AnswerRe: what is trace listeners Pin
Not Active4-Jun-10 2:29
mentorNot Active4-Jun-10 2:29 
AnswerRe: what is trace listeners Pin
JHizzle4-Jun-10 2:44
JHizzle4-Jun-10 2:44 

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.