Thursday, February 4, 2010

HOW TO USE VARIABLE ON ASPX PAGE AT DATA BINDING

< href="javascript:ForgotPwd('<%=userid %>')">
Visible="true">



userid = Convert.ToInt16(Request.QueryString["UserID"].ToString());//this is for sending user id to change password window. // in .cs file

No comments:

Post a Comment