Click here to Skip to main content
16,010,427 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: FileSystemObject, ASP and Windows NT authentication.... Pin
goddess_spanky9-Oct-02 8:55
goddess_spanky9-Oct-02 8:55 
GeneralRe: FileSystemObject, ASP and Windows NT authentication.... Pin
Daniel Turini9-Oct-02 9:00
Daniel Turini9-Oct-02 9:00 
GeneralRe: FileSystemObject, ASP and Windows NT authentication.... Pin
goddess_spanky9-Oct-02 11:00
goddess_spanky9-Oct-02 11:00 
GeneralRe: FileSystemObject, ASP and Windows NT authentication.... Pin
Philip Patrick10-Oct-02 3:48
professionalPhilip Patrick10-Oct-02 3:48 
GeneralData binding to a DropDownList control WITHOUT code!?! Pin
Ray Cassick9-Oct-02 4:43
Ray Cassick9-Oct-02 4:43 
GeneralRe: Data binding to a DropDownList control WITHOUT code!?! Pin
Andy Smith9-Oct-02 5:13
Andy Smith9-Oct-02 5:13 
GeneralRe: Data binding to a DropDownList control WITHOUT code!?! Pin
Paul Watson9-Oct-02 6:32
sitebuilderPaul Watson9-Oct-02 6:32 
GeneralRe: Data binding to a DropDownList control WITHOUT code!?! Pin
Ray Cassick9-Oct-02 7:05
Ray Cassick9-Oct-02 7:05 
Ok, I placed a Page.DataBind() in my Page_Load event and now I am getting the following error:

An invalid data source is being used for DropDownList1. A valid data source must implement either IListSource or IEnumerable.

Line 11:
Line 12:
Line 13: <asp:dropdownlist id="DropDownList1" style="Z-INDEX: 101; LEFT: 88px; POSITION: absolute; TOP: 88px" runat="server" width="184px" height="24px" datasource="<%# DataBinder.Eval(OleDbDataAdapter1, "SelectCommand") %>" autopostback="True" datamember="Products" datatextfield="ProductName" datavaluefield="ProductID">
Line 14:
Line 15:

When I attempt to bind the DropDownList, what do I set the data bindings to? I get a dlalog box that has alot of options in it, and I select the OleDbDataAdapter1.
GeneralRe: Data binding to a DropDownList control WITHOUT code!?! Pin
leppie9-Oct-02 7:44
leppie9-Oct-02 7:44 
GeneralThe View State is invalid for this page and might be corrupted. Pin
leppie9-Oct-02 2:12
leppie9-Oct-02 2:12 
GeneralRe: The View State is invalid for this page and might be corrupted. Pin
Megan Forbes9-Oct-02 2:38
Megan Forbes9-Oct-02 2:38 
GeneralRe: The View State is invalid for this page and might be corrupted. Pin
leppie9-Oct-02 7:31
leppie9-Oct-02 7:31 
GeneralRe: The View State is invalid for this page and might be corrupted. Pin
Megan Forbes9-Oct-02 22:16
Megan Forbes9-Oct-02 22:16 
Questionputting an icon in the page? Pin
Zibar9-Oct-02 1:28
sussZibar9-Oct-02 1:28 
AnswerRe: putting an icon in the page? Pin
Nick Parker9-Oct-02 2:26
protectorNick Parker9-Oct-02 2:26 
GeneralRe: putting an icon in the page? Pin
Megan Forbes9-Oct-02 2:36
Megan Forbes9-Oct-02 2:36 
GeneralRe: putting an icon in the page? Pin
Nick Parker10-Oct-02 2:39
protectorNick Parker10-Oct-02 2:39 
AnswerRe: putting an icon in the page? Pin
Megan Forbes9-Oct-02 2:30
Megan Forbes9-Oct-02 2:30 
GeneralPosting back to server Pin
leppie8-Oct-02 15:48
leppie8-Oct-02 15:48 
GeneralRe: Posting back to server Pin
Paul Watson8-Oct-02 21:27
sitebuilderPaul Watson8-Oct-02 21:27 
GeneralRe: Posting back to server Pin
leppie9-Oct-02 2:07
leppie9-Oct-02 2:07 
GeneralRe: Posting back to server Pin
Paul Watson9-Oct-02 2:32
sitebuilderPaul Watson9-Oct-02 2:32 
GeneralRe: Posting back to server Pin
Andy Smith9-Oct-02 5:16
Andy Smith9-Oct-02 5:16 
GeneralRe: Posting back to server Pin
leppie9-Oct-02 7:23
leppie9-Oct-02 7:23 
GeneralRe: Posting back to server Pin
Andy Smith9-Oct-02 7:28
Andy Smith9-Oct-02 7:28 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.