F
Flip
I have tried everything I can think of, but nothing is working for me. Just
when I read an example and I'm 95% of the way done, I can't actually update
the xml file. :<
(http://www.devhood.com/Tutorials/tutorial_details.aspx?tutorial_id=96)
Very disappointing as the reason I came to aspx was for it's supposed
simplicity to JSPs. :< I hope I wasn't wrong.
I've tried the following and all I get is this.
Exception Details: System.NullReferenceException: Object reference not set
to an instance of an object.
These are the lines I've tried:
testing.Text = Thread.CurrentPrincipal.ToString();
testing.Text = User.ToString();
testing.Text =
System.Security.Principal.WindowsIdentity.GetCurrent().Name.ToString();
The aspx compiles so I'm assuming I have all the right imports, what could I
be doing wrong? The reason why I'm on this ride is I can't actually update
the XML file, if you know how I can do that it would be greatly appreciated!
:>
when I read an example and I'm 95% of the way done, I can't actually update
the xml file. :<
(http://www.devhood.com/Tutorials/tutorial_details.aspx?tutorial_id=96)
Very disappointing as the reason I came to aspx was for it's supposed
simplicity to JSPs. :< I hope I wasn't wrong.
I've tried the following and all I get is this.
Exception Details: System.NullReferenceException: Object reference not set
to an instance of an object.
These are the lines I've tried:
testing.Text = Thread.CurrentPrincipal.ToString();
testing.Text = User.ToString();
testing.Text =
System.Security.Principal.WindowsIdentity.GetCurrent().Name.ToString();
The aspx compiles so I'm assuming I have all the right imports, what could I
be doing wrong? The reason why I'm on this ride is I can't actually update
the XML file, if you know how I can do that it would be greatly appreciated!
:>