Click here to Skip to main content
15,888,286 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionChecking for Null values Pin
srikantha_nagaraj30-Aug-09 3:53
srikantha_nagaraj30-Aug-09 3:53 
AnswerRe: Checking for Null values Pin
Abhijit Jana30-Aug-09 4:30
professionalAbhijit Jana30-Aug-09 4:30 
GeneralRe: Checking for Null values Pin
Manas Bhardwaj30-Aug-09 8:28
professionalManas Bhardwaj30-Aug-09 8:28 
AnswerRe: Checking for Null values Pin
Abhishek Sur30-Aug-09 5:52
professionalAbhishek Sur30-Aug-09 5:52 
AnswerRe: Checking for Null values Pin
Inderjeet Kaur30-Aug-09 21:17
Inderjeet Kaur30-Aug-09 21:17 
QuestionCSS styles cease to be visible in ASP.NET development server Pin
Chesnokov Yuriy29-Aug-09 23:24
professionalChesnokov Yuriy29-Aug-09 23:24 
AnswerRe: CSS styles cease to be visible in ASP.NET development server Pin
Abhishek Sur30-Aug-09 9:53
professionalAbhishek Sur30-Aug-09 9:53 
AnswerRe: CSS styles cease to be visible in ASP.NET development server Pin
Chesnokov Yuriy30-Aug-09 10:19
professionalChesnokov Yuriy30-Aug-09 10:19 
What are the cache - headers?

I'm using just css file, which is present in web project folder.

The response goes as from VS ASP.NET Development Server

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /><meta name="description" content="" /><meta name="keywords" content="" /><title>

</title>
<link href="App_Themes/Blue/blue.css" rel="stylesheet" type="text/css" /><link href="App_Themes/Blue/blue.css" type="text/css" rel="stylesheet" /></head>
<body>
<form name="aspnetForm" method="post" action="Main.aspx" id="aspnetForm" enctype="multipart/form-data">
<div>
<input type="hidden" name="__EVENTTARGET" id="__EVENTTARGET" value="" />
<input type="hidden" name="__EVENTARGUMENT" id="__EVENTARGUMENT" value="" />
<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwUKMTM2MDEzMDA4MA9kFgJmD2QWAgIDDxYCHgdlbmN0eXBlBRNtdWx0aXBhcnQvZm9ybS1kYXRhZBgBBR5fX0NvbnRyb2xzUmVxdWlyZVBvc3RCYWNrS2V5X18WAgUcY3RsMDAkbG9nc3RhdEdlbmRlckFnZSRjdGwwMQUcY3RsMDAkbG9nc3RhdEdlbmRlckFnZSRjdGwwMzgWQYKxTUw7v0UIfMsne1Lkhwna" />
</div>

<script type="text/javascript">
//<![CDATA[
var theForm = document.forms['aspnetForm'];
if (!theForm) {
theForm = document.aspnetForm;
}
function __doPostBack(eventTarget, eventArgument) {
if (!theForm.onsubmit || (theForm.onsubmit() != false)) {
theForm.__EVENTTARGET.value = eventTarget;
theForm.__EVENTARGUMENT.value = eventArgument;
theForm.submit();
}
}
//]]>
</script>


<div>

<input type="hidden" name="__EVENTVALIDATION" id="__EVENTVALIDATION" value="/wEWBAKsxqLlCQKZ1fCYBgKx84LDBALt4oCSCdqps8GtkX/pqmRsab4onrvpLNhg" />
</div>
<!--

SITE NAME & SLOGAN

-->
<div id="header-container">
<div id="header-left">
SomeSite
</div>
<div id="header-right">
some title</div>
</div>
...
...
</form>
</body>
</html>

Чесноков

GeneralRe: CSS styles cease to be visible in ASP.NET development server Pin
Abhishek Sur30-Aug-09 10:37
professionalAbhishek Sur30-Aug-09 10:37 
AnswerRe: CSS styles cease to be visible in ASP.NET development server Pin
Chesnokov Yuriy30-Aug-09 19:19
professionalChesnokov Yuriy30-Aug-09 19:19 
AnswerRe: CSS styles cease to be visible in ASP.NET development server Pin
Chesnokov Yuriy30-Aug-09 19:42
professionalChesnokov Yuriy30-Aug-09 19:42 
GeneralRe: CSS styles cease to be visible in ASP.NET development server Pin
Abhishek Sur30-Aug-09 21:27
professionalAbhishek Sur30-Aug-09 21:27 
GeneralRe: CSS styles cease to be visible in ASP.NET development server Pin
Chesnokov Yuriy30-Aug-09 22:20
professionalChesnokov Yuriy30-Aug-09 22:20 
GeneralRe: CSS styles cease to be visible in ASP.NET development server Pin
Abhishek Sur31-Aug-09 22:46
professionalAbhishek Sur31-Aug-09 22:46 
AnswerRe: CSS styles cease to be visible in ASP.NET development server Pin
Chesnokov Yuriy1-Sep-09 1:37
professionalChesnokov Yuriy1-Sep-09 1:37 
GeneralRe: CSS styles cease to be visible in ASP.NET development server Pin
Abhishek Sur1-Sep-09 9:38
professionalAbhishek Sur1-Sep-09 9:38 
GeneralRe: CSS styles cease to be visible in ASP.NET development server Pin
Chesnokov Yuriy30-Aug-09 10:21
professionalChesnokov Yuriy30-Aug-09 10:21 
QuestionComponents Pin
Matt Cavanagh29-Aug-09 21:42
Matt Cavanagh29-Aug-09 21:42 
AnswerRe: Components Pin
Abhijit Jana29-Aug-09 22:11
professionalAbhijit Jana29-Aug-09 22:11 
AnswerRe: Components Pin
Abhishek Sur30-Aug-09 2:22
professionalAbhishek Sur30-Aug-09 2:22 
GeneralRe: Components Pin
Matt Cavanagh30-Aug-09 3:01
Matt Cavanagh30-Aug-09 3:01 
GeneralRe: Components Pin
Abhishek Sur30-Aug-09 3:10
professionalAbhishek Sur30-Aug-09 3:10 
QuestionDoubt regarding SqlCommand object Pin
nagendrathecoder29-Aug-09 20:16
nagendrathecoder29-Aug-09 20:16 
AnswerRe: Doubt regarding SqlCommand object Pin
Manas Bhardwaj29-Aug-09 21:13
professionalManas Bhardwaj29-Aug-09 21:13 
GeneralRe: Doubt regarding SqlCommand object Pin
Inderjeet Kaur30-Aug-09 21:24
Inderjeet Kaur30-Aug-09 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.