Know the answer? Post it — somebody with the same question will find it here. Sign in to answer this question It is the same account you read, post and publish with — and you will come straight back to this page.4 Replies
The server tag is not well formed.
Hi Team, Once I execute this code I am getting an error on the highlighted line "The server tag is not well formed".
I also tired using
then I get a on
<% if (tbllogin.Visible == true)
{ %> saying "object reference not set to an instance of an object."
Please do the needfull
======================
<% if (tbllogin.Visible == true)
{ %>
CssClass="login-field" TabIndex="1">
CssClass="Message" Display="None" ErrorMessage="Please enter User Name">
TextMode="Password" TabIndex="2">
CssClass="Message" Display="None" ErrorMessage="Please enter Password">
Text="Login" />
<%--
--%>
Target="_parent">Forgot your password?
CssClass="msg-red" />
<% } %>
<% else
{ %>
OTP
CssClass="Message" Display="None" ErrorMessage="Please enter OTP">
Text="Submit" />
<% } %>
sajid hussainPosted May 14, 2021, 7:00 PM
Sowmya SirsiPosted May 15, 2021, 1:08 PM
Jignesh KumarPosted May 14, 2021, 2:53 PM
Sachin SinghPosted May 14, 2021, 2:36 PM