Click here to Skip to main content
15,898,134 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionEdit Grid View (urgent) Pin
ksaw12321-Aug-07 6:15
ksaw12321-Aug-07 6:15 
AnswerRe: Edit Grid View (urgent) Pin
kubben21-Aug-07 7:41
kubben21-Aug-07 7:41 
QuestionEmbedding Real Player Pin
.NET- India 21-Aug-07 4:09
.NET- India 21-Aug-07 4:09 
AnswerRe: Embedding Real Player Pin
Saifi Hasan21-Aug-07 19:26
Saifi Hasan21-Aug-07 19:26 
Questionafter postback font-sizes go crazy!! Pin
Seishin#21-Aug-07 3:38
Seishin#21-Aug-07 3:38 
AnswerRe: after postback font-sizes go crazy!! Pin
Imran Khan Pathan21-Aug-07 3:52
Imran Khan Pathan21-Aug-07 3:52 
AnswerRe: after postback font-sizes go crazy!! Pin
Tarakeshwar Reddy21-Aug-07 3:56
professionalTarakeshwar Reddy21-Aug-07 3:56 
AnswerRe: after postback font-sizes go crazy!! Pin
Ankur\m/3-Dec-09 18:36
professionalAnkur\m/3-Dec-09 18:36 
When you use javascript using response.write,
the javascript is written before <doctype...> tag
That makes the browser ignore the
doctype, and the page is displayed in quirks mode.

The solution suggested above is the best way to do it.
There is also a workaround:
write response.write(<doctype.....>) code before response.write tag.
don't know how good this solution is, but it works perfectly well.
QuestionVideo control in side a grid Pin
kibromg21-Aug-07 3:37
kibromg21-Aug-07 3:37 
AnswerRe: Video control in side a grid Pin
Michael Sync21-Aug-07 4:23
Michael Sync21-Aug-07 4:23 
GeneralRe: Video control in side a grid Pin
kibromg21-Aug-07 5:45
kibromg21-Aug-07 5:45 
QuestionWebservice Pin
gauthee21-Aug-07 3:25
gauthee21-Aug-07 3:25 
AnswerRe: Webservice Pin
Talal Sultan21-Aug-07 3:41
Talal Sultan21-Aug-07 3:41 
GeneralRe: Webservice Pin
gauthee21-Aug-07 3:53
gauthee21-Aug-07 3:53 
AnswerRe: Webservice Pin
Talal Sultan21-Aug-07 4:33
Talal Sultan21-Aug-07 4:33 
GeneralRe: Webservice Pin
gauthee21-Aug-07 5:40
gauthee21-Aug-07 5:40 
QuestionURL encryption Pin
divyesh143221-Aug-07 2:43
divyesh143221-Aug-07 2:43 
AnswerRe: URL encryption Pin
Vasudevan Deepak Kumar21-Aug-07 2:51
Vasudevan Deepak Kumar21-Aug-07 2:51 
GeneralRe: URL encryption Pin
divyesh143221-Aug-07 3:04
divyesh143221-Aug-07 3:04 
AnswerRe: URL encryption [modified] Pin
John-ph21-Aug-07 4:56
John-ph21-Aug-07 4:56 
QuestionQuery String Weirdness Pin
Sam Heller21-Aug-07 1:54
Sam Heller21-Aug-07 1:54 
AnswerRe: Query String Weirdness Pin
Christian Graus21-Aug-07 2:12
protectorChristian Graus21-Aug-07 2:12 
GeneralRe: Query String Weirdness Pin
Sam Heller21-Aug-07 3:51
Sam Heller21-Aug-07 3:51 
AnswerRe: Query String Weirdness Pin
Talal Sultan21-Aug-07 2:28
Talal Sultan21-Aug-07 2:28 
AnswerRe: Query String Weirdness Pin
Michael Sync21-Aug-07 2:40
Michael Sync21-Aug-07 2: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.