20 pts.
 AccessDataSource and ‘?’ parameters asp.net
I have been stuck on something for days and wondering if anyone can offer any help. I am using an Access Database, so i am using the accessDataSource in asp.net I drag and drop an accessdatasource on the form, and also a datagrid. This is a simple datafile with 2 fields. An ID and an EmailAddress. <asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="False" DataKeyNames="UserID" DataSourceID="AccessDataSource2"> <Columns> <asp:BoundField DataField="UserID" HeaderText="UserID" InsertVisible="False" ReadOnly="True" SortExpression="UserID" /> <asp:BoundField DataField="EmailAddr" HeaderText="EmailAddr" SortExpression="EmailAddr" /> <asp:BoundField DataField="SpecialULKey" HeaderText="SpecialULKey" SortExpression="SpecialULKey" /> <asp:BoundField DataField="AccountUserKey" HeaderText="AccountUserKey" SortExpression="AccountUserKey" /> </Columns> </asp:GridView> <asp:AccessDataSource ID="AccessDataSource2" runat="server" DataFile="~/App_Data/PokerSettings.mdb" SelectCommand="SELECT [UserID], [EmailAddr], [SpecialULKey],
Software/Hardware used:
ASKED: April 14, 2009  6:46 PM
UPDATED: April 14, 2009  7:27 PM

Answer Wiki:
Last Wiki Answer Submitted:  Be the first to answer this question.
All Answer Wiki Contributors:  Be the first to answer this question.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _