Click here to Skip to main content
15,904,653 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questiongenerate html control object based on the given string Pin
Maxy558-May-09 23:57
Maxy558-May-09 23:57 
AnswerRe: generate html control object based on the given string Pin
AhsanS9-May-09 0:09
AhsanS9-May-09 0:09 
GeneralRe: generate html control object based on the given string Pin
Maxy559-May-09 0:25
Maxy559-May-09 0:25 
Questiongridview Pin
sritha8-May-09 23:52
sritha8-May-09 23:52 
AnswerRe: gridview Pin
Blue_Boy8-May-09 23:55
Blue_Boy8-May-09 23:55 
AnswerRe: gridview Pin
Christian Graus9-May-09 10:38
protectorChristian Graus9-May-09 10:38 
AnswerRe: gridview Pin
EssamDev9-May-09 12:28
EssamDev9-May-09 12:28 
Question[newbie] Text size problem Pin
jon-808-May-09 23:50
professionaljon-808-May-09 23:50 
I'm running an ASP.NET project using mainly html; I'm not sure how to make the text a bit larger, because even when I adjust the tags within the .css file, the text seems to remain of the same size.

[CODE]
Articles.aspx
------------
...
<asp:Content ContentPlaceHolderID="Body" runat="server">
[B] <span class="body">[/B] This page is still under construction. </span>
</asp:Content>
...

[/CODE]

[CODE]
common.css
------------
...
body{
background-position: #fff;
font: 62.5%/2.2em "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
color: #4b4942;
background: #fff;
font-size: x-large;
}
...
[/CODE]


Confused | :confused:

Screenshots of output at http://cid-b712073b3513eb8e.skydrive.live.com/self.aspx/.Public/blog-what%20bugs%20me.docx

Source available at http://cid-b712073b3513eb8e.skydrive.live.com/self.aspx/.Public/Blog.rar

Environment
Visual Studio 2008 SP1 + .NET 3.5 SP1
WinXP SP2
IIS 5.1

Jon

AnswerRe: [newbie] Text size problem Pin
AhsanS9-May-09 0:13
AhsanS9-May-09 0:13 
QuestionDeployee in Client machine Pin
mdazeemuddin8-May-09 22:33
mdazeemuddin8-May-09 22:33 
AnswerRe: Deployee in Client machine Pin
AhsanS9-May-09 0:16
AhsanS9-May-09 0:16 
GeneralRe: Deployee in Client machine Pin
mdazeemuddin9-May-09 0:37
mdazeemuddin9-May-09 0:37 
GeneralRe: Deployee in Client machine Pin
The_Collector9-May-09 3:15
The_Collector9-May-09 3:15 
GeneralRe: Deployee in Client machine Pin
mdazeemuddin9-May-09 19:35
mdazeemuddin9-May-09 19:35 
GeneralRe: Deployee in Client machine Pin
The_Collector11-May-09 3:28
The_Collector11-May-09 3:28 
GeneralRe: Deployee in Client machine Pin
mdazeemuddin11-May-09 3:58
mdazeemuddin11-May-09 3:58 
GeneralRe: Deployee in Client machine Pin
The_Collector11-May-09 16:06
The_Collector11-May-09 16:06 
GeneralRe: Deployee in Client machine Pin
The_Collector11-May-09 3:35
The_Collector11-May-09 3:35 
GeneralRe: Deployee in Client machine Pin
Abhijit Jana9-May-09 3:27
professionalAbhijit Jana9-May-09 3:27 
GeneralRe: Deployee in Client machine Pin
The_Collector9-May-09 3:54
The_Collector9-May-09 3:54 
GeneralRe: Deployee in Client machine Pin
mdazeemuddin9-May-09 21:30
mdazeemuddin9-May-09 21:30 
QuestionDrag and drop functionality Pin
Nekkantidivya8-May-09 22:31
Nekkantidivya8-May-09 22:31 
AnswerRe: Drag and drop functionality Pin
Hristiyan9-May-09 1:03
Hristiyan9-May-09 1:03 
Questionhow i use usercontrol( 3 Dropdownlist -Date input) in formview --- please !! Pin
darkman698-May-09 21:11
darkman698-May-09 21:11 
Questionvalidation controls in asp Pin
sritha8-May-09 19:54
sritha8-May-09 19:54 

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.