How to create a web based data enrty form in visual studio 2008 (1 Viewer)

cbrace09

Registered User.
Local time
Yesterday, 18:36
Joined
Jun 5, 2009
Messages
25
Hi all and thanks for looking!

Basically, I am fairly well versed with access databases but have recently taken on building a web based system to replace our current database.

Im used to just having a form with data enrty properties in access...how can I create a simular aspx page?

I already have everything set up to login customers, take them to a home page where they can see only their orders, etc, but I cant seem to figure out how to create a form where the customer just makes a new enrty.

My web site is using a mdf database as it's data source.

Thanks!
CB
 

polardhanry

New member
Local time
Yesterday, 17:36
Joined
Apr 14, 2010
Messages
3
Creating the web based data entry you should have to make ComponentOne InputPanel is a WinForms based control. In order to use the C1InputPanel control, we must first create a Windows Forms Application.
 

Users who are viewing this thread

Top Bottom