ASP.NET's tag archives
RadioButtonList within a GridView using the AJAX UpdatePanel
This simple but extremely useful trick explains how to hande a radiobutton within an ASP.NET
gridview, without having to fiddle around with the sometimes cumbersome beast that javascript
is. To avoid postbacks, we'll be using ASP.NET AJAX's updatepanel.
Basically, the logic is grabbing the...

How can I speed up hashtable lookups with struct object as keys?
When you have struct objects as the key in a hashtable, the lookup operation of the hashtable performs miserably. This can be attributes to the GetHashCode() function which is used internally to do the lookup.
If a struct contains only simple value types (int, short, etc.), the algorithm which...

WMI Functions from ASP.NET
Introduction
This article demonstrates how to use WMI in ASP.NET to create a website, add a virtual folder,
and add host headers. I have tested it using Windows Server 2003 and IIS 6.
It took me three days to get it working, some hours to write the code, and the remaining time finding
out why...

Recent Comments
SVP j'ai travaille avec Dlink DCS-920,j utilise le même code mai sa marche pas malgré que le vidéo est...
Hi buddies: 10x for da code, is so useful
Thread.currentThread().sleep(500); should be written as Thread.sleep(500); since sleep is a static...
I use this service on a regular basis, thank you a thousand time for this amazing Tool...
Recent Posts
- PHP Form Validation Script
- 9 great potential open source PHP projects
- One hundred years later, how to program?
- Free Webmaster Tools
- PHP website performance improve method
- Clear squid cache file of shell script
- Using php to detect proxy
- PHP How to maintain the SESSION and the consequent Some Thoughts
Tagged with
Apache
ASP.NET
Cache objects
Cache output
clear cache
CMS
code readability
Content cache
Database
database
Development tools
Drupal Beach Theme
Drupal Templates
E-Commerce
ezSQL Database
Generate Guid
iBizPress Magazine
Java
Java code
JAVA Development
Java HTTP
Joomla Templates
LazyFeed
load balancing
Mysql database backup
MysqlDumper
Open Source
Oracle optimization
PHP
php cache
php code
PHP Database
PHP Development
PHP Guid
php upload
Programmer
ReadWriteStart
Shell
Squid cache
struct object
Template Resources
Web bookmarks
WMI Functions
WordPress Templates
Zen Cart Templates
Most Popular
- Php access Gmail/MSN/Yahoo contacts
- Capture Video from ip camera using JMF
- 10 Principles of the PHP Masters
- PHP vs. Ruby on Rails. An evolutionary story of a Web Developer and his tools.
- Online Rss Submit Tool(Beta)-Source code
- PHP and C# common encryption and decryption function class, Use of 3DES encryption and decryption
- JA Trona - The passion for beauty
- PHP-FPM on high load tips
Featured Posts
- 9 great potential open source PHP projects
- One hundred years later, how to program?
- Free Webmaster Tools
- Clear squid cache file of shell script
- PHP How to maintain the SESSION and the consequent Some Thoughts
- Install MySQL Infobright Data Warehouse
- Nginx 0.8.x + PHP 5.2.13 (FastCGI) setup Web server
- Lighttpd FasCGI PHP, MySQL chroot jail installation under Debian Linux
Copyright © 2010 Internet Resources.
