Wrox Programmer Forums
|
BOOK: Beginning ASP.NET 4.5.1 : in C# and VB
This is the forum to discuss the Wrox book Beginning ASP.NET 4.5.1: in C# and VB by Imar Spaanjaars; ISBN: 978-1-118-84677-3
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: Beginning ASP.NET 4.5.1 : in C# and VB 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 March 10th, 2017, 04:36 PM
N_B N_B is offline
Authorized User
 
Join Date: Feb 2016
Posts: 25
Thanks: 0
Thanked 0 Times in 0 Posts
Default

I had ODT installed but I wasn't using the ODP.NET driver. So now I can use the VS dialog boxes and it generated proper Oracle SQL. So that is a big plus. Unfortunately, now I can't drag and drop a table onto a form. It just doesn't do anything when I try. I have to drag a GridView and SqlDataSource myself. And even when I do this, it doesn't generate all the commands (DeleteCommand, InsertCommand, SelectCommand, UpdateCommand) and all the parameters (DeleteParameters, InsertParameters, UpdateParameters) like on page 446. I have to code that manually.
 
Old March 10th, 2017, 05:58 PM
N_B N_B is offline
Authorized User
 
Join Date: Feb 2016
Posts: 25
Thanks: 0
Thanked 0 Times in 0 Posts
Default

It still does not handle bind variables. When creating the WHERE clause, it still produces:

WHERE GENREID = ?

So when I manually fix the SQL, it is considered custom SQL now. So for the TRY IT OUT exercise on page 460 (and now for all the future exercises that need this) I can't use the Fields editor to customize fields for the GridView.
 
Old March 13th, 2017, 03:40 AM
Registered User
 
Join Date: Mar 2017
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default HI

GOOD AND NICE
 
Old March 13th, 2017, 11:06 AM
N_B N_B is offline
Authorized User
 
Join Date: Feb 2016
Posts: 25
Thanks: 0
Thanked 0 Times in 0 Posts
Default

GOOD AND NICE? Huh?





Similar Threads
Thread Thread Starter Forum Replies Last Post
Axax enable custom control - GridView santosh kumar singh ASP.NET 4 General Discussion 0 January 20th, 2011 08:15 AM
GridView Column Editing snufse ASP.NET 2.0 Basics 4 December 15th, 2008 08:59 AM
How to enable deleting in DetailsView? firblazer ASP.NET 3.5 Basics 1 June 18th, 2008 10:51 AM
Enable Editing on Gridview - RESOLVED Andrew.Berry ASP.NET 2.0 Basics 0 October 3rd, 2007 05:29 AM





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