Click here to Skip to main content
15,922,894 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionfind inital function in .net 2005 ? Pin
trannguyen8616-Nov-06 19:23
trannguyen8616-Nov-06 19:23 
QuestionHow to know client is disconnected through ASP.net ? Pin
Prashant C16-Nov-06 16:56
Prashant C16-Nov-06 16:56 
GeneralRe: How to know client is disconnected through ASP.net ? Pin
Guffa16-Nov-06 19:23
Guffa16-Nov-06 19:23 
AnswerRe: How to know client is disconnected through ASP.net ? Pin
Britney S. Morales17-Nov-06 1:47
Britney S. Morales17-Nov-06 1:47 
Questioncheckall Pin
paolo silva16-Nov-06 13:43
paolo silva16-Nov-06 13:43 
AnswerRe: checkall Pin
Guffa16-Nov-06 14:57
Guffa16-Nov-06 14:57 
AnswerRe: checkall Pin
Britney S. Morales17-Nov-06 1:49
Britney S. Morales17-Nov-06 1:49 
QuestionLogin Control Centering Pin
wgcampbell16-Nov-06 11:20
wgcampbell16-Nov-06 11:20 
Having trouble trying to figure out how to center a login control. The docs say that <div align=center> is deprecated. So trying to center it with css style attributes. It will work in ie6, but not in FireFox. Can anyone offer a css centering scheme that will work here???

=====================================================
<%@ Page Language="C#" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title>Untitled Page</title>
</head>
<body style="text-align:center">
<form id="form1" runat="server">
<table border="1" cellpadding="0" cellspacing="0" >
<tr>
<td style="width:600px;text-align:center">
<h1>
Website Headline</h1>
<div style="marginBlush | :O auto;width:550px;background-color:Bisque">
<asp:Login ID="login1" runat="server" BorderWidth="1px" Width="300px" TextLayout="TextOnTop" ></asp:Login>
</div>
<asp:Label ID="Label1" runat="server" Text="Label"></asp:Label>
</td>
</tr>
<tr>
<td style="text-align:left">
More Content would go here
</td>
</tr>
</table>
</form>
</body>
</html>
=====================================================
AnswerRe: Login Control Centering Pin
Tal Kain16-Nov-06 14:50
Tal Kain16-Nov-06 14:50 
GeneralRe: Login Control Centering Pin
wgcampbell16-Nov-06 16:56
wgcampbell16-Nov-06 16:56 
AnswerRe: Login Control Centering Pin
ednrgc17-Nov-06 2:35
ednrgc17-Nov-06 2:35 
GeneralRe: Login Control Centering Pin
wgcampbell17-Nov-06 4:27
wgcampbell17-Nov-06 4:27 
QuestionHow to modify Application level variable Pin
Glenn E. Lanier II16-Nov-06 8:32
Glenn E. Lanier II16-Nov-06 8:32 
AnswerRe: How to modify Application level variable Pin
Grapes-R-Fun16-Nov-06 9:06
Grapes-R-Fun16-Nov-06 9:06 
GeneralRe: How to modify Application level variable Pin
Glenn E. Lanier II16-Nov-06 10:07
Glenn E. Lanier II16-Nov-06 10:07 
AnswerRe: How to modify Application level variable Pin
Guffa16-Nov-06 9:42
Guffa16-Nov-06 9:42 
GeneralRe: How to modify Application level variable Pin
Glenn E. Lanier II16-Nov-06 10:05
Glenn E. Lanier II16-Nov-06 10:05 
AnswerRe: How to modify Application level variable Pin
Guffa16-Nov-06 10:50
Guffa16-Nov-06 10:50 
AnswerRe: How to modify Application level variable Pin
Glenn E. Lanier II16-Nov-06 10:09
Glenn E. Lanier II16-Nov-06 10:09 
AnswerRe: How to modify Application level variable Pin
Guffa16-Nov-06 10:51
Guffa16-Nov-06 10:51 
GeneralRe: How to modify Application level variable Pin
Glenn E. Lanier II16-Nov-06 13:20
Glenn E. Lanier II16-Nov-06 13:20 
QuestionPublishing Debug code or Release Code Pin
Tad McClellan16-Nov-06 4:20
professionalTad McClellan16-Nov-06 4:20 
AnswerRe: Publishing Debug code or Release Code Pin
Grapes-R-Fun16-Nov-06 5:00
Grapes-R-Fun16-Nov-06 5:00 
AnswerRe: Publishing Debug code or Release Code Pin
Paddy Boyd16-Nov-06 5:24
Paddy Boyd16-Nov-06 5:24 
AnswerRe: Publishing Debug code or Release Code Pin
ednrgc16-Nov-06 5:26
ednrgc16-Nov-06 5:26 

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.