Year End Featured Download: CMS400.NET
Ektron's Web Content Management system gives you all the tools you need to create, deploy, and manage your Web site - all rolled into one application.
http://www.webproasp.com/2005/1229.html
| 12.29.05 |
|
Give Your Business Users More Control Over Their Web Projects
Want to encourage repeat site visits? Capture and easily process visitor information?
Do you want to make information more findable? Are you looking for a more efficient
way to deploy your Web site?
http://www.webproasp.com/2005/1118.html
| 11.18.05 |
|
Optimize
ASP.NET Pages By Reducing The Size Of The VIEWSTATE
One way
to optimize the pages you develop with ASP.NET is to keep a check on the view
state of the page and the controls that are added to the page. http://www.webproasp.com/2005/1111.html
| 11.11.05 |
|
How
To Use AdRotator Control In ASP.Net? |
Using
A Custom Base Class For Your ASP.NET Page's Code-Behind Classes
One of
the many benefits of object-oriented programming is that it allows for reuse of
logic. For example, classes can be created that contain a base level of functionality.
http://www.webproasp.com/2005/0914.html
| 09.14.05 |
|
ASP
to ASP.NET Migration Strategy
Making
the appropriate selection of an ASP to ASP.NET migration strategy is not always
clear cut. As a developer, you would probably be tempted to rewrite the entire
web application in Microsoft .NET from scratch. However, your manager might not
be as enthusiastic as you are to this idea. http://www.webproasp.com/2005/0826.html
| 08.26.05 |
|
Syndicating
Your Web Site's Content With RSS And ASP.NET
About
a year ago I wrote an article titled, Syndicating Your Web Site's Content with
RSS.In that article,
I looked at how you can provide programmatic access to your site's latest content
through an XML-formatted syndication standard known as RSS. http://www.webproasp.com/2005/0721.html
| 07.21.05 |
|
ASP.NET
And IIS Serve More Fortune 1000 Sites Than Any Other Web Server Technologies
A new
survey of the 2005 Fortune 1000 Web sites reports that Microsoft's ASP.NET, ASP,
and Internet Information Services (IIS) serve the majority of leading U.S. corporate
sites. http://www.webproasp.com/2005/0617.html
| 06.17.05 |
|
Remote
And Local ASP Debugging Tool |
Creating
PGP-Encrypted E-Mails Using ASP |
Unify
Windows Forms and ASP.NET Providers for Credentials Management
Windows
Forms intranet applications often resort to storing user credentials in a database
even when deployed in a homogenous Windows environment. This stems from the limitations
of using Windows accounts. For ASP.NET applications, the Microsoft® .NET Framework
2.0 provides out-of-the-box custom credentials management. http://www.webproasp.com/2005/0401.html
| 04.01.05 |
|
Streaming
with Windows Media Services and ASP.NET
I love
my music. Like many people these days, I have ripped my entire CD collection to
MP3 and I buy all my music online. I am also pretty impatient. I never jumped
on the 256MB MP3 player bandwagon because I couldn't figure out what songs I couldn't
live without. Now things have changed. I use a 30GB MP3 player but I am running
out of room. http://www.webproasp.com/2005/0304.html
| 03.04.05 |
|
Using
ASP.NET To Prompt A User To Save When Leaving A Page
Previously
I wrote an article titled Prompting a User to Save When Leaving a Page, which
looked at how to use the client-side onbeforeunload event to display a confirmation
messagebox when a user attempted to leave a data-entry page after having modified
the data's contents without explicitly saving the data. http://www.webproasp.com/2005/0204.html
| 02.04.05 |
|
Perform
HTML form validation with ASP.NET |