Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

Hi everyone I'm new to this forum and as you can see the second participation in this great forum.

 

I have developed an application by using Visual C# .net and now my boss is asking me to do it so it is possible to be used on the net by using ASP or ASP .net. You know it is painful to do the whole project again to be run as ASP .net files !!!!

 

Is there a way to do that by converting the project (a windows application) to ASP .net ???

 

The project is simply an interface that add some information to a database and recall it from it (A HelpDesk Application)

  • Moderators
Posted

It is possible to have almost the same functionality in ASP.NET, however, this depends greatly on what type of controls you have in the Windows forms.

 

Most of the classes could/should remain in tact, as I said it mostly comes down to the controls and the style of coding that you have implemented.

Visit...Bassic Software
Posted

Thanx Robby

 

As I mentioned that the program I developed is basicly manuplating a database. It consists of four screens: Login Screen, Helpdesk operator screen (he takes some info and then fill the text boxes and click save to append the info to the DB), Engineer screen (almost the same thing) and the last screen is the Admin. screen (to add/delete users and monitoring the users acts).

 

That is my project. It can be done on access but the guys here want it as a seperated program.

 

 

 

So, is there any more comments??

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...