PHP Code:
Dim x As Label
x.Text="HELLO"
I put this code in default.aspx.vb code behind default.aspx.
Its a label in default.aspx.
I keep getting this error.
PHP Code:
System.NullReferenceException: Object reference not set to an instance of an object.
Stack Trace:
[NullReferenceException: Object reference not set to an instance of an object.]
mygdi.left_menu.Page_Load(Object sender, EventArgs e) in C:Inetpubwwwrootmygdileft_menu.aspx.vb:46
System.Web.UI.Control.OnLoad(EventArgs e) +67
System.Web.UI.Control.LoadRecursive() +35
System.Web.UI.Page.ProcessRequestMain() +750
__________________
$id ="waxxer";
$id = str_replace('x', 'l', $id);
echo $id;
echo " and Marj";
|