Wrox Programmer Forums
|
BOOK: ASP.NET 2.0 Website Programming Problem Design Solution ISBN: 978-0-7645-8464-0
This is the forum to discuss the Wrox book ASP.NET 2.0 Website Programming: Problem - Design - Solution by Marco Bellinaso; ISBN: 9780764584640
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: ASP.NET 2.0 Website Programming Problem Design Solution ISBN: 978-0-7645-8464-0 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old April 8th, 2008, 10:25 AM
Registered User
 
Join Date: Apr 2008
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Default body text not inserting

I'm using TBH C# and when I try to post a new article the title and abstract will insert into the database, but the body will not. Also, in the forums, I can create a new topic, but replying to a topic will say it posted fine, but the body of text is blank.

I'm using an unmodified code on sql2005.

Any ideas?
 
Old April 14th, 2008, 05:47 AM
Friend of Wrox
 
Join Date: Sep 2003
Posts: 143
Thanks: 0
Thanked 1 Time in 1 Post
Default

Have you tried using breakpoints to step through the code and see exactly what happens, and whether all mappings are correct? There's various points where things could go wrong, and it's quite hard for us to try and help you out if we do not know where to start looking.

You can also try a reverse process, where you use Sql Server Management Studio to fire off your stored procedures with manually added parameters. If that doesn't work, focus on the procedure. If it does, fire up SQL Profiler, and verify that the proper parameters are fed to the procedure by the site. If they aren't, ensure the mapping for the proper fields to the proper parameters is in place, and work backwards that way.

HTH.

Peter

http://entropia-online.blogspot.com/
 
Old April 14th, 2008, 09:43 AM
Lee Dumond's Avatar
Wrox Author
 
Join Date: Jan 2008
Posts: 923
Thanks: 12
Thanked 166 Times in 162 Posts
Default

Hi Peter,

Just curious -- have you managed to find a version of SQL Profiler that works with the Express version, or are you using the full edition of SQL Server?
 
Old April 14th, 2008, 09:49 AM
Registered User
 
Join Date: Apr 2008
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Default

I'm using the full version of SQL 2005.

I really don't know how/why it was fixed, but the only thing I did was update the fckeditor to the latest version 2.6 and the aspx fckeditor to 2.5.

So, I don't know what made it break originally and what fixed it... The only thing I need to work on is how to get the image file browser to work in the new fckeditor.



 
Old April 14th, 2008, 02:45 PM
Lee Dumond's Avatar
Wrox Author
 
Join Date: Jan 2008
Posts: 923
Thanks: 12
Thanked 166 Times in 162 Posts
Default

Quote:
quote:Originally posted by Jamessaep
 I'm using the full version of SQL 2005.
Sorry, I was asking Peter (ViagaraFalls), since he mentioned running SQL Profiler, and I haven't yet found a good way to get SQL Profiler running with the Express version of SQL.






Similar Threads
Thread Thread Starter Forum Replies Last Post
text file in the body of e-mail mlov83 Word VBA 1 May 1st, 2008 09:18 AM
open text and add to outlook body mlov83 BOOK: Professional Outlook 2007 Programming ISBN: 978-0-470-04994-5 0 February 16th, 2008 08:48 AM
Extracting text between <body> tags sumedha HTML Code Clinic 2 June 29th, 2005 02:37 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.