Author: tugberk_ugurlu_ | Posted on: 12/23/2009 4:15:44 AM | Views : 698

Hi ! I have my dropdpwnlist as follows;
<asp:DropDownList ID="subdrop" runat="server" Height="20px" DataSourceID="AccessDataSource1" DataTextField="SubjectContactUs" DataValueField="SubjectContactUs" AppendDataBoundItems="True"> <asp:ListItem Value="-1" Selected="true">Choose Your Subject</asp:ListItem> </asp:DropDownList> <asp:AccessDataSource ID="AccessDataSource1" runat="server" DataFile="~/App_Data/Info.mdb" SelectCommand="SELECT [SubjectContactUs] FROM [Subject] ORDER BY [Sira]"> </asp:AccessDataSource>
I couldn't Validate this with RequiredFieldValidater. I couldn't figure i ...

Go to the complete details ...