 |
BOOK: Professional ASP.NET MVC 2
 | This is the forum to discuss the Wrox book Professional ASP.NET MVC 2 by Jon Galloway, Scott Hanselman, Phil Haack, Scott Guthrie, Rob Conery; ISBN: Professional ASP.NET MVC 2 |
Welcome to the p2p.wrox.com Forums.
You are currently viewing the BOOK: Professional ASP.NET MVC 2 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
|
|
|
|

January 18th, 2011, 03:58 PM
|
Authorized User
|
|
Join Date: Dec 2010
Posts: 22
Thanks: 10
Thanked 0 Times in 0 Posts
|
|
Ch1 Table "Dinner" is read only
This isn't an MVC question, but I can't go on with the example without resolving this.
I created the Dinner table in the DB and I went to Show Data to enter the columns. I get one row of all NULLs that is Read Only. I'm used to seeing a blank row where I can start adding data.
Are there some simple things I can try? Otherwise I can zip the environment up and put it somewhere public (probably Google Docs) for you to look at.
TAI,
Knute
|

January 24th, 2011, 05:01 PM
|
Registered User
|
|
Join Date: Jan 2011
Posts: 9
Thanks: 2
Thanked 0 Times in 0 Posts
|
|
Knute, can you post a link to a screenshot of what you are seeing?
|

January 25th, 2011, 02:24 PM
|
Authorized User
|
|
Join Date: Dec 2010
Posts: 22
Thanks: 10
Thanked 0 Times in 0 Posts
|
|
Show Data with nowhere to enter data
http://screencast.com/t/qDkfenYS
This shows what I see after a "Show Data" of Dinners". There's nowhere to enter a row.
(I couldn't see a way to insert an image. Sorry.)
|

January 25th, 2011, 02:35 PM
|
Friend of Wrox
|
|
Join Date: Oct 2010
Posts: 106
Thanks: 1
Thanked 17 Times in 17 Posts
|
|
Mine looks just like yours. Can you click in the cell just below "Title" column? Should be able to fill in each field. When you tab out of the last field, the ID is automatically filled.
Last edited by flyinhawaiian; January 25th, 2011 at 02:42 PM..
|
The Following User Says Thank You to flyinhawaiian For This Useful Post:
|
|

January 25th, 2011, 03:23 PM
|
Authorized User
|
|
Join Date: Dec 2010
Posts: 22
Thanks: 10
Thanked 0 Times in 0 Posts
|
|
It worked!
By golly , that worked. Thanks.
|

February 14th, 2011, 03:45 AM
|
Registered User
|
|
Join Date: Feb 2011
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Would anyone please help to provide me the sample data of NerdDinner? It's best if I can have a table with data... :D
Thank you very much.
|

February 14th, 2011, 09:28 PM
|
Authorized User
|
|
Join Date: Dec 2010
Posts: 22
Thanks: 10
Thanked 0 Times in 0 Posts
|
|
Nerd Dinner table
I too would like either the compete table or the full entries to create it. The illustration cuts off a lot of the data in the cells.
Thanks
|

February 15th, 2011, 01:17 AM
|
Friend of Wrox
|
|
Join Date: Oct 2010
Posts: 106
Thanks: 1
Thanked 17 Times in 17 Posts
|
|
The data does not need to match the book at all, especially latitude & longitude. The only thing that you should pay attention to is the EventDate. You must enter data that is a future date otherwise nothing will show up in your UI. It will hide any thing older than today's date.
The example data in the book has old dates, so it will never show up (unless you mess with the code and adjust it to show data for all dates).
|
The Following User Says Thank You to flyinhawaiian For This Useful Post:
|
|

February 15th, 2011, 03:54 PM
|
Authorized User
|
|
Join Date: Dec 2010
Posts: 22
Thanks: 10
Thanked 0 Times in 0 Posts
|
|
Thanks for the tip.
|
|
 |
|