Member
6 Points
87 Posts
May 22, 2019 08:25 AM|dongtrien|LINK
I understand, I want to ask you more code below:
[CODE] if ((txtUserName.Text == "admin") && (txtPassword.Text == "admin")) //error here { //somthing ... } else { //somthing ... } [/CODE]
Error 1 'System.Web.UI.HtmlControls.HtmlInputText' does not contain a definition for 'Text' Error 2 'System.Web.UI.HtmlControls.HtmlInputPassword' does not contain a definition for 'Text'
Member
6 Points
87 Posts
Re: What is the virtual button click event and click the virtual check box of the web form login...
May 22, 2019 08:25 AM|dongtrien|LINK
I understand, I want to ask you more code below:
[CODE]
if ((txtUserName.Text == "admin") && (txtPassword.Text == "admin")) //error here
{
//somthing ...
}
else
{
//somthing ...
}
[/CODE]
Error 1 'System.Web.UI.HtmlControls.HtmlInputText' does not contain a definition for 'Text'
Error 2 'System.Web.UI.HtmlControls.HtmlInputPassword' does not contain a definition for 'Text'