Click here to Skip to main content
15,884,176 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionASP.Net Report Generation Pin
eddieangel12-Oct-11 7:05
eddieangel12-Oct-11 7:05 
AnswerRe: ASP.Net Report Generation Pin
David Mujica12-Oct-11 7:43
David Mujica12-Oct-11 7:43 
GeneralRe: ASP.Net Report Generation Pin
eddieangel12-Oct-11 7:46
eddieangel12-Oct-11 7:46 
QuestionIssue with 401 unauthorized. Double Hop Pin
sheldons12-Oct-11 6:27
sheldons12-Oct-11 6:27 
Questionalignment of controls Pin
jassiedog12-Oct-11 5:43
jassiedog12-Oct-11 5:43 
AnswerRe: alignment of controls Pin
Not Active12-Oct-11 7:00
mentorNot Active12-Oct-11 7:00 
AnswerRe: alignment of controls Pin
Dennis E White13-Oct-11 7:58
professionalDennis E White13-Oct-11 7:58 
AnswerRe: alignment of controls Pin
Morgs Morgan13-Oct-11 19:48
Morgs Morgan13-Oct-11 19:48 
Hi,
Nowadays to get a best web page layout that is not only easy to render on client side but also easier to design, is to actually avoid tables and use something like divs (or
). This element can align your entire page like magic! As you can see in my example i have put in place a simple but yet handy attribute to the div, "style". The style attribute will help you style your div (oh div stands for "division", a division on your page), and for the sake of alignment in my example i have put float:left, you could also have float:right or simply don't put the float and the browser will decide where to place your division(s) when rendered. There are many styles you can put such as margin, padding, text-align, background, color....and much more!

This comes with the power and magic of CSS! Get a hard start on this topic, css:
http://www.csstutorial.net/[^]

This all you need to giveup tables on your pages.
Happy coding,
Morgs
QuestionThe state information is invalid for this page and might be corrupted Pin
uspatel11-Oct-11 22:59
professionaluspatel11-Oct-11 22:59 
QuestionDisable checkbox in gridview Pin
Member 322226411-Oct-11 14:54
Member 322226411-Oct-11 14:54 
AnswerRe: Disable checkbox in gridview Pin
_Tushar Patil11-Oct-11 20:04
_Tushar Patil11-Oct-11 20:04 
AnswerRe: Disable checkbox in gridview Pin
Ali Al Omairi(Abu AlHassan)11-Oct-11 20:09
professionalAli Al Omairi(Abu AlHassan)11-Oct-11 20:09 
Questionaccess to ajax controls on toolbox Pin
Member 821751711-Oct-11 12:17
Member 821751711-Oct-11 12:17 
Questionadd master page to new web form Pin
Member 821751711-Oct-11 4:49
Member 821751711-Oct-11 4:49 
QuestionSiteMapPath does NOT display while the url end with a slash Pin
zhgfsh11-Oct-11 3:36
zhgfsh11-Oct-11 3:36 
Questionhow to create a download feature in asp,net? Pin
John Lao10-Oct-11 17:32
John Lao10-Oct-11 17:32 
AnswerRe: how to create a download feature in asp,net? Pin
Morgs Morgan10-Oct-11 20:58
Morgs Morgan10-Oct-11 20:58 
AnswerRe: how to create a download feature in asp,net? Pin
Not Active11-Oct-11 1:37
mentorNot Active11-Oct-11 1:37 
Questionhow to set the start up page once for all Pin
MalarGayu10-Oct-11 14:59
MalarGayu10-Oct-11 14:59 
AnswerRe: how to set the start up page once for all Pin
Parwej Ahamad10-Oct-11 17:47
professionalParwej Ahamad10-Oct-11 17:47 
GeneralRe: how to set the start up page once for all Pin
MalarGayu10-Oct-11 22:10
MalarGayu10-Oct-11 22:10 
GeneralRe: how to set the start up page once for all Pin
Parwej Ahamad10-Oct-11 22:13
professionalParwej Ahamad10-Oct-11 22:13 
GeneralRe: how to set the start up page once for all Pin
MalarGayu11-Oct-11 11:41
MalarGayu11-Oct-11 11:41 
GeneralRe: how to set the start up page once for all Pin
Parwej Ahamad11-Oct-11 19:41
professionalParwej Ahamad11-Oct-11 19:41 
QuestionMicrosoft.Jet.OLEDB.4.0' provider is not registered on the local machine Pin
Anuradha Lakra9-Oct-11 23:37
Anuradha Lakra9-Oct-11 23:37 

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.