View Full Version : ASP.NET & MS Access Forms


crimsonPhantom
03-29-2006, 05:35 AM
hello everyone,

I have a very simple question for you all. Can I have access to a MS Access Form via ASP.NET?

Let me explain a bit, I'd like to give access to a lot of users to a MS Access database from my web server. I've already placed the *.mdb file in a virtual directory and I can connect to the tables and view the data in a gridview.

Now I can't open a Form inside the *.mdb. The application is quite big and I'd love not to make all the forms again.

May I have a confirmation that MS Access Forms aren't accessible from a web browser?

thank you for your answers and patience

crimsonPhantom

dan-cat
03-29-2006, 06:14 AM
Sorry dude, web browsers read HTML. Whichever way you look at it your access form has to be translated to HTML before the browser can read it. There's no shortcuts when jumping from MS Access to asp.net. You gotta learn HTML and the .net framework. Big job but loadsa fun ;)

selenau837
03-29-2006, 06:17 AM
Using the ASP.net 2.0 is pretty easy. It is alot of drag and drop when creating form. The codebehind can be a bit cumbersom of you have alot of even procedures, but basic forms shouldn't be too hard.

If done right you can probably cut and paste most of the VBA code. Just make sure all your controls are named the same.

crimsonPhantom
03-29-2006, 06:38 AM
I am already very fond of ASP.NET and C# but I just wanted to make sure it was really impossible to do it :p that means more work for me *sigh*

thank you for your fast answers

crimsonPhantom

dan-cat
03-29-2006, 06:53 AM
I am already very fond of ASP.NET and C# but I just wanted to make sure it was really impossible to do it :p that means more work for me *sigh*


I asked the exact same question over three years ago. Now I don't code in MS Access anymore 'cos .net gives me so much more.

Why do I hang about in this forum then? I have no idea :p

selenau837
03-29-2006, 06:53 AM
I am already very fond of ASP.NET and C# but I just wanted to make sure it was really impossible to do it :p that means more work for me *sigh*

thank you for your fast answers

crimsonPhantom

And job security!!