Here is my CS
protected void Page_Load(object sender, EventArgs e)
{
if (Session["LOGGED_IN"] == "YES")
{
if (!IsPostBack)
{
string txtCompany = Session["COMPANY"].ToString();
txtEmail =...
Hi,
I am trying to bind data from database and display on the gridview, but want to display password as asterisk. I tried so many ways but can;t get it. Please help
<asp:DataList ID="myList" runat="server">
<ItemTemplate>
<td valign="top">
<table border="0" cellpadding="0" cellspacing="0"...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.