I would like to create a asp.net page where user will input account number and click on "Search" button. The result should come from a mdb table.
I am using this query and i need to replace this with asp because we dont want to install small mdb apps on user machine.
SELECT all_pages.*
FROM all_pages
WHERE all_pages.id=[Enter Account ID]
I have never done asp.net but please do not refer me a new tutorial page. I would appreciate some links on this type of topic or some good answers.
Thanks
I am using this query and i need to replace this with asp because we dont want to install small mdb apps on user machine.
SELECT all_pages.*
FROM all_pages
WHERE all_pages.id=[Enter Account ID]
I have never done asp.net but please do not refer me a new tutorial page. I would appreciate some links on this type of topic or some good answers.
Thanks
Comment