try dis

var sPwd=$("#"+"<%=txtPwd.ClientID%>").val();
if(sPwd=="password")
{
  --------------
}




On Fri, Mar 13, 2009 at 12:30 PM, rayglaser <[email protected]>wrote:

>
> Am a newbiew to both ASP.NET <http://asp.net/> and jQuery - Can someone
> help me
> understand
> the following statement in an aspx file? Thanks in advance.. .
>
>                      if ($('#<%=xx.yy%>').val() == "password") {
>

Reply via email to