Click here to Skip to main content
15,887,585 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionOpenXML add cell Pin
byka15-Apr-14 7:46
byka15-Apr-14 7:46 
Questionwhen we need cookiless session and why? Pin
Telstra15-Apr-14 4:29
professionalTelstra15-Apr-14 4:29 
AnswerRe: when we need cookiless session and why? Pin
ZurdoDev15-Apr-14 5:02
professionalZurdoDev15-Apr-14 5:02 
GeneralRe: when we need cookiless session and why? Pin
Telstra15-Apr-14 18:21
professionalTelstra15-Apr-14 18:21 
GeneralRe: when we need cookiless session and why? Pin
ZurdoDev16-Apr-14 2:01
professionalZurdoDev16-Apr-14 2:01 
QuestionAttributes without values Pin
Marc Clifton15-Apr-14 2:39
mvaMarc Clifton15-Apr-14 2:39 
AnswerRe: Attributes without values Pin
David Mujica15-Apr-14 3:07
David Mujica15-Apr-14 3:07 
AnswerRe: Attributes without values Pin
Richard Deeming15-Apr-14 3:51
mveRichard Deeming15-Apr-14 3:51 
HTML != XML (unless you're using XHTML, which was popular for a while).

What you're looking at is a boolean attribute:

Some attributes play the role of boolean variables (e.g., the selected attribute for the OPTION element). Their appearance in the start tag of an element implies that the value of the attribute is "true". Their absence implies a value of "false".

Boolean attributes may legally take a single value: the name of the attribute itself (e.g., selected="selected").

In HTML, boolean attributes may appear in minimized form -- the attribute's value appears alone in the element's start tag. Thus, selected may be set by writing:
HTML
<OPTION selected>

instead of:
HTML
<OPTION selected="selected">


Authors should be aware that many user agents only recognize the minimized form of boolean attributes and not the full form.




"These people looked deep within my soul and assigned me a number based on the order in which I joined."
- Homer


GeneralRe: Attributes without values Pin
Marc Clifton15-Apr-14 4:27
mvaMarc Clifton15-Apr-14 4:27 
Questionhow to create quick answers forum same like in code project? Pin
Joshi Akash15-Apr-14 2:13
Joshi Akash15-Apr-14 2:13 
SuggestionRe: how to create quick answers forum same like in code project? Pin
Richard Deeming15-Apr-14 2:22
mveRichard Deeming15-Apr-14 2:22 
QuestionShow file directly on a DIV Pin
Maxpaine6914-Apr-14 4:16
Maxpaine6914-Apr-14 4:16 
AnswerRe: Show file directly on a DIV Pin
Nico Haegens14-Apr-14 22:51
professionalNico Haegens14-Apr-14 22:51 
QuestionHow Can i print byte array asp.net *web application* Pin
Anto Reegan13-Apr-14 19:59
Anto Reegan13-Apr-14 19:59 
QuestionC# Pin
Member 1074507612-Apr-14 18:39
Member 1074507612-Apr-14 18:39 
AnswerRe: C# Pin
Richard MacCutchan12-Apr-14 22:04
mveRichard MacCutchan12-Apr-14 22:04 
Questionxcopy is failing when directory is not found Pin
indian14311-Apr-14 6:55
indian14311-Apr-14 6:55 
AnswerRe: xcopy is failing when directory is not found Pin
Richard Andrew x6412-Apr-14 15:18
professionalRichard Andrew x6412-Apr-14 15:18 
GeneralRe: xcopy is failing when directory is not found Pin
indian14314-Apr-14 7:39
indian14314-Apr-14 7:39 
AnswerRe: xcopy is failing when directory is not found Pin
Richard Andrew x6414-Apr-14 15:33
professionalRichard Andrew x6414-Apr-14 15:33 
GeneralRe: xcopy is failing when directory is not found Pin
indian14316-Apr-14 10:20
indian14316-Apr-14 10:20 
GeneralRe: xcopy is failing when directory is not found Pin
Richard Andrew x6416-Apr-14 10:25
professionalRichard Andrew x6416-Apr-14 10:25 
Questionsearch function C# Pin
Tumtum2111-Apr-14 4:29
Tumtum2111-Apr-14 4:29 
AnswerRe: search function C# Pin
Richard Andrew x6414-Apr-14 15:38
professionalRichard Andrew x6414-Apr-14 15:38 
QuestionRollback DB changes through the UI - requesting advice Pin
pmcm11-Apr-14 1:40
pmcm11-Apr-14 1:40 

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.