meridius10
Member
- Joined
- Jun 15, 2011
- Messages
- 5
- Programming Experience
- Beginner
I have spent the last few days trying things out in VS 2010 Pro. I have SQL Server 2008 and am trying to create a front end for a relational database I am working on.
I tried a Windows Form Application which appeared ok, until I got to the stage where I needed to drag the text box into the combobox. Whilst, that is ok, the relational corresponder to the related table is not giving me the correct description corresponder in the other table.
I then tried a WPF Application and modelled my database on this video: How Do I: Create a Simple Data Entry Form in WPF?
What I'm looking for is a way to create a web based data entry form which is linked to my database in SQL Server 2008. Looking at the WPF procedure, this seems to involve a lot of code, wheras the Windows Forms Application is a little easier, even though things are not working properly at the moment.
Using a trial version of Visual Studio 2010 Professional, I have many options from 'File>New Project' and 'File>New Website', but am not sure what is the best application to use for a web based interface which involves more drag and drop and less coding.
I tried a Windows Form Application which appeared ok, until I got to the stage where I needed to drag the text box into the combobox. Whilst, that is ok, the relational corresponder to the related table is not giving me the correct description corresponder in the other table.
I then tried a WPF Application and modelled my database on this video: How Do I: Create a Simple Data Entry Form in WPF?
What I'm looking for is a way to create a web based data entry form which is linked to my database in SQL Server 2008. Looking at the WPF procedure, this seems to involve a lot of code, wheras the Windows Forms Application is a little easier, even though things are not working properly at the moment.
Using a trial version of Visual Studio 2010 Professional, I have many options from 'File>New Project' and 'File>New Website', but am not sure what is the best application to use for a web based interface which involves more drag and drop and less coding.