Newbie with Datagrid

  • Thread starter Thread starter Wizard
  • Start date Start date
W

Wizard

Hi All,

Im rather new to this so please excuse my ignorance.

I have 2 Access Tables in a Access DB. I would like to have these viable via
a Web Page.

Could somebody point me in the direction of a Simple Tutorial what I can
learn this or maybe a demo, there must be the ability to Search by Feild,
Add, Delete, and Modify.

I just can`t seem to find anything anywhere.

Many Thanks
Wiz
 
Hi Wizard,

As for accessing database in asp.net , it's just the same as what we do in
winform or other desktop app. The .net application generally use ADO.NET to
access database. For Access Db , we can use the OleDbProvider. Here are
some tech article and reference which maybe helpful:

#Walkthrough: Editing an Access Database with ADO.NET
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnadonet/ht
ml/adon_wtaccessdb.asp

#ASP.NET Tutorial: Count Records from Access Database using ADO.NET, SQL,
and Visual Basic.NET
http://www.easerve.com/developer/tutorials/asp-net-tutorials-count-records-a
ccess-database.aspx

#Efficiently Iterating Through Results from a Database Query using ADO.NET,
Part 2
http://aspnet.4guysfromrolla.com/articles/032702-1.2.aspx

HTH. Thanks,


Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)
 
HI,

Why should n't you try with quick starts available with .NET Framework
installation.

Cheers,

Jerome. M
 
Back
Top