Click here to Skip to main content
15,912,493 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: create database Pin
Abhishek Sur30-Aug-09 12:23
professionalAbhishek Sur30-Aug-09 12:23 
AnswerRe: create database Pin
Abhijit Jana30-Aug-09 10:48
professionalAbhijit Jana30-Aug-09 10:48 
Questionhow to determine which row is selected by cliking one button in a gridview? Pin
Seraph_summer30-Aug-09 5:44
Seraph_summer30-Aug-09 5:44 
AnswerRe: how to determine which row is selected by cliking one button in a gridview? Pin
Abhijit Jana30-Aug-09 6:03
professionalAbhijit Jana30-Aug-09 6:03 
GeneralRe: how to determine which row is selected by cliking one button in a gridview? Pin
Inderjeet Kaur30-Aug-09 21:08
Inderjeet Kaur30-Aug-09 21:08 
Questionstange fontsize problem when downloading Pin
Seraph_summer30-Aug-09 5:34
Seraph_summer30-Aug-09 5:34 
AnswerRe: stange fontsize problem when downloading Pin
Abhijit Jana30-Aug-09 7:50
professionalAbhijit Jana30-Aug-09 7:50 
GeneralRe: stange fontsize problem when downloading Pin
Seraph_summer30-Aug-09 8:45
Seraph_summer30-Aug-09 8:45 
GeneralRe: stange fontsize problem when downloading Pin
Abhishek Sur30-Aug-09 9:50
professionalAbhishek Sur30-Aug-09 9:50 
QuestionCan it possible to hide/Diasble view source [ HTML Source] of any Web page?? Pin
basantakumar30-Aug-09 4:02
basantakumar30-Aug-09 4:02 
AnswerRe: Can it possible to hide/Diasble view source [ HTML Source] of any Web page?? Pin
Abhijit Jana30-Aug-09 4:30
professionalAbhijit Jana30-Aug-09 4:30 
AnswerRe: Can it possible to hide/Diasble view source [ HTML Source] of any Web page?? Pin
Abhishek Sur30-Aug-09 5:59
professionalAbhishek Sur30-Aug-09 5:59 
GeneralRe: Can it possible to hide/Diasble view source [ HTML Source] of any Web page?? Pin
Abhijit Jana30-Aug-09 8:01
professionalAbhijit Jana30-Aug-09 8:01 
GeneralRe: Can it possible to hide/Diasble view source [ HTML Source] of any Web page?? Pin
Abhishek Sur30-Aug-09 9:43
professionalAbhishek Sur30-Aug-09 9:43 
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 

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.