Click here to Skip to main content
15,919,774 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Value from ASP.NET AJAX ModalPopUpExtender Pin
Syed Ali Raza27-Feb-08 22:28
Syed Ali Raza27-Feb-08 22:28 
GeneralRe: Value from ASP.NET AJAX ModalPopUpExtender Pin
Shog928-Feb-08 4:01
sitebuilderShog928-Feb-08 4:01 
GeneralRe: Value from ASP.NET AJAX ModalPopUpExtender Pin
Expert Coming28-Feb-08 10:56
Expert Coming28-Feb-08 10:56 
GeneralRe: Value from ASP.NET AJAX ModalPopUpExtender Pin
Syed Ali Raza28-Feb-08 19:27
Syed Ali Raza28-Feb-08 19:27 
GeneralHelp with form POST and redirect Pin
Whoopage27-Feb-08 11:17
Whoopage27-Feb-08 11:17 
AnswerRe: Help with form POST and redirect Pin
Jayapal Chandran27-Feb-08 23:29
Jayapal Chandran27-Feb-08 23:29 
GeneralStyling Best Practices Pin
Brendan Vogt27-Feb-08 7:19
Brendan Vogt27-Feb-08 7:19 
GeneralRe: Styling Best Practices Pin
Shog927-Feb-08 7:50
sitebuilderShog927-Feb-08 7:50 
Ideally, you'll keep styles in a stylesheet. So for instance, if you wanted something like this:

As preparations draw to a close for the April release, we need to keep in mind that it is crucial that all developers work to keep QA informed of pending updates.

...you might then use this markup:
As preparations draw to a close for the April release, 
<em class="Warning">we need to keep in mind</em> 
that it is <em>crucial</em> that all developers work to keep 
<abbr title="quality assurance">QA</abbr> informed of pending updates.

...and this stylesheet:
EM { font-style: italic; }
EM.Warning 
{  
   border: 1px solid red;
   padding:5px;
   margin: 20px;
   background-color:#FFE3E0;
}
ABBR { border-bottom: dotted 1px black; }



But who is the king of all of these folks?

QuestionRe: Styling Best Practices Pin
Vasudevan Deepak Kumar27-Feb-08 19:14
Vasudevan Deepak Kumar27-Feb-08 19:14 
GeneralRe: Styling Best Practices Pin
lbothell11-Mar-08 7:54
lbothell11-Mar-08 7:54 
GeneralWebServices and singleton Pin
yarns27-Feb-08 6:14
yarns27-Feb-08 6:14 
GeneralRe: WebServices and singleton Pin
led mike27-Feb-08 7:51
led mike27-Feb-08 7:51 
Question1.5px? Pin
Brendan Vogt27-Feb-08 6:10
Brendan Vogt27-Feb-08 6:10 
AnswerRe: 1.5px? Pin
Shog927-Feb-08 8:01
sitebuilderShog927-Feb-08 8:01 
GeneralRe: 1.5px? Pin
led mike27-Feb-08 8:44
led mike27-Feb-08 8:44 
GeneralRe: 1.5px? Pin
Shog927-Feb-08 9:26
sitebuilderShog927-Feb-08 9:26 
GeneralRe: 1.5px? Pin
led mike27-Feb-08 9:55
led mike27-Feb-08 9:55 
GeneralRe: 1.5px? Pin
Shog927-Feb-08 10:01
sitebuilderShog927-Feb-08 10:01 
GeneralRe: 1.5px? Pin
led mike27-Feb-08 10:12
led mike27-Feb-08 10:12 
GeneralRe: 1.5px? Pin
Shog927-Feb-08 10:20
sitebuilderShog927-Feb-08 10:20 
GeneralRe: 1.5px? Pin
led mike27-Feb-08 10:31
led mike27-Feb-08 10:31 
GeneralRe: 1.5px? Pin
Expert Coming27-Feb-08 20:21
Expert Coming27-Feb-08 20:21 
GeneralMake object tag clickable Pin
hemant.kaushal27-Feb-08 0:07
hemant.kaushal27-Feb-08 0:07 
GeneralRe: Make object tag clickable Pin
Nilesh Hapse27-Feb-08 2:37
Nilesh Hapse27-Feb-08 2:37 
GeneralThey will not let me hit the database until the very last minute. HELP !!! [modified] Pin
crystal915426-Feb-08 5:54
crystal915426-Feb-08 5: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.