hello world,
with programming anything is possible, ... right?
Im just wondering where i have '500', in the code below is it possible to replace that with a variable
Im sorry but for some reason i feel like im asking a stupid question, thanks for all the relies i've got from you guys though
what i really want is to create a search to display one record from a database, ive gotten some responses but they were kinda complicated for me a tutorial or link that speak directly to that would greatly be appreciated.
Thanks in advance
B2DB
Cool Nuh Man
with programming anything is possible, ... right?
Im just wondering where i have '500', in the code below is it possible to replace that with a variable
Code:
<asp:AccessDataSource runat="server" id="booksource" datafile="project.mdb"
SelectCommand="SELECT * FROM [bmis4] WHERE ID='500'">
</asp:AccessDataSource>
Im sorry but for some reason i feel like im asking a stupid question, thanks for all the relies i've got from you guys though
what i really want is to create a search to display one record from a database, ive gotten some responses but they were kinda complicated for me a tutorial or link that speak directly to that would greatly be appreciated.
Thanks in advance
B2DB
Cool Nuh Man