Click here to Skip to main content
15,908,445 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionCannot get ASP.NET page to run server side Pin
Zach Burnett18-Oct-06 9:25
Zach Burnett18-Oct-06 9:25 
AnswerRe: Cannot get ASP.NET page to run server side Pin
Guffa18-Oct-06 10:36
Guffa18-Oct-06 10:36 
GeneralRe: Cannot get ASP.NET page to run server side Pin
Zach Burnett18-Oct-06 10:44
Zach Burnett18-Oct-06 10:44 
GeneralRe: Cannot get ASP.NET page to run server side Pin
Zach Burnett18-Oct-06 10:54
Zach Burnett18-Oct-06 10:54 
AnswerRe: Cannot get ASP.NET page to run server side Pin
Christian Graus18-Oct-06 12:24
protectorChristian Graus18-Oct-06 12:24 
AnswerRe: Cannot get ASP.NET page to run server side Pin
Zach Burnett18-Oct-06 12:46
Zach Burnett18-Oct-06 12:46 
GeneralRe: Cannot get ASP.NET page to run server side Pin
Zach Burnett18-Oct-06 13:29
Zach Burnett18-Oct-06 13:29 
QuestionSimple layout question..hopefully Pin
Member 9618-Oct-06 7:57
Member 9618-Oct-06 7:57 
This is a surprisingly difficult problem to find any resources on the internet about so hopefully someone here has a pointer on what to do.

I have many forms with a series of input fields.
They have to be in this format:

Label1:
Input field1

Label2:
Input field2

I.E. they have to be label on top of input field, not side by side due to localization and RTL/LTR locale issues.

The problem is spacing the label/inputfield pairs from each other.

If I put a <br> after the input field, I get a nice separatation in IE, a full blank line between them as in the way I typed it above, in FireFox or Opera though, I get no blank line separation, the second label appears directly beneath the first input field:

Label1:
InputField1
Label2:
InputField2

If I double up on <br> tags then it looks nice in Opera and FF but doublespaced in IE which is bad.

I know I could resolve this with a block level element, I.E. put each pair in a div, but I have 3 columns of these label/input pairs on most forms and anywhere from 5 to a dozen pairs on each form so I'm not sure if this is the optimal way to do it.

Any suggestions appreciated.
AnswerRe: Simple layout question..hopefully Pin
Christian Graus18-Oct-06 8:11
protectorChristian Graus18-Oct-06 8:11 
GeneralRe: Simple layout question..hopefully Pin
Member 9618-Oct-06 8:31
Member 9618-Oct-06 8:31 
AnswerRe: Simple layout question..hopefully Pin
Guffa18-Oct-06 14:53
Guffa18-Oct-06 14:53 
GeneralRe: Simple layout question..hopefully Pin
Member 9619-Oct-06 4:42
Member 9619-Oct-06 4:42 
AnswerRe: Simple layout question..hopefully Pin
Ennis Ray Lynch, Jr.18-Oct-06 15:51
Ennis Ray Lynch, Jr.18-Oct-06 15:51 
GeneralRe: Simple layout question..hopefully Pin
Member 9619-Oct-06 4:42
Member 9619-Oct-06 4:42 
QuestionUser personalized data and webpart Pin
robert11018-Oct-06 7:22
robert11018-Oct-06 7:22 
AnswerRe: User personalized data and webpart Pin
minhpc_bk18-Oct-06 15:49
minhpc_bk18-Oct-06 15:49 
QuestionClient-Side Output caching Pin
5imone18-Oct-06 5:21
professional5imone18-Oct-06 5:21 
QuestionRefresh opening window problem Pin
Thomas Benz18-Oct-06 4:40
Thomas Benz18-Oct-06 4:40 
QuestionHelp with Datetime! Pin
Dayekh18-Oct-06 4:26
Dayekh18-Oct-06 4:26 
AnswerRe: Help with Datetime! Pin
Christian Graus18-Oct-06 7:50
protectorChristian Graus18-Oct-06 7:50 
GeneralRe: Help with Datetime! Pin
Dayekh18-Oct-06 8:03
Dayekh18-Oct-06 8:03 
GeneralRe: Help with Datetime! Pin
Christian Graus18-Oct-06 8:11
protectorChristian Graus18-Oct-06 8:11 
GeneralRe: Help with Datetime! Pin
Dayekh19-Oct-06 23:06
Dayekh19-Oct-06 23:06 
Questionsite map problem Pin
kitokatakito18-Oct-06 4:09
kitokatakito18-Oct-06 4:09 
QuestionSecuring Web Services Pin
bwhittington18-Oct-06 3:54
bwhittington18-Oct-06 3: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.