| Author |
Topic |
|
blue2672
Starting Member
2 Posts |
Posted - 2005-12-15 : 13:36:19
|
| I was given the task of writing a new website for my boss. problem being he wants the ability have a custom user signup form and then a picture gallery of service with comments listed off each one. I was also asked to produce this in .aspx with SQL. only one small glitch, never worked with either of them....I have designed most of the database requirements off of examples I found online but have not found how to post data from the users signup form to the database correctly and retrieve it for the customers profile. any suggestions????all help on this will be greatly appreciated |
|
|
Srinika
Master Smack Fu Yak Hacker
1378 Posts |
Posted - 2005-12-15 : 15:34:05
|
| I'd suggest u to 1. Learn some ASP.NET a. By a Book b. By web (may be W3Schools.com, ...)2. Get some help from ASP.NET forum (may be CodeGuru.com)This is rather a MS SQL Server forum. Most of us here know to address to ur requirement, but I think its good to look for ASP.Net related forum. |
 |
|
|
jsmith8858
Dr. Cross Join
7423 Posts |
Posted - 2005-12-15 : 16:25:15
|
Also, don't lie on your resume ! |
 |
|
|
Srinika
Master Smack Fu Yak Hacker
1378 Posts |
Posted - 2005-12-15 : 17:20:39
|
And ask ur boss to change the head hunter |
 |
|
|
madhivanan
Premature Yak Congratulator
22864 Posts |
Posted - 2005-12-15 : 23:40:50
|
| Start with thesewww.asp.nethttp://www.sql-tutorial.net/ http://www.firstsql.com/tutor.htmMadhivananFailing to plan is Planning to fail |
 |
|
|
blue2672
Starting Member
2 Posts |
Posted - 2005-12-16 : 08:30:45
|
| thanks guys and gals - it wasnt on my resume, boss just told me the requirements and said to have fun... guys sadistic. will start with the links and I appreciate it again |
 |
|
|
jsmith8858
Dr. Cross Join
7423 Posts |
Posted - 2005-12-16 : 10:47:37
|
| That's a great opportunity for you if he is patient; there is nothing like getting the "go ahead" to learn a new technology! ASP.NET is great, I think you will enjoy it. But definitely be sure to sit down and read a good book on it first before diving in, that is advice I cannot recommend enough. It is so important to understand the "big picture" when dealing with any new technology.Good luck, and feel free to come here with any SQL questions (or the occasional ASP.NET question, but after you get the basics down). |
 |
|
|
MichaelP
Jedi Yak
2489 Posts |
Posted - 2005-12-16 : 11:31:22
|
| ASP.net Unleashed is a good book IMHO.Michael<Yoda>Use the Search page you must. Find the answer you will. Cursors, path to the Dark Side they are. Avoid them, you must. Use Order By NewID() to get a random record you will.</Yoda> |
 |
|
|
elwoos
Master Smack Fu Yak Hacker
2052 Posts |
Posted - 2005-12-18 : 17:24:16
|
quote: But definitely be sure to sit down and read a good book on it first before diving in, that is advice I cannot recommend enough.
I couldn't agree with this more. I was lucky enough to get an MS course on ASP.NET out of my employer and I learnt about an awful lot of things that I may have taken a while to figure out on my ownsteve-----------Facts are meaningless. You could use facts to prove anything that's even remotely true! |
 |
|
|
derrickleggett
Pointy Haired Yak DBA
4184 Posts |
Posted - 2005-12-19 : 19:29:06
|
quote: thanks guys and gals - it wasnt on my resume, boss just told me the requirements and said to have fun... guys sadistic.
Or he appreciates you a lot. This is a good opportunity. Be grateful and make the most of it.MeanOldDBAderrickleggett@hotmail.comWhen life gives you a lemon, fire the DBA. |
 |
|
|
|