ITCN ASP.NET Discussion Forum

Forum Topics > Error Reporting > Error when updating profile > Post a Reply to this Thread

Error when updating profile

Share/Bookmark: Add this Thread to Digg Digg   Add this Thread to StumbleUpon Stumble Upon   Add this Thread to Del.icio.us Del.icio.us   Add this Thread to Reddit Reddit   Add this Thread to Facebook Facebook
RE: Error when updating profile
by bwise on Mon, Nov 14 2005 11:49 PM
If you remove an input box from the aspx file, you have to remove the reference to in the source of the code behind file - that's how ASP.NET works.
ITCN NJ Web Design and Marketing is a web design and application programming firm located in Morristown, New Jersey.
bwise
bwise
Joined: Sat, Sep 18 2004
Location: Morristown, NJ
Posts: 363
RE: Error when updating profile
by Joel on Mon, Nov 14 2005 11:47 PM
Sorted it. I had disabled an input box which threw error. Just set to read only and works fine....dodgy, but works.
Joel
Guest
Error when updating profile
by Joel Roberts on Mon, Nov 14 2005 5:05 AM
G'day,

I am receiving the following error when trying to update my profile. All other pages work fine.

An Exception error has occurred on this page:

System.NullReferenceException: Object reference not set to an instance of an object. at dotForumUser.editProfile.submitter_update(Object sender, CommandEventArgs e)

Please go back and try again.


Any suggestions??
Joel Roberts
Guest