|
|
|
|
|
Total Hits: 190 | Today: 0 |
Author: John Peterson
|
Rating:
|
|

Prior to ASP.NET 1.x, if you wanted to implement any sort of caching in your Web-based application, you were pretty much on your own. With ASP.NET 1.x, Microsoft provided many different caching options built right in. No longer were you forced to roll your own caching solutions. In many cases, implementing caching was now as simple as adding the OutputCache directive to the top of your ASP.NET Web page and letting .NET do the rest. Only in complex scenarios were developers required to write any ...
|
|
|
|
Total Hits: 178 | Today: 0 |
Author: Scott Mitchell
|
Rating:
|
|

ASP.NET, Microsoft's latest Web-server programming technology, was released for public consumption in mid-January 2002. As developers begin to move to the technology, those who have a long background in classic ASP will likely feel a bit alienated, as the way things are done in an ASP.NET Web page can be confoundingly different than in a classic ASP page. Personally, I think these different ways of doing things are better, often requiring far fewer lines of (more readable) code to accomplish a t...
|
|
|
|
Total Hits: 321 | Today: 0 |
Author: John Peterson
|
Rating:
|
|

Recently I was asked to speak at the ASP.NET Developer Conference & Expo. I am not a big fan of public speaking, but since we were the ones putting on the conference, I figured I should do whatever I could to help out. That's right... they actually managed to get yours truly up on stage to speak about migrating from classic ASP to ASP.NET....
|
|
|
|
Total Hits: 183 | Today: 0 |
Author: PUF
|
Rating:
|
|

Resource file is one of the feature provided by Dot Net It makes application open to Global world and can be converted into respective local languages. With a single source code now it is possible to make website multilingual. This article will take you closer to therotical understanding and practical way to ASP.Net Globalization , Localization , Multilingual Concept.. Whatever name you say...!!!...
|
|
|
|
Total Hits: 265 | Today: 0 |
Author: John Peterson
|
Rating:
|
|

I'm writing this article because the issue of paths seems to come up time after time in my discussions with people who are just starting to learn about ASP. While it's not directly a part of ASP, a solid understanding of directory structure and paths comes in extremely handy when your trying to learn and / or use ASP. You ASP gurus and DOS junkies out there can just stop reading right here. On the other hand, if you ever find yourself wondering "Should that be a slash or a back-slash?" or "Wh...
|
|
|
|
Total Hits: 273 | Today: 0 |
Author: John Peterson
|
Rating:
|
|

About six months ago, Macromedia's Dreamweaver UltraDev 1.0 hit the streets. Overall it was an impressive tool but when it came down to working with ASP files, it fell a little short of the needs of the serious developer. With their latest release they seem to have addressed many of the concerns I raised in A Scripter's View of Dreamweaver UltraDev 1.0 and have released a product that can really compete for a place in any ASP developer's toolbox....
|
|
|
|
Total Hits: 250 | Today: 0 |
Author: Gary M. Williams & Rainier Gonzalez
|
Rating:
|
|

This Fall's ASP.NET Connections was originally scheduled for September 18-21, 2001, in Orlando, Florida. Because of the national tragedy that occurred immediately before the intended date, they were forced to reschedule the show. The announcement from their website follows.
Because of the recent tragic events, we have decided to cancel the Microsoft® ASP.NET Connections, VB Connections and Visual C++/C# Connections shows scheduled for September 18-21, 2001, in Orlando, Florida. We wil...
|
|
|
|
Total Hits: 119 | Today: 0 |
Author: Christian Calderon
|
Rating:
|
|

With the Classic ASP Framework you will be able to structure your ASP pages in the the same way you would do it using ASP.NET. The Framework is 100% event driven and includes most of the controls found in ASP.NET such as the TextBox, Label, GenericHTML, DropDown, CheckBox, CheckBoxList, RadioButtonList,DataRepeater, DataList, DataTable and MORE!...
|
|
|
|
Total Hits: 109 | Today: 0 |
Author: Sumit Thomas
|
Rating:
|
|

Here is a simple way to check if an Username is available using ASP.NET MVC and jQuery
Step 1: First lets create the XHTML markup for our View page(Index) as follows… view source...
|
|
|
|
Total Hits: 238 | Today: 0 |
Author: Philip Q
|
Rating:
|
|

ASP.NET is not light work, I've been reading two books at the same time, one on ASP 3 and the other on ASP.NET and its like learning two different languages (VBScript and VB.NET) and I found that treating them as different makes it easy to learn the language (from now on when I refer to language it mean VB.NET being use in ASP.NET) and adapt it to my old applications. This article will not touch all the changes (the changes from Beta 1 to Beta 2 are many many many pages alone) but I want to g...
|
|
|
|
Total Hits: 456 | Today: 0 |
Author: Abhisek Panda
|
Rating:
|
|

Consider an simple application for Login operation which has two files(Login.aspx and Login.aspx.cs). Then let us see what happens when the page is accessed for the first time. 1. The ASP.NET runtime processes the .aspx file and generates a partial class(Login) that contains the declarations for the form and its controls, and a class(Login_aspx) that contains the code that will initialise the form, instantiate the controls and generate the HTML for the web page....
|
|
|
|
Total Hits: 317 | Today: 0 |
Author: shivakumar
|
Rating:
|
|

This article is for messagebox in Asp.net. That is we have no massage feature in asp.net and it is very important to show error messages to client. so i find a simple solution for that lets see......
|
|
|
|
|
|
|