Click here to Skip to main content
15,920,508 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Deploy web application in to IIS 7 Pin
Sathesh Sakthivel13-Jan-10 21:37
Sathesh Sakthivel13-Jan-10 21:37 
AnswerRe: Deploy web application in to IIS 7 Pin
Brij13-Jan-10 23:08
mentorBrij13-Jan-10 23:08 
QuestionHow to make label's text H1 by setting up a font property Pin
Tina P13-Jan-10 16:01
Tina P13-Jan-10 16:01 
AnswerRe: How to make label's text H1 by setting up a font property Pin
Anurag Gandhi13-Jan-10 19:13
professionalAnurag Gandhi13-Jan-10 19:13 
QuestionStretching html table column will not fit Pin
dptalt13-Jan-10 9:09
dptalt13-Jan-10 9:09 
AnswerRe: Stretching html table column will not fit Pin
Not Active13-Jan-10 9:12
mentorNot Active13-Jan-10 9:12 
AnswerRe: Stretching html table column will not fit Pin
Anurag Gandhi13-Jan-10 13:34
professionalAnurag Gandhi13-Jan-10 13:34 
AnswerRe: Stretching html table column will not fit Pin
nabber13-Jan-10 19:42
nabber13-Jan-10 19:42 
To Control the text don't wrapped ,Just add a style "white-space:nowrap" to "Label2".


**:It's not good to adding this style about "td".

Sample:

<br />
       <table cellpadding="0" cellspacing="0" style="width: 100%;"><br />
            <tr><br />
                <td style="width: 250px"><br />
                    <asp:Label ID="Label2" runat="server" Text="Label" Font-Size="9pt" Style="white-space: nowrap"></asp:Label><br />
                </td><br />
            </tr><br />
        </table><br />

AnswerRe: Stretching html table column will not fit Pin
April Fans14-Jan-10 22:26
April Fans14-Jan-10 22:26 
QuestionForce password change after Password recovery Pin
THE SK13-Jan-10 7:38
THE SK13-Jan-10 7:38 
AnswerRe: Force password change after Password recovery Pin
Not Active13-Jan-10 9:10
mentorNot Active13-Jan-10 9:10 
AnswerRe: Force password change after Password recovery Pin
Sathesh Sakthivel13-Jan-10 21:41
Sathesh Sakthivel13-Jan-10 21:41 
QuestionCP part Pin
JustWorking13-Jan-10 4:11
JustWorking13-Jan-10 4:11 
AnswerRe: CP part Pin
OriginalGriff14-Jan-10 1:52
mveOriginalGriff14-Jan-10 1:52 
QuestionShow server control (eg: panel) with JavaScript Pin
awedaonline13-Jan-10 3:37
awedaonline13-Jan-10 3:37 
AnswerRe: Show server control (eg: panel) with JavaScript Pin
Pranay Rana13-Jan-10 3:43
professionalPranay Rana13-Jan-10 3:43 
GeneralRe: Show server control (eg: panel) with JavaScript Pin
awedaonline13-Jan-10 4:04
awedaonline13-Jan-10 4:04 
AnswerRe: Show server control (eg: panel) with JavaScript Pin
Brij13-Jan-10 5:08
mentorBrij13-Jan-10 5:08 
Questiontree menu Pin
jojoba201013-Jan-10 3:00
jojoba201013-Jan-10 3:00 
AnswerRe: tree menu Pin
Richard MacCutchan13-Jan-10 3:34
mveRichard MacCutchan13-Jan-10 3:34 
GeneralRe: tree menu Pin
jojoba201013-Jan-10 4:15
jojoba201013-Jan-10 4:15 
GeneralRe: tree menu Pin
Smithers-Jones13-Jan-10 4:17
Smithers-Jones13-Jan-10 4:17 
AnswerRe: tree menu Pin
Ashfield13-Jan-10 5:22
Ashfield13-Jan-10 5:22 
QuestionI need an ebay program Pin
totolcm13-Jan-10 2:19
totolcm13-Jan-10 2:19 
AnswerRe: I need an ebay program Pin
Richard MacCutchan13-Jan-10 2:37
mveRichard MacCutchan13-Jan-10 2:37 

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.