OnKeyUp
HTML 入力のハンドラーを作成しました。これは IE8 では正常に機能しますが、Chrome と Mozilla では機能しません。
<input id="txtPatientSrch" runat="server" maxlength="100" onkeypress='return showPLPopup("txtPatientSrch","tblMasterPatientList");'/>
<Script> function showPLPopup(txtCtrlName,tblName) { } </Script>