Click here to Skip to main content
15,867,308 members
Home / Discussions / ASP.NET
   

ASP.NET

 
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 
GeneralRe: align labels on same line [modified] Pin
Sandeep Akhare1-Apr-08 3:48
Sandeep Akhare1-Apr-08 3:48 
If you face any problem related to alignment,
first make the border=1 for table like
<table border="1" 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>
Now you can see what might got wrong


Thanks and Regards
Sandeep

If If you look at what you do not have in life, you don't have anything,
If you look at what you have in life, you have everything... "

modified on Tuesday, April 1, 2008 9:56 AM

GeneralRe: align labels on same line Pin
Soumini Ramakrishnan2-Apr-08 0:01
Soumini Ramakrishnan2-Apr-08 0:01 
QuestionAuto Populate and email Word document From ASP.NET 2.0 Pin
Wilsy1-Apr-08 2:25
Wilsy1-Apr-08 2:25 
Generalproblem in FormsAuthentication.RedirectFromLoginPage Pin
coolsatty1-Apr-08 1:36
coolsatty1-Apr-08 1:36 
GeneralRe: problem in FormsAuthentication.RedirectFromLoginPage Pin
AhsanS1-Apr-08 2:38
AhsanS1-Apr-08 2:38 
GeneralRe: problem in FormsAuthentication.RedirectFromLoginPage Pin
coolsatty1-Apr-08 7:04
coolsatty1-Apr-08 7:04 
QuestionAJAX Dropdownlist? [modified] Pin
murali_utr1-Apr-08 1:19
murali_utr1-Apr-08 1:19 
GeneralRe: AJAX Dropdownlist? Pin
eyeseetee1-Apr-08 2:33
eyeseetee1-Apr-08 2:33 
AnswerRe: AJAX Dropdownlist? Pin
Ashish Sehajpal1-Apr-08 19:34
Ashish Sehajpal1-Apr-08 19:34 
Generalupdate panel problem Pin
Miss Maheshwari1-Apr-08 1:17
Miss Maheshwari1-Apr-08 1:17 
GeneralRe: update panel problem Pin
Sandeep Akhare1-Apr-08 1:25
Sandeep Akhare1-Apr-08 1:25 
GeneralRe: update panel problem Pin
Miss Maheshwari1-Apr-08 1:34
Miss Maheshwari1-Apr-08 1:34 
GeneralRe: update panel problem Pin
Ashish Sehajpal1-Apr-08 1:26
Ashish Sehajpal1-Apr-08 1:26 
GeneralRe: update panel problem Pin
Miss Maheshwari1-Apr-08 2:51
Miss Maheshwari1-Apr-08 2:51 
AnswerRe: update panel problem Pin
Ashish Sehajpal1-Apr-08 19:42
Ashish Sehajpal1-Apr-08 19:42 
GeneralRe: update panel problem Pin
Soumini Ramakrishnan2-Apr-08 0:05
Soumini Ramakrishnan2-Apr-08 0:05 
QuestionNEED OF HORIZONTAL DROP DOWN MENU Pin
John Sundar1-Apr-08 0:49
John Sundar1-Apr-08 0:49 
GeneralRe: NEED OF HORIZONTAL DROP DOWN MENU Pin
Ashish Sehajpal1-Apr-08 1:36
Ashish Sehajpal1-Apr-08 1:36 

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.