Click here to Skip to main content
15,886,724 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Excel.Quit doesn't work Pin
GaryWoodfine 11-Dec-06 0:40
professionalGaryWoodfine 11-Dec-06 0:40 
AnswerRe: Excel.Quit doesn't work Pin
Vasudevan Deepak Kumar11-Dec-06 4:32
Vasudevan Deepak Kumar11-Dec-06 4:32 
SuggestionRe: Excel.Quit doesn't work Pin
g01dHaCkEr7-Jul-11 19:45
g01dHaCkEr7-Jul-11 19:45 
Questionsub-folders? Pin
il_manti10-Dec-06 22:21
il_manti10-Dec-06 22:21 
Answerform methods Pin
RoswellNX11-Dec-06 0:10
RoswellNX11-Dec-06 0:10 
QuestionAsp.net - newbie problem :) Pin
john3410-Dec-06 21:07
john3410-Dec-06 21:07 
AnswerRe: Asp.net - newbie problem :) Pin
RoswellNX10-Dec-06 21:23
RoswellNX10-Dec-06 21:23 
GeneralRe: Asp.net - newbie problem :) Pin
il_manti10-Dec-06 22:11
il_manti10-Dec-06 22:11 
this is how things actually work in web design. you are seeing it strange because you've probably been accustomed to the "grid-like" structure of UI design. in HTML if you're going to put something it's going to find itself on the top right corner of the screen. simple. this is how it's supposed to work. the first time i saw it i was just like you ... "wdf is going on?! this is stupid...". but then, you know, it's how it's always been in html!

of course you can go about this in different ways:

a. create a table as described above and set everything up in different cells (kinda recommended).
b. css. and divs. very powerful. you can give absolute positioning in x,y co-ordinates (but not recommended) or you can set them up with padding percentages, margins, etc (highly recommended). look it up Wink | ;)
c. you could choose the "page layout" property and change it to "GridLayout" instead of "FlowLayout" (but... i still recommend the divs together with css if you're really into good and clean web design)



>>>>>
In life truth does not matter. What really matters is what others believe to be the truth. (The Up and Comer - Book)

AnswerRe: Asp.net - newbie problem :) Pin
ednrgc11-Dec-06 3:25
ednrgc11-Dec-06 3:25 
GeneralRe: Asp.net - newbie problem :) Pin
5150.Net11-Dec-06 9:03
5150.Net11-Dec-06 9:03 
GeneralRe: Asp.net - newbie problem :) Pin
ednrgc11-Dec-06 9:08
ednrgc11-Dec-06 9:08 
GeneralRe: Asp.net - newbie problem :) Pin
5150.Net11-Dec-06 9:51
5150.Net11-Dec-06 9:51 
QuestionServer Execution failed Pin
jhe_boy10-Dec-06 19:16
jhe_boy10-Dec-06 19:16 
AnswerRe: Server Execution failed Pin
Guffa10-Dec-06 20:22
Guffa10-Dec-06 20:22 
AnswerRe: Server Execution failed Pin
ednrgc11-Dec-06 3:18
ednrgc11-Dec-06 3:18 
QuestionReg : OLE Pin
venkatasivaramaprasad10-Dec-06 19:15
venkatasivaramaprasad10-Dec-06 19:15 
QuestionServer cannot found, DNS error Pin
jhe_boy10-Dec-06 19:15
jhe_boy10-Dec-06 19:15 
AnswerRe: Server cannot found, DNS error Pin
ednrgc11-Dec-06 3:23
ednrgc11-Dec-06 3:23 
QuestionEmbed Flash file into Web Page Pin
M.Sivapandi10-Dec-06 18:57
M.Sivapandi10-Dec-06 18:57 
AnswerRe: Embed Flash file into Web Page Pin
MIHAI_MTZ10-Dec-06 20:46
MIHAI_MTZ10-Dec-06 20:46 
AnswerRe: Embed Flash file into Web Page Pin
ednrgc11-Dec-06 3:26
ednrgc11-Dec-06 3:26 
Questionproblem in C# Pin
Imran Khan Pathan10-Dec-06 18:54
Imran Khan Pathan10-Dec-06 18:54 
AnswerRe: problem in C# Pin
venkatasivaramaprasad10-Dec-06 19:17
venkatasivaramaprasad10-Dec-06 19:17 
GeneralRe: problem in C# Pin
Imran Khan Pathan10-Dec-06 19:31
Imran Khan Pathan10-Dec-06 19:31 
AnswerRe: problem in C# Pin
MIHAI_MTZ10-Dec-06 20:54
MIHAI_MTZ10-Dec-06 20:54 

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.