Click here to Skip to main content
15,919,479 members
Home / Discussions / ASP.NET
   

ASP.NET

 
JokeRe: TextBox Pin
sashidhar29-Sep-09 21:08
sashidhar29-Sep-09 21:08 
GeneralRe: TextBox Pin
Christian Graus29-Sep-09 22:32
protectorChristian Graus29-Sep-09 22:32 
QuestionLinkbutton, Target="_blank" Pin
JohnQuar129-Sep-09 11:05
JohnQuar129-Sep-09 11:05 
AnswerRe: Linkbutton, Target="_blank" Pin
Christian Graus29-Sep-09 11:06
protectorChristian Graus29-Sep-09 11:06 
GeneralRe: Linkbutton, Target="_blank" Pin
JohnQuar129-Sep-09 11:32
JohnQuar129-Sep-09 11:32 
GeneralRe: Linkbutton, Target="_blank" Pin
Abhishek Sur29-Sep-09 11:45
professionalAbhishek Sur29-Sep-09 11:45 
AnswerRe: Linkbutton, Target="_blank" Pin
Abhishek Sur29-Sep-09 11:43
professionalAbhishek Sur29-Sep-09 11:43 
GeneralRe: Linkbutton, Target="_blank" Pin
JohnQuar130-Sep-09 4:48
JohnQuar130-Sep-09 4:48 
GeneralRe: Linkbutton, Target="_blank" Pin
JohnQuar130-Sep-09 7:32
JohnQuar130-Sep-09 7:32 
QuestionDownload html table content and save to excel Pin
Guvera29-Sep-09 10:29
Guvera29-Sep-09 10:29 
AnswerRe: Download html table content and save to excel Pin
Abhijit Jana29-Sep-09 10:44
professionalAbhijit Jana29-Sep-09 10:44 
GeneralRe: Download html table content and save to excel Pin
Guvera29-Sep-09 10:56
Guvera29-Sep-09 10:56 
GeneralRe: Download html table content and save to excel Pin
Christian Graus29-Sep-09 11:04
protectorChristian Graus29-Sep-09 11:04 
GeneralRe: Download html table content and save to excel Pin
Abhijit Jana29-Sep-09 11:09
professionalAbhijit Jana29-Sep-09 11:09 
QuestionVertical Scroll bar not displaying properly in IE6 Pin
meeram39529-Sep-09 8:19
meeram39529-Sep-09 8:19 
AnswerRe: Vertical Scroll bar not displaying properly in IE6 Pin
Abhishek Sur29-Sep-09 9:52
professionalAbhishek Sur29-Sep-09 9:52 
GeneralRe: Vertical Scroll bar not displaying properly in IE6 Pin
meeram39529-Sep-09 21:12
meeram39529-Sep-09 21:12 
Questionsending xml file to web service Pin
d_smit29-Sep-09 7:02
d_smit29-Sep-09 7:02 
AnswerRe: sending xml file to web service Pin
sashidhar29-Sep-09 7:16
sashidhar29-Sep-09 7:16 
Questionperformance issue [modified] Pin
sanrah29-Sep-09 2:45
sanrah29-Sep-09 2:45 
AnswerRe: performance issue Pin
Manas Bhardwaj29-Sep-09 2:57
professionalManas Bhardwaj29-Sep-09 2:57 
AnswerRe: performance issue Pin
Not Active29-Sep-09 3:12
mentorNot Active29-Sep-09 3:12 
I would first consider the design of your page. Are all 200+ controls necessary on a single page or could it be broken into several pages? It may make sense to you but the user will probably be overwhelmed by so many controls on a single page.

Otherwise, you'll need to
1) Use JavaScript to create the controls dynamically
2) Use AJAX calls to retrieve the html to insert into your page


only two letters away from being an asset

AnswerRe: performance issue Pin
John-ph29-Sep-09 3:44
John-ph29-Sep-09 3:44 
GeneralRe: performance issue Pin
sanrah29-Sep-09 18:50
sanrah29-Sep-09 18:50 
GeneralRe: performance issue Pin
John-ph29-Sep-09 19:16
John-ph29-Sep-09 19:16 

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.