Posted on: 2/18/2015 7:32:19 PM | Views : 553

Hi 
Here is the html code of my master page the button "SearchBtn" which should be the default button is not working as when i write something inside the "Srchtxt" it just refresh the page it work only when i click on it by mouse not by Enter key on keyboard 
<%@ Master Language="C#" AutoEventWireup="true" CodeBehind="SVM.master.cs" Inherits="beravoSV.SVM" %> <%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="asp" %> <!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 id="Head1" runat="server"> <title></title> <asp:ContentPlaceHolder ID="head" runat=& ...

Go to the complete details ...