Click here to Skip to main content
15,909,030 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Please help me with this problem!!!! Pin
N a v a n e e t h2-Nov-08 20:58
N a v a n e e t h2-Nov-08 20:58 
General64 bit issue. Pin
Haridas.R1-Nov-08 7:04
Haridas.R1-Nov-08 7:04 
GeneralRe: 64 bit issue. Pin
Paul Conrad1-Nov-08 7:19
professionalPaul Conrad1-Nov-08 7:19 
QuestionTableless HTML Design?? [modified] Pin
Blumen1-Nov-08 3:28
Blumen1-Nov-08 3:28 
AnswerRe: Tableless HTML Design?? Pin
JimmyRopes1-Nov-08 4:32
professionalJimmyRopes1-Nov-08 4:32 
AnswerRe: Tableless HTML Design?? Pin
Guffa1-Nov-08 6:35
Guffa1-Nov-08 6:35 
GeneralRe: Tableless HTML Design?? Pin
Blumen1-Nov-08 18:24
Blumen1-Nov-08 18:24 
AnswerRe: Tableless HTML Design?? Pin
N a v a n e e t h2-Nov-08 17:01
N a v a n e e t h2-Nov-08 17:01 
Adding to what Guffa said,

Pages designed using tables are slow to render than the one developed using DIVs and CSS. Many websites will have a main table which contains all the contents of that page. This is slow because browser can render the content only after getting the closing node which it gets at the end of page.

Use DIVs and CSS for design doesn't mean that you have to avoid tables completly. Tables should be used for what it is created for. If you are using tables for designing, use small tables instead of wrapping everything in a single table.

This[^] site has good beginer level tutorials.


GeneralRe: Tableless HTML Design?? Pin
Blumen2-Nov-08 17:51
Blumen2-Nov-08 17:51 
AnswerRe: Tableless HTML Design?? Pin
Steve Echols2-Nov-08 17:58
Steve Echols2-Nov-08 17:58 
GeneralRe: Tableless HTML Design?? Pin
Blumen2-Nov-08 18:08
Blumen2-Nov-08 18:08 
GeneralRe: Tableless HTML Design?? Pin
Steve Echols2-Nov-08 18:39
Steve Echols2-Nov-08 18:39 
GeneralRe: Tableless HTML Design?? Pin
Blumen2-Nov-08 20:45
Blumen2-Nov-08 20:45 
QuestionDynamic Form [modified] Pin
Sennive1-Nov-08 3:03
Sennive1-Nov-08 3:03 
AnswerRe: Dynamic Form Pin
Prasanna Kumar Pete1-Nov-08 19:27
Prasanna Kumar Pete1-Nov-08 19:27 
AnswerRe: Dynamic Form Pin
RichardGrimmer5-Nov-08 2:42
RichardGrimmer5-Nov-08 2:42 
QuestionSharePoint Web Part and Office Interop problem Pin
JimmyRopes1-Nov-08 2:46
professionalJimmyRopes1-Nov-08 2:46 
QuestionWeb Services Pin
shanthi jothi1-Nov-08 2:05
shanthi jothi1-Nov-08 2:05 
AnswerRe: Web Services Pin
Sathesh Sakthivel1-Nov-08 2:07
Sathesh Sakthivel1-Nov-08 2:07 
AnswerRe: Web Services Pin
N a v a n e e t h2-Nov-08 17:03
N a v a n e e t h2-Nov-08 17:03 
AnswerRe: Web Services Pin
saanj3-Nov-08 7:27
saanj3-Nov-08 7:27 
QuestionMail sending through SMTP Pin
Satish_S1-Nov-08 0:51
Satish_S1-Nov-08 0:51 
AnswerRe: Mail sending through SMTP Pin
N a v a n e e t h2-Nov-08 17:04
N a v a n e e t h2-Nov-08 17:04 
AnswerRe: Mail sending through SMTP Pin
raghvendrapanda2-Nov-08 21:21
raghvendrapanda2-Nov-08 21:21 
GeneralRe: Mail sending through SMTP Pin
Satish_S2-Nov-08 22:45
Satish_S2-Nov-08 22:45 

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.