|
Subject:
|
Help a noob
|
|
Posted By:
|
wilbo
|
Post Date:
|
4/19/2008 3:34:35 AM
|
Hi, Just a quick question, I'm slowly working through the book and I'm on chapter 3 page 96, the section entitled: The ObjectDataSource Control. My question is, the block of code, where does this go? Do you put it on the .cs page for the control? Is this a stupid question? I told you I was a noob!
Thanks in advance
|
|
Reply By:
|
Lee Dumond
|
Reply Date:
|
4/22/2008 11:54:29 AM
|
The ObjectDataSource control is a web server control, and like all controls, it goes into the .aspx or .ascx page. You can drag it to the page from the Data tab in the Toolbox.
|
|