Posted on: 1/7/2014 7:46:14 PM | Views : 645

Hi, Can anybody shed light on this problem.... Ill state the situations i have tested to clarify things.
After testing and trying and Googling for 2 days ( I am Using VS2013) even if  i create some new forms scratch....
The most basic situation.
(WebForm1.aspx) with  a button and a textbox
<%@ Page Language="vb" AutoEventWireup="false" CodeBehind="WebForm1.aspx.vb" Inherits=".WebForm1" %> <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server"> <title></title> </head> <body> <form id="form1" runat="server"> <div> <asp:Button ID="Button1" runat="server" Text="this is form 1" Width="171px" /> <asp:TextBox ID="TextBox1" runat="server&q ...

Go to the complete details ...