I have read all the articles regarding img and srcs, buttons with autopostpack. Pretty much everything on this site I have read. I continue to have a page that is hitting the page load twice during loading.
One of my co-workers mentioned that it is possibly due to the doc-type. As I have literally stripped my page down to.
Page Language
Doctype
HTML
Head
Body
And it is still hitting the page load twice, I am viewing this via trace.
Any ideas, I am completely stumped and I can’t find anything out on the web regarding this.
<%@ Page Language="vb" AutoEventWireup="false" CodeBehind="testlink.aspx.vb" Inherits="TestApp.testlink" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title></title>
</head>
<body >
<form id="Form1" style="margin: 0px" runat="server">
</form>
</body>
</html>
Just figured it out.
Here is the issue.
Two loads present in the code behind.
Supposedly, this occurred in our system due to upgrades to vs2010……