Click to See Complete Forum and Search --> : MSAccess Help. Display using datagrid


h3lix
February 21st, 2005, 11:07 PM
Does anyone have the codings to display data from MSAccess to ASP.net using DataGrid?

Ctwizzy
February 24th, 2005, 12:09 PM
what language? I do windows forms programming in C# and currently have a MSAccess DB showing in my form via binding. I dont know if this will help you though.

Michaelw
February 24th, 2005, 12:30 PM
You will need to use a Webform control. You cannot use Winform control on a webpage.

Try System.Web.UI.Webcontrol namespace.