A
AV
I am not able to use the script below,
its giving and Execption (MessageName Space)
THE TYPE OR NAMESPACE NAME 'MESSAGE' COULD NOT BE FOUND
this is an example from the GOTDOTNET site
http://samples.gotdotnet.com/quickstart/util/srcview.aspx?
path=/quickstart/aspplus/samples/webforms/controls/controls
3.src&file=CS\controls3.aspx&font=3
<script language="C#" runat="server">
void EnterBtn_Click(Object Src, EventArgs E) {
Message.Text = "Hi " + HttpUtility.HtmlEncode
(Name.Text) + ", welcome to ASP.NET!";
}
</script>
its giving and Execption (MessageName Space)
THE TYPE OR NAMESPACE NAME 'MESSAGE' COULD NOT BE FOUND
this is an example from the GOTDOTNET site
http://samples.gotdotnet.com/quickstart/util/srcview.aspx?
path=/quickstart/aspplus/samples/webforms/controls/controls
3.src&file=CS\controls3.aspx&font=3
<script language="C#" runat="server">
void EnterBtn_Click(Object Src, EventArgs E) {
Message.Text = "Hi " + HttpUtility.HtmlEncode
(Name.Text) + ", welcome to ASP.NET!";
}
</script>