473,385 Members | 1,464 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Tell me the best site to learn ASP.NET

Hi,
I am starter, I am interested to learn ASP.NET, can any one please tell me the best site to start with.

--
Thanks,
Prabu
Nov 18 '05 #1
5 1888
see this site

http://www.asp.net/Tutorials/quickstart.aspx

--
Thanks & Regards,
John Paul. A
MCP
"Prabu" wrote:
Hi,
I am starter, I am interested to learn ASP.NET, can any one please tell me the best site to start with.

--
Thanks,
Prabu

Nov 18 '05 #2
If you have installed Microsoft .NET Framework SDK.. Go to

Start >> Programs >> Microsoft .NET Framework SDK >> Samples and QuickStart Tutorials.

--
Thanks & Regards,
John Paul. A
MCP
"Prabu" wrote:
Hi,
I am starter, I am interested to learn ASP.NET, can any one please tell me the best site to start with.

--
Thanks,
Prabu

Nov 18 '05 #3
Dear John,
Thanks alot.. The site is really good.
I started learning ASP.NET.
In "Web Forms User Controls" chapter, there is a section called "Creating User Controls Programmatically". When I run this, it is showing this error.

Login failed for user 'PRABU\ASPNET'.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Data.SqlClient.SqlException: Login failed for user 'PRABU\ASPNET'.
I tried all possibilities to correct this, but in vain. Please guide me.
--
Thanks,
Prabu
"John Paul. A" wrote:
If you have installed Microsoft .NET Framework SDK.. Go to

Start >> Programs >> Microsoft .NET Framework SDK >> Samples and QuickStart Tutorials.

--
Thanks & Regards,
John Paul. A
MCP
"Prabu" wrote:
Hi,
I am starter, I am interested to learn ASP.NET, can any one please tell me the best site to start with.

--
Thanks,
Prabu

Nov 18 '05 #4
Hi,
I have gone through your link, Please check the connection string and the database, whether the database MSDE or SQLServer exist. Then whether you have necessary permissions to access the database.

I think there is a problem in authentication. So, please use this connection string

SqlConnection myConnection = new SqlConnection("server=(local)\\NetSDK;database=pub s;Trusted_Connection=yes;User ID=PRABU;Password=XXXXXXX");

--
Thanks & Regards,
John Paul. A
MCP
"Prabu" wrote:
Dear John,
Thanks alot.. The site is really good.
I started learning ASP.NET.
In "Web Forms User Controls" chapter, there is a section called "Creating User Controls Programmatically". When I run this, it is showing this error.

Login failed for user 'PRABU\ASPNET'.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Data.SqlClient.SqlException: Login failed for user 'PRABU\ASPNET'.
I tried all possibilities to correct this, but in vain. Please guide me.
--
Thanks,
Prabu
"John Paul. A" wrote:
If you have installed Microsoft .NET Framework SDK.. Go to

Start >> Programs >> Microsoft .NET Framework SDK >> Samples and QuickStart Tutorials.

--
Thanks & Regards,
John Paul. A
MCP
"Prabu" wrote:
Hi,
I am starter, I am interested to learn ASP.NET, can any one please tell me the best site to start with.

--
Thanks,
Prabu

Nov 18 '05 #5
yah... now working.
Thanks

--
Thanks,
Prabu
"John Paul. A" wrote:
Hi,
I have gone through your link, Please check the connection string and the database, whether the database MSDE or SQLServer exist. Then whether you have necessary permissions to access the database.

I think there is a problem in authentication. So, please use this connection string

SqlConnection myConnection = new SqlConnection("server=(local)\\NetSDK;database=pub s;Trusted_Connection=yes;User ID=PRABU;Password=XXXXXXX");

--
Thanks & Regards,
John Paul. A
MCP
"Prabu" wrote:
Dear John,
Thanks alot.. The site is really good.
I started learning ASP.NET.
In "Web Forms User Controls" chapter, there is a section called "Creating User Controls Programmatically". When I run this, it is showing this error.

Login failed for user 'PRABU\ASPNET'.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Data.SqlClient.SqlException: Login failed for user 'PRABU\ASPNET'.
I tried all possibilities to correct this, but in vain. Please guide me.
--
Thanks,
Prabu
"John Paul. A" wrote:
If you have installed Microsoft .NET Framework SDK.. Go to

Start >> Programs >> Microsoft .NET Framework SDK >> Samples and QuickStart Tutorials.

--
Thanks & Regards,
John Paul. A
MCP
"Prabu" wrote:

> Hi,
> I am starter, I am interested to learn ASP.NET, can any one please tell me the best site to start with.
>
> --
> Thanks,
> Prabu

Nov 18 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

15
by: Joshua Beall | last post by:
Hi All, What is the best way to use a cookie to remember a logged in user? Would you store the username and password in two separate cookies? Should the password be plain text? Hashed? Not...
7
by: Jon Slaughter | last post by:
I'm trying to get into web development for creating a professional web site and I'm confused on which language I should use. I've read some comparisons between the major languages and I was...
136
by: Matt Kruse | last post by:
http://www.JavascriptToolbox.com/bestpractices/ I started writing this up as a guide for some people who were looking for general tips on how to do things the 'right way' with Javascript. Their...
6
by: TurboFool | last post by:
Alright, I need to learn PHP, but honestly I'm having trouble with some of the online tutorials for two reasons: 1. They're incredibly dry and tend to just say what things do instead of going...
9
by: julie.siebel | last post by:
Hello all! As embarrassing as it is to admit this, I've been designing db driven websites using javascript and vbscript for about 6-7 years now, and I am *horrible* at form validation. To be...
9
by: optimistx | last post by:
Which url in your opinion would be a good or even the best example of javascript usage in a set of pages at least say 10 or more pages? How to use css, how to split js-code to files, how to code...
13
by: G | last post by:
Hello, Looking for opinions on a fairly simple task, new to ASP.net (C#) and want to make sure I do this as efficiently as possible. I have a web based form, and I need to run some SQL before...
3
by: samadams_2006 | last post by:
Hello, I'm interested in taking the following exam for an upcoming job. Exam 70-315: Developing and Implementing Web Applications with Microsoft Visual C#â„¢ .NET and Microsoft Visual Studio...
6
by: Magdoll | last post by:
Hi, I know this is potentially off-topic, but because python is the language I'm most comfortable with and I've previously had experiences with plone, I'd as much advice as possible on this. I...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.