hi all.one of my visual studio web pages has encountrated with an error! when i add a control like button and double click on it too write its code,instead of open in code behind it opens in markup as following:
<script runat="server">
protected void Button3_Click(object sender, EventArgs e)
{
}
</script>
how can i fix it to open in code behind?