473,549 Members | 2,346 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 1899
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 Programmaticall y". 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.Sql Client.SqlExcep tion: 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;databas e=pubs;Trusted_ Connection=yes; User ID=PRABU;Passwo rd=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 Programmaticall y". 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.Sql Client.SqlExcep tion: 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;databas e=pubs;Trusted_ Connection=yes; User ID=PRABU;Passwo rd=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 Programmaticall y". 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.Sql Client.SqlExcep tion: 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
7638
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 there at all? Any feedback would be helpful. Thanks! -Josh
7
1725
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 thinking that python might be the way to go for the most powerful and general language but I am not sure. Does anyone know of any detailed and objective...
136
9223
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 code was littered with document.all and eval, for example, and I wanted to create a practical list of best practices that they could easily put to...
6
1699
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 in-depth into examples. 2. They don't provide me with excercises and projects in which to test out what I've learned. The best books I've ever read...
9
4158
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 honest I usually hire someone to do it for me, grab predone scripts and kind of hack out the parts that I need, or just do very minimal validation...
9
1720
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 for good maintainability,objects, names, how to take care of older browsers, how to optimize the coding time, etc It might be easy to have strong...
13
2550
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 submit, which determines exactly where to send the form contents. The table of "receipients" could contain in the region of 3,500 recipients but is...
3
3695
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 .NET. Since the job is being offered soon I need to know the "quickest" and "best" way to prepare for this exam. Are there any books, practice...
6
2109
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 want to host a site where people can register to become a user. They should be able to maintain their own "showroom", where they can show blog...
0
7546
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...
0
7471
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
0
7740
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
1
7503
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
0
6071
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
0
3517
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
0
3496
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
1082
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
784
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

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.