Click here to Skip to main content
15,921,694 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Web Service Pin
N a v a n e e t h13-Mar-07 23:05
N a v a n e e t h13-Mar-07 23:05 
GeneralRe: Web Service Pin
Kushi Bobby13-Mar-07 23:58
Kushi Bobby13-Mar-07 23:58 
Questionhow can create a web page that all browser show it correctly? Pin
B.A13-Mar-07 22:22
B.A13-Mar-07 22:22 
AnswerRe: how can create a web page that all browser show it correctly? Pin
Sylvester george13-Mar-07 22:39
Sylvester george13-Mar-07 22:39 
AnswerRe: how can create a web page that all browser show it correctly? Pin
N a v a n e e t h13-Mar-07 22:58
N a v a n e e t h13-Mar-07 22:58 
GeneralRe: how can create a web page that all browser show it correctly? Pin
B.A13-Mar-07 23:16
B.A13-Mar-07 23:16 
GeneralRe: how can create a web page that all browser show it correctly? Pin
badgrs14-Mar-07 0:44
badgrs14-Mar-07 0:44 
GeneralRe: how can create a web page that all browser show it correctly? Pin
Harini N K14-Mar-07 0:54
Harini N K14-Mar-07 0:54 
Hi
In order to follow W3C standards, you HTML source code should be validated, that is, all attributes should be enclosed in double quotes, tags are not properly cloased and so on. You can do this manually.

Go to design page of your web page. Right click on the Visual Studio Tool Bar, check 'HTML Source Editing'.

By default 'Internet Explorer 6.0' will be selected in the drop down list of 'Target schema for validation'. Change it to XHTML 1.0 Transitional (Netscape, Opera, IE).

To validate your HTML source, click the button 'Check page for accessibility' next to the drop down list box. In the Error List Box, you need to fix all the validation errors.

For more information about XHTML 1.1, go thro W3 site
XHTML 1.1 W3C [^]

There are some tools for converting to XHTML1.1 but take a backup of source code before updating in it.


Harini

Questionerror Pin
vengaqua13-Mar-07 22:02
vengaqua13-Mar-07 22:02 
AnswerRe: error Pin
gvishu13-Mar-07 22:14
gvishu13-Mar-07 22:14 
AnswerRe: error Pin
Sandeep Akhare13-Mar-07 22:19
Sandeep Akhare13-Mar-07 22:19 
GeneralRe: error Pin
vengaqua13-Mar-07 22:34
vengaqua13-Mar-07 22:34 
QuestionWhere is the loop ? Pin
N a v a n e e t h13-Mar-07 22:40
N a v a n e e t h13-Mar-07 22:40 
AnswerRe: error Pin
N a v a n e e t h13-Mar-07 22:36
N a v a n e e t h13-Mar-07 22:36 
GeneralRe: error Pin
gvishu13-Mar-07 22:42
gvishu13-Mar-07 22:42 
AnswerRe: error Pin
gvishu13-Mar-07 22:45
gvishu13-Mar-07 22:45 
QuestionRe: error Pin
N a v a n e e t h13-Mar-07 22:51
N a v a n e e t h13-Mar-07 22:51 
AnswerRe: error Pin
gvishu13-Mar-07 23:04
gvishu13-Mar-07 23:04 
GeneralRe: error Pin
vengaqua13-Mar-07 23:07
vengaqua13-Mar-07 23:07 
QuestionButton to displyed the captured infomation in the GridView Pin
Oga M13-Mar-07 21:55
Oga M13-Mar-07 21:55 
AnswerRe: Button to displyed the captured infomation in the GridView Pin
N a v a n e e t h13-Mar-07 22:42
N a v a n e e t h13-Mar-07 22:42 
Questionadd on google Pin
harryforum13-Mar-07 21:28
harryforum13-Mar-07 21:28 
AnswerRe: add on google Pin
Sandeep Akhare13-Mar-07 21:47
Sandeep Akhare13-Mar-07 21:47 
AnswerRe: add on google Pin
N a v a n e e t h13-Mar-07 22:50
N a v a n e e t h13-Mar-07 22:50 
QuestionResponse.Redirect in asp.net c# Pin
cst_cfit13-Mar-07 21:24
cst_cfit13-Mar-07 21:24 

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.