Click to See Complete Forum and Search --> : asp.net query


onlyne
09-08-2004, 08:46 AM
Hey asish,

I am happy to see there are a few who care out there in the world of development and are willing to share their knowledge with the world. good on ya! I was starting the task of creating a analysis program which takes feedback from a customer, kind of like a survey. I will be making this from scratch as was wondering as to what SDKs I should work with. I was wondering if I use ASP.net then do I also need something like VisualBasic.net to create the application, or does ASP.net posses everything I need? I am working with Windows server 2003 and also wondered if I needed sql server 2000 as well. Thank you for your help

PeOfEo
09-09-2004, 10:23 PM
You should have the .net framework on the server running asp.net and your pc (if you run a testing server). You do not need vs.net. I use dreamweaver for my scripting, you can even use notepad if you want (but I suggest something with syntax hylighting and intelitext).

mwas
09-15-2004, 05:27 AM
hi there im new to programing on then net?ho do i go about making an online form for a survey...just give me anything on online programing!

PeOfEo
09-15-2004, 08:08 AM
I suggest you buy a book if you are learning how to use .net on the web. www.4guysfromrolla.com is a good site for information.

Cstick
09-23-2004, 08:17 PM
Onlyne,

I recommend you check out www.asp.net and the Web Matrix software they have free and their tutorial section. It should be a nice start for you. The wysiwyg seperates the code and design views for you even though it isn't using codebehind. If you wanted to you have code behind, I believe you can compile them with the .net framework SDK, although I imagine that would get annoying.

Needing a SQL server depends on whether you plan on storing you're results. I use a DB to store survey results so that I can query the results and generate averages, etc. You could look into and XML or Access DB as alternatives too. Good luck!