Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
ASP .Net
Urgent Help for release...
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Karl Seguin, post: 479026"] Tim: There's so many things it could be... What happens if HTTP_REFERER is null or neither of the values indicated? then ds.Tables(0) will throw a null reference what happends if rowId is null? rowId.ToString() will throw a null reference what happens if ds.Tables(0) doesn't exist? then tables.Rows() will throw a null reference what happens if there's no column called "content" ? then row("content").ToString will throw a null reference (actually, that'll likely throw a different error I think) My guess is the first one..but it's impossible to tell for us (and should be relatively easy for you). By the way, your ds.Dispose() will never get called, it's AFTER the return.. Karl [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
ASP .Net
Urgent Help for release...
Top