Beginning ASP.NET 2.0 with C# - Chapter08 pg 280
Beginning ASP.NET 2.0 with C# - Chapter08
How is one to learn when i am spending a mogrrity of my time typing up corrections? I will definatly not recommend this brand of books at any one.
Ch. 8, page 279 - 282. Try It Out
There is no indication one needs to add this to the page at all â do you just expect the end user to know what he needs to do?
Page header: Upload your photos from matches
Text for ID=âFileUpload1: Please enter the name of the photo file:
Text for ID="ListBox1: Match Date:
Text for ID="TextBoxMemberNameâ User Name:
Text for ID="TextBoxNotes" Comments:
Ch. 8, page 280 - 281. Try It Out step 5
This is not in the page I was asked to create âConflictDetection="CompareAllValues" â does it need to be added as part of step 5 and be highligted?
Is:
ConnectionString="<%$ ConnectionStrings:WroxUnited2 %>"
Should be:
ConnectionString="<%$ ConnectionStrings:WroxUnited %>"
This is not in the page I was asked to create âOldValuesParameterFormatString="original_{0}" âdoes it need to be added as part of step 5 and be highligted? What is this for and how does one add this to the code throught the design view?
|