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

ASP.NET

 
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 
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 
Make both the label and the input field into block elements, that way you don't have problems with the line breaks (that works a bit funny in IE).

If you put an element around the tags, you can address them from css:

<div class="FormItem"><br />
<label>Label1:</label><br />
<input type="text" name="InputField1" /><br />
</div>


In the css you might want to do something like:

.FormItem { margin: 5px 0; }<br />
.FormItem label { display: block; }<br />
.FormItem input { display: block; }



---
b { font-weight: normal; }

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 
AnswerRe: Securing Web Services Pin
Christian Graus18-Oct-06 8:12
protectorChristian Graus18-Oct-06 8:12 
QuestionGetting the previous Selected Index Pin
Rajiya18-Oct-06 2:44
Rajiya18-Oct-06 2:44 
AnswerRe: Getting the previous Selected Index Pin
albCode18-Oct-06 3:18
albCode18-Oct-06 3:18 

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.