Wrox Programmer Forums
Go Back   Wrox Programmer Forums > ASP.NET and ASP > ASP.NET 4 > BOOK: Professional ASP.NET MVC 3
|
BOOK: Professional ASP.NET MVC 3
This is the forum to discuss the Wrox book Professional ASP.NET MVC 3 by Jon Galloway, Phil Haack, Brad Wilson, K. Scott Allen; ISBN: 978-1-1180-7658-3
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: Professional ASP.NET MVC 3 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 July 27th, 2012, 07:02 PM
Registered User
 
Join Date: Jul 2012
Posts: 2
Thanks: 1
Thanked 0 Times in 0 Posts
Unhappy chapter 8 : autocomplete text box send null to server

HI

I do according to book and create a text box for testing autocomplete text box.

it correctly call server side function, but the string it passed is null.

what happened? have i mistake ?
 
Old July 28th, 2012, 05:31 PM
Wrox Author
 
Join Date: Aug 2011
Posts: 2
Thanks: 0
Thanked 1 Time in 1 Post
Default

What does your controller action look like?

It should take a string paramter with the name "term".

--s
The Following User Says Thank You to OdeToCode For This Useful Post:
AmirHossein (July 29th, 2012)
 
Old July 29th, 2012, 12:41 AM
Registered User
 
Join Date: Jul 2012
Posts: 2
Thanks: 1
Thanked 0 Times in 0 Posts
Default

Amazing!

it work only with "term"! why?
I used another variable and not working.

Thanks
 
Old January 4th, 2015, 12:29 AM
Registered User
 
Join Date: Jan 2015
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default

I concur with tehl. I've been having trouble following the text all along having to supply missing using statements to make the code work. Now I'm stuck on page 96 tring to figure out how to resolve the 'storeDB' reference. Where is it defined? How would I know?





Similar Threads
Thread Thread Starter Forum Replies Last Post
AutoComplete (p.944 of chapter 20) impact BOOK: Professional ASP.NET 3.5 : in C# and VB ISBN: 978-0-470-18757-9 0 May 11th, 2009 02:36 AM
Count in combo box(display results in text box) mboyisis Access 4 April 4th, 2008 07:08 AM
Testing for NULL Values in a Combo Box Aaron Edwards Access 2 September 28th, 2005 09:37 AM
Don;t diplay text box if it is empty or null abdul_wasie Classic ASP Databases 5 May 20th, 2005 11:49 PM
autocomplete text field Frosty1 Dreamweaver (all versions) 1 February 12th, 2005 03:43 PM





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