Click here to Skip to main content
16,006,605 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionRe: user control in asp.net 1.1 Pin
sha_abd24-Mar-09 22:40
sha_abd24-Mar-09 22:40 
QuestionASP.NET web shop Pin
Hristiyan24-Mar-09 11:55
Hristiyan24-Mar-09 11:55 
AnswerRe: ASP.NET web shop Pin
Yusuf24-Mar-09 12:32
Yusuf24-Mar-09 12:32 
AnswerRe: ASP.NET web shop Pin
Hristiyan24-Mar-09 13:28
Hristiyan24-Mar-09 13:28 
GeneralRe: ASP.NET web shop Pin
Yusuf24-Mar-09 14:05
Yusuf24-Mar-09 14:05 
GeneralRe: ASP.NET web shop Pin
Colin Angus Mackay24-Mar-09 14:24
Colin Angus Mackay24-Mar-09 14:24 
GeneralRe: ASP.NET web shop Pin
Yusuf24-Mar-09 14:40
Yusuf24-Mar-09 14:40 
GeneralRe: ASP.NET web shop Pin
N a v a n e e t h24-Mar-09 16:06
N a v a n e e t h24-Mar-09 16:06 
Adding to that, browsers take more time to render the page if it is contained in a main table. Something like
<body>
   <table id="main" >
      ...............
      ...............
      ...............
   </table>
</body>
Browser can render the main table only when it gets the ending node of it which is at the end of the page. This may make rendering slow if your page is big. But a page design with small tables (without wrapping in a main table) looks OK to me.

Smile | :)


GeneralRe: ASP.NET web shop Pin
Hristiyan24-Mar-09 20:33
Hristiyan24-Mar-09 20:33 
QuestionFile has changed Pin
CodingYoshi24-Mar-09 10:30
CodingYoshi24-Mar-09 10:30 
QuestionHelp needed for online plagiarism detection Pin
dream_liner_7e724-Mar-09 10:18
dream_liner_7e724-Mar-09 10:18 
AnswerRe: Help needed for online plagiarism detection Pin
Christian Graus24-Mar-09 14:26
protectorChristian Graus24-Mar-09 14:26 
GeneralRe: Help needed for online plagiarism detection Pin
dream_liner_7e725-Mar-09 2:38
dream_liner_7e725-Mar-09 2:38 
QuestionASP:Dropdownlist And Firefox Pin
Ryan Fleming24-Mar-09 8:13
Ryan Fleming24-Mar-09 8:13 
AnswerRe: ASP:Dropdownlist And Firefox Pin
Christian Graus24-Mar-09 14:27
protectorChristian Graus24-Mar-09 14:27 
Question[Message Deleted] Pin
nerzhul8624-Mar-09 8:12
nerzhul8624-Mar-09 8:12 
AnswerRe: asp.net-how to traverse records Pin
Fayu24-Mar-09 10:28
Fayu24-Mar-09 10:28 
QuestionHow to add gridview to placeholder Pin
scjsb24-Mar-09 8:06
scjsb24-Mar-09 8:06 
AnswerRe: How to add gridview to placeholder Pin
Cybernate24-Mar-09 10:18
Cybernate24-Mar-09 10:18 
GeneralRe: How to add gridview to placeholder Pin
scjsb25-Mar-09 3:12
scjsb25-Mar-09 3:12 
QuestionStandard pattern for updating a tab in one click? Pin
alex3_1424-Mar-09 6:50
alex3_1424-Mar-09 6:50 
AnswerRe: Standard pattern for updating a tab in one click? Pin
fred_24-Mar-09 9:51
fred_24-Mar-09 9:51 
QuestionRe: Standard pattern for updating a tab in one click? Pin
alex3_1424-Mar-09 22:22
alex3_1424-Mar-09 22:22 
AnswerRe: Standard pattern for updating a tab in one click? [modified] Pin
fred_25-Mar-09 2:51
fred_25-Mar-09 2:51 
QuestionRe: Standard pattern for updating a tab in one click? Pin
alex3_1425-Mar-09 3:52
alex3_1425-Mar-09 3:52 

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.