ASPX.net

Started by ziggysego, May 03, 2008, 07:53:43 PM

Previous topic - Next topic

ziggysego

Hi all

I have just started my own web design company and got my first contract last week. Anyway, I need to have a database running in the background and I want to use ASPX.net via Adobe Dreamweaver. Anyway, been a while since I've used it and I'm a little rusty on the language.

Can anyone recommend any good websites and books, that I can brush up my skills with?

Many thanks.
Testing Accessibility

take_yer_points

Quote from: ziggysego on May 03, 2008, 07:53:43 PM
Hi all

I have just started my own web design company and got my first contract last week. Anyway, I need to have a database running in the background and I want to use ASPX.net via Adobe Dreamweaver. Anyway, been a while since I've used it and I'm a little rusty on the language.

Can anyone recommend any good websites and books, that I can brush up my skills with?

Many thanks.

I created a website with an Access database a few weeks back Ziggy using ASP rather than ASPX.net. Found this website very useful for the basics of connecting to the database:

http://www.webwizguide.com/kb/asp_tutorials/connecting_to_a_database.asp

If you have a look round it might have some info on the language you're looking for.

DickyRock

Not sure if your using c# or vb.net but for c# -> www.c-sharpcorner.com

Microsofts asp.net  and MSDN site are also good.

ziggysego

Using Microsoft's, thanks.
Testing Accessibility

ziggysego

Quote from: take_yer_points on May 03, 2008, 08:44:37 PM
Quote from: ziggysego on May 03, 2008, 07:53:43 PM
Hi all

I have just started my own web design company and got my first contract last week. Anyway, I need to have a database running in the background and I want to use ASPX.net via Adobe Dreamweaver. Anyway, been a while since I've used it and I'm a little rusty on the language.

Can anyone recommend any good websites and books, that I can brush up my skills with?

Many thanks.

I created a website with an Access database a few weeks back Ziggy using ASP rather than ASPX.net. Found this website very useful for the basics of connecting to the database:

http://www.webwizguide.com/kb/asp_tutorials/connecting_to_a_database.asp

If you have a look round it might have some info on the language you're looking for.

Is there much of a difference between the two?
Testing Accessibility

take_yer_points

Quote from: ziggysego on May 04, 2008, 03:53:37 PM
Quote from: take_yer_points on May 03, 2008, 08:44:37 PM
Quote from: ziggysego on May 03, 2008, 07:53:43 PM
Hi all

I have just started my own web design company and got my first contract last week. Anyway, I need to have a database running in the background and I want to use ASPX.net via Adobe Dreamweaver. Anyway, been a while since I've used it and I'm a little rusty on the language.

Can anyone recommend any good websites and books, that I can brush up my skills with?

Many thanks.

I created a website with an Access database a few weeks back Ziggy using ASP rather than ASPX.net. Found this website very useful for the basics of connecting to the database:

http://www.webwizguide.com/kb/asp_tutorials/connecting_to_a_database.asp

If you have a look round it might have some info on the language you're looking for.

Is there much of a difference between the two?

I'm not too sure to be honest - I've only used ASP. But if you're only using it to connect to a database and then add/delete/update information in the database from a webpage then I would say that ASP would be fine - and is easy enough to learn. If you want to PM me your email I don't mind zipping the site I did and sending it over to you.