I have created a master page that has a default content place holder with content in it. When I create new .aspx pages, they will use the master page(MasterPage.Master) but I want each new .aspx page to have it's own content. Not the defautl content of the master page.
Also the content for each page will come from a particular row in a sql server database table. What I want to do is to use the flyout menu in the upper right hand corner of the content place holder control to point to my sql server data source and the table and row that the data will come from.
I can't get this to work? Basically the flyout menu will either let me chose any of the two different menu options, but never will it let me choose my data source.
1. Content tasks
2. Default to Masters Content
1. Content tasks
2. Create Custom content
I did this correctly before but can't remember how I did it.
I also tried dragging and dropping a SqlDataSource object into my content place holder control. This did not work either.
Can someone help me out here?
Will