Search   Articles   Dev Forums   Personalize   Favorites   Member Login   ASP.Net Hosting
DevASP.NET for ASP.NET, VB.NET, XML and C# (C-Sharp) Developers Sunday, May 18, 2008

Search Directory
ASP.NET
VB.Net
C-Sharp
SQL Server
 
FREE 12 month online training for ASP.NET & MS Expression Studio and a Free copy of MS Expression Web with Windows Server Purchase

Home > Search > Knowledge Base > ASP.Net > Administration Tool
Search:
What's New - What's Hot

Auto postback in ASP.NET        
Total Hits: 26  |  Today: 0 Author: Sigurd Johansen       Rating:  
Read Reviews | Write Review |              Your Rating: 

As far as I’m concerned there is no way to make a postback to the server from an aspx Web Page at a regular time schedule.

I’m developing a project that needs a postback every 30 sec to refresh the values from the server as a postback. I have been looking for a solution for a long time and have come up with this.

I have been considering the meta http-equiv="refresh" content="30", but it is a big difference between a refresh like this and a postback every 30 sec in an aspx page. A p...

HOW TO: Analyze ASP.NET Web Application Performance by Using the Performance Administration Tool        
Total Hits: 438  |  Today: 0 Author: MSDN       Rating:  
Read Reviews | Write Review |              Your Rating: 

This step-by-step article describes how to analyze ASP.NET Web application performance by using the Performance Administration tool. ASP.NET provides a lot of information through standard performance counters. The standard performance counters can be monitored by using the Performance snap-in. This information is useful for system administrators who must understand the performance characteristics of an ASP.NET application. The performance counters can reveal the time it takes to render pages, th...

HOW TO: Use the Performance Administration Tool to Analyze Performance of .NET Framework-based Windows Application        
Total Hits: 10  |  Today: 0 Author: Microsoft       Rating:  
Read Reviews | Write Review |              Your Rating: 

This article describes how to use the Performance Administration Tool to analyze the performance of .NET Framework-based Windows applications.

Performance monitoring for .NET Framework applications differs from conventional Windows applications in several ways. The most fundamental difference is that applications are executed by the common language runtime (CLR). The common language runtime accepts requests for resources from applications, determines whether the application is permitted t...

MS Word Automation from ASP.NET and Publishing        
Total Hits: 17  |  Today: 0 Author: Hari Narayanan       Rating:  
Read Reviews | Write Review |              Your Rating: 

This article provides details on how to perform MS Word Automation from ASP.NET. It also includes details on how to make the Automation feature work after publishing the files to the Web Server (Windows 2000 Server / IIS 5)....

System.Web.Mail and the pickup directory        
Total Hits: 15  |  Today: 0 Author: Daniel Fisher (lennybacon)       Rating:  
Read Reviews | Write Review |              Your Rating: 

When you send e-mail using System.Web.Mail and the local SMTP server, you can avoid the roundtrip to the network and use the pickup directory....

HOW TO: Set Current Culture Programmatically in an ASP.NET Application        
Total Hits: 47  |  Today: 0 Author: Microsoft       Rating:  
Read Reviews | Write Review |              Your Rating: 

This step-by-step article describes how to change the current culture and current UI culture in an ASP.NET application. In the .NET Framework, the CultureInfo class from the System.Globalization namespace provides culture-specific information such as the associated language, country/region, calendar, and cultural conventions. The CurrentCulture property represents the culture that the current thread uses. The CurrentUICulture property represents the current culture that Resource Manager uses to ...



DevASP.Net - Disclaimer - Privacy
Copyright © 2008 DevASP.net