Old Developer Wants To Return To ASP.NET?

Jan 21, 2011

I haven't programmed ASP.NET since version 1.1 days, and I'm now looking to return to develop in it.

Any ideas where I can start learning again - recommended books? what version of .net? what technologies (e.g web forms)?

View 6 Replies


Similar Messages:

SQL Server :: DAL Doesn't Return The Return Value Of Stored Procedure?

Nov 8, 2010

I have an update function in my data layer which is defined as:

public int UpdateRBTable(parameters ...) This calls a SQL Server Stored Procedure to perform an update function on the database.

The process does its job for updating the table. However, the stored procedure has a return value (which indicates how many rows were updated), but this return value is not returned to the application. The application always shows that a zero was returned from the stored procedure.

View 3 Replies

Can WebMethod Return An XmlDocument As Return Type

Jan 22, 2010

Can my WebMethod return an XmlDocument as return type?

When I try to consume the web service I'm still not getting XML. It appears as though a reference to the method is being returned rather than say a string containing XML.

<WebMethod()> _
Public Function CustomerSearch(ByVal lastName As String, ByVal firstName As String, ByVal companyName As String, ByVal city As String, ByVal state As String, ByVal email As String) As XmlDocument
' Create XML doc
Dim doc As XmlDocument = New XmlDocument()
' some more code
Return doc
End Function

View 4 Replies

MVC :: How To Return 401 Error From A Method Return ActionResult

Sep 28, 2010

how can i return 401 error from a method return ActionResult?

View 1 Replies

Assign A Value To the Methods Return Var before Return The Final Value?

Dec 2, 2010

How can I assign a value to the methods return var BEFORE I return the final value?

Example:

public string Example()

{
[here I want to assign a value to the return var and continue this block until the end] = "TempStr"; [code].....

View 2 Replies

How To Get C# Return Dropdown List To Return Value As Int

Jun 8, 2010

How to get asp.net return drop down list to return value as int

I want to pass the value to a stored procedure as an integer. But the default appears to be as a string which is not what the store procedure is expecting.

Is there a good way to return the list values as ints?

I suspect I can you set the value on the change selection event, is there another way?

View 2 Replies

How To Use SQL Developer 2008 R2

Mar 14, 2011

I guess the best way to put this is I want to use ASP.NET's login controls, but I dont want to use sqlexpress, I want to use SQL Developer 2008 R2. How do I go about setting this up.

View 8 Replies

How To Run Web App Without Entering MS Web Developer

Jan 17, 2010

I am volunteering to build a web application for my town's library. When I finish it I want the librarian to be able to run it from the desktop, but I know I have to enter MS web developer and then press run in order to start the server, and just then the web app can run.

How do I run the web app. without entering the program?

View 2 Replies

Learning C# 4.0 For A Web Developer?

Dec 20, 2010

I have around 2 years of experience in asp.net 2.0. My C# is a little weak compare to asp.net. Which are the best books for me to learn c#4.0 in a detailed manner.

View 8 Replies

Is Virtual Web Developer Can Be Done In VB Language

Feb 4, 2010

I have a noob question about asp.net programming. I see books that say asp.net programming using C# or VB ect. I want to program asp.net using vb, so my question is in order to make a asp.net application would I make that in VB or would I make that in Virtual Web Developer?

View 1 Replies

How To Run The Web App Without Entering Web Developer Program

Jan 17, 2010

I am volunteering to build a web application for my town's library. When I finish it I want the librarian to be able to run it from the desktop, but I know I have to enter MS web developer and then press run in order to start the server, and just then the web app can run.

How do I run the web app. without entering the program?

View 3 Replies

Cannot Run Website In Visual Web Developer

Nov 11, 2010

while running website in visual web developer it displays page cannot be loadedbut at the same time in new project asp.net web appication runs wellwell it is a client server model how to make website running in this mode

View 6 Replies

Bug Tracking In Visual Web Developer?

Apr 1, 2010

Is it possible to track bugs in a visual web developer website? I want to be able to step through the code so I can see exactly what it is doing but am not quite sure how to do this.

View 8 Replies

C# Windows Developer After Having Experience?

Mar 2, 2010

Possible Duplicate:

Webforms to Winforms i have this doubt, can i go into c# windows developer after having experience in asp.net? and how is the pay in C# development, and what about the scope? are companies using C# in development?

View 2 Replies

Visual Web Developer Support PHP?

Feb 4, 2011

Does Visual Web Developer Support PHP? i would like to know

View 2 Replies

Visual Web Developer RSS Feeds?

Mar 7, 2010

i am creating a website using visual web developer express edition 2008, i want to create an rss feed where by i will be able to get rss feed news to be updated in my own site. how can i set this up? Or could anyone show me where i can get tutorials for this.

View 6 Replies

How To Connect To Sql Server Developer Instead Of Sql Express

Oct 22, 2010

I have a ASP project that I have done before and it was working fine with SQL Serve Express 2005. After formatting my PC, I installed first VS 2008 Pro and then SQL Server Developer 2008 and I'm testing on my laptop but I can't connect to database. After reading a couple of articles I knew that I can't use mdf file because I'm using SQL Developer so it needs another procedure to follow such as changing the parameters in Web.Config

Web.Config
<connectionStrings>
<add name="Connection" connectionString="Data Source=.SQLEXPRESS;AttachDbFilename=|DataDirectory|Store.mdf;Integrated Security=True;User Instance=True" providerName="System.Data.SqlClient"/>
</connectionStrings>

I tried a lot of soultion like start SQL browser Service to be on but still didn't work, also I tried to change the instance name in VS in options but also didn't work with me.

View 1 Replies

Visual Web Developer 2010 + MySQL?

Mar 26, 2011

Not sure if this is the best place for this. I am using VWD 2010 express. I want to connect to a MySQL database on my web server at 0000free, a free web hosting site. I'm not exactly sure where to start. I have looked at MySQL for .NET can't make much sense of it. I have been looking for information all over the place maybe someone here can help me.

View 1 Replies

Create App.config Only For Developer Machine

Feb 22, 2010

Can I create app.config or web.config file that applies only to my developer machine, as opposed to using the default configuration files that are checked into source control?

View 7 Replies

IIS Developer Express On XP Using Visual Studio?

Jul 16, 2010

As of recently there is a express edition of the IIS 7. It is bundled with this crazy new tool Web Matrix [URL]. A real IIS instead of the development server in Visual Studio would have many advantages. Does anybody know, if this IIS edition can be separately downloaded? Can it be installed on Windows XP (Professional) ? If yes, are there conflicts with the old IIS 5.1 on XP? Can it be integrated in Visual Studio (2008, 2010)?

View 1 Replies

Visual Web Developer Configure Method

Mar 17, 2011

I used MySql for the database and download both the ODBC and .NET connetors (drivers) for it. Everything worked. Then, about 2 years ago, the server had to be replaced and the intranet was not put back on like it was originally. I had it as the default website. The contract computer guys made itNot the default. Everything works on the site as it did except for the ASP.NET Configuration page, the one that you click on from within Visual Web Developer by going to Website>ASP.NETConfiguration.

web.config is <add name="connectionString" connectionString="Database=mydb;Data Source=localhost;User Id=xxxxx;Password=pppppp"/>
Line 23: using System.Web.Security;Line 24: Line 25: using MySql.Data.MySqlClient;Line 26: using MySql.Data.Types;Line 27:

View 3 Replies

AJAX :: Use In Visual Web Developer 2010?

Jan 10, 2010

I installed ajax control toolkit in visual web developer 2010 express, When I drag Ajax control on design area, its unable work .Otherwords I unable drag the Ajax controls I need walkthrough for ajax enable webiste

View 1 Replies

Architecture :: Developer Tools & Best Practices?

Aug 29, 2010

I use VS 2010 (C#) with SQL server 2008. I prefer to use the entity framework.

I would like to know are there any good developer tools/ways to simplify work?

View 3 Replies

Security :: Visual Web Developer .NET Configuration?

Feb 2, 2010

Chaps, I've run into this problem which is widely known and documented but I can't get it resolved. I created a new file system website in VWD. I clicked the ASP.NET Configuration icon in the solution explorer. It launches the WAT tool. I select the Security tab and I get this error:There is a problem with your selected data store. This can be caused by an invalid server name or credentials, or by insufficient permission. It can also be caused by the role manager feature not being enabled. Click the button below to be redirected to a page where you can choose a new data store.

View 5 Replies

VS 2010 SP1, Visual Web Developer, And WebMatrix?

Mar 11, 2011

Is there anything one needs to do to the website (originally built with WebMatrix) to work it under Visual Web Developer Express 2010 now that VS 2010 SP1 is out? I made a full copy of my website and tried to run it under VWD-E. Keep getting "Empty Stack" error. Have no idea of what that is, but it references code in the _AppStart.cshtml page involving the WebSecurity class and ebMail helper.

View 2 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved