DataSourceID="sqlDS2" is set for the dropdown list. It has nothing to do
with the datasource for the detailsview. Apparently, the datasource you are
using for the detailsview doesn't contain a Title column.

Signature
Eliyahu Goldin,
Software Developer
Microsoft MVP [ASP.NET]
http://msmvps.com/blogs/egoldin
http://usableasp.net
>I don't know what i'm doing wrong but i can't get the
> <asp:Label ID="Label3" Text='<%# Eval("Title") %>' Runat="Server"/>
[quoted text clipped - 44 lines]
>
> </asp:SqlDataSource>
rote - 29 Feb 2008 00:22 GMT
Yeah thanks Eliyahu figured that out already
> DataSourceID="sqlDS2" is set for the dropdown list. It has nothing to do
> with the datasource for the detailsview. Apparently, the datasource you
[quoted text clipped - 48 lines]
>>
>> </asp:SqlDataSource>
rote - 29 Feb 2008 00:24 GMT
Eliyahu,
My other questions is regarding DetailsView is
can i use html tables in DetailsView control
I want to format the view to have more than 2 columns and i would be having
update,Edit features too..
Any ideas on this?
> DataSourceID="sqlDS2" is set for the dropdown list. It has nothing to do
> with the datasource for the detailsview. Apparently, the datasource you
[quoted text clipped - 48 lines]
>>
>> </asp:SqlDataSource>
Eliyahu Goldin - 29 Feb 2008 10:09 GMT
The DetailsView presents one field in a row. It is not good for what you
want. User the FormView instead.

Signature
Eliyahu Goldin,
Software Developer
Microsoft MVP [ASP.NET]
http://msmvps.com/blogs/egoldin
> Eliyahu,
> My other questions is regarding DetailsView is
[quoted text clipped - 55 lines]
>>>
>>> </asp:SqlDataSource>