Click here to Skip to main content
15,905,028 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Problem with hyperlink Pin
eyeseetee1-Apr-08 21:43
eyeseetee1-Apr-08 21:43 
GeneralRadioButton Width Pin
kontax1-Apr-08 4:51
kontax1-Apr-08 4:51 
GeneralRe: RadioButton Width Pin
Mitch F.1-Apr-08 14:50
Mitch F.1-Apr-08 14:50 
GeneralRe: RadioButton Width Pin
kontax2-Apr-08 0:50
kontax2-Apr-08 0:50 
GeneralRe: RadioButton Width Pin
Mitch F.2-Apr-08 7:32
Mitch F.2-Apr-08 7:32 
GeneralRESX files Pin
Spykraft1-Apr-08 4:42
Spykraft1-Apr-08 4:42 
GeneralRe: RESX files Pin
led mike1-Apr-08 4:49
led mike1-Apr-08 4:49 
GeneralRe: RESX files Pin
Spykraft1-Apr-08 5:05
Spykraft1-Apr-08 5:05 
QuestionPassing Form data to another page Pin
munklefish1-Apr-08 4:27
munklefish1-Apr-08 4:27 
GeneralRe: Passing Form data to another page Pin
Herman<T>.Instance1-Apr-08 4:47
Herman<T>.Instance1-Apr-08 4:47 
GeneralRe: Passing Form data to another page Pin
eyeseetee1-Apr-08 5:00
eyeseetee1-Apr-08 5:00 
GeneralRe: Passing Form data to another page Pin
munklefish1-Apr-08 7:54
munklefish1-Apr-08 7:54 
GeneralRe: Passing Form data to another page Pin
Herman<T>.Instance1-Apr-08 22:49
Herman<T>.Instance1-Apr-08 22:49 
GeneralRe: Passing Form data to another page Pin
ffowler2-Apr-08 16:45
ffowler2-Apr-08 16:45 
GeneralRe: Passing Form data to another page Pin
munklefish1-Apr-08 7:55
munklefish1-Apr-08 7:55 
GeneralRe: Passing Form data to another page Pin
varun.g1-Apr-08 5:06
varun.g1-Apr-08 5:06 
GeneralRe: Passing Form data to another page Pin
munklefish1-Apr-08 7:53
munklefish1-Apr-08 7:53 
GeneralRe: Passing Form data to another page Pin
Krishnraj2-Apr-08 1:21
Krishnraj2-Apr-08 1:21 
GeneralRe: Passing Form data to another page Pin
munklefish2-Apr-08 1:27
munklefish2-Apr-08 1:27 
GeneralRe: Passing Form data to another page Pin
Krishnraj2-Apr-08 3:52
Krishnraj2-Apr-08 3:52 
GeneralTransfer different files at a time from one page to another [modified] Pin
honeyss1-Apr-08 4:13
honeyss1-Apr-08 4:13 
Generalalign labels on same line Pin
eyeseetee1-Apr-08 3:09
eyeseetee1-Apr-08 3:09 
GeneralRe: align labels on same line Pin
Sandeep Akhare1-Apr-08 3:21
Sandeep Akhare1-Apr-08 3:21 
GeneralRe: align labels on same line Pin
eyeseetee1-Apr-08 3:33
eyeseetee1-Apr-08 3:33 
<table width="100%">

<tr>

<td align="right">
<asp:Label ID="Label2" Text="Text" CssClass="FooterText" runat="server"></asp:Label>
</td>
<td align="right">
<asp:Label ID="Label1" CssClass="VersionText" runat="server" Text="Text"></asp:Label>
</td>

</tr>

</table>

Managed to make this work, not sure how though as both tds are aligned right but display center on webpage

cheers
GeneralRe: align labels on same line [modified] Pin
Sandeep Akhare1-Apr-08 3:48
Sandeep Akhare1-Apr-08 3:48 

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.