Search - Articles - Dev Forums - Favorites - Member Login  
DevASP.NET for ASP.NET, VB.NET, XML and C# (C-Sharp) Developers Saturday, July 04, 2009

Dev Articles
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
Search:
What's New - What's Hot
Listings for Administration Tool Administration Tool (7)
Listings for Authentication Authentication (18)
Listings for Browser Browser (12)
Listings for Caching Caching (27)
Listings for code behind code behind (5)
More Categories for Configuration Configuration (4)
More Categories for Database Database (17)
Listings for Debugging Debugging (12)
More Categories for Errors and Bugs Errors and Bugs (41)
Listings for Event Log Enteries Event Log Enteries (4)
Listings for IIS IIS (6)
Listings for Introduction Introduction (7)
Listings for Migration Migration (4)
Listings for Mobile Webform Mobile Webform (4)
Listings for Multiprocessor System Multiprocessor System (2)
More Categories for Office Documents Office Documents (13)
Listings for Security & Encryption Security & Encryption (23)
More Categories for Server Application Server Application (3)
Listings for Server Controls Server Controls (29)
Listings for Server Variables Server Variables (9)
Listings for Session State Session State (9)
Listings for Tips & Tricks Tips & Tricks (75)
More Categories for Web Application Web Application (5)
Listings for Web Controls Web Controls (33)
Listings for Web Form Web Form (40)
More Categories for Web Services Web Services (3)
Listings for XML and ASP.Net XML and ASP.Net (16)
 


How to extract Unicode strings (Japanese) from an MFC edit control        
Total Hits: 7  |  Today: 0 Author: Chaitanya Seshadri       Rating:  
Read Reviews | Write Review |   Your Rating: 

This project is a small demo to show how VC++ can be used for localization of existing products. Windows 2000 is the suggested OS, as it was completely built on Unicode, and though NT was built on Unicode too, using its full capabilities is difficult. Visual Studio and Visual C++ were used to implement this tool....

How To Create Events with WebUserControl        
Total Hits: 44  |  Today: 0 Author: KennyPatel       Rating:  
Read Reviews | Write Review |   Your Rating: 

Dear Friend, Hi. This article will explain you about custom events for WebUserControl. The method which i am trying to explain you is simply known as "Event Bubbling" might you heard of this. I am not a good writer but trying to explain you. Thanks Again. In this Example i had explain the Navigation Control[like: First-Prev-Next-Last] which we are using frequently in our web project. I made a simple navigation User Control and create events which you can fire where you are using this User Contro...

How to implement Ajax tooltip using YUI in ASP.Net        
Total Hits: 20  |  Today: 0 Author: www.netomatix.com       Rating:  
Read Reviews | Write Review |   Your Rating: 

This article describes how you can implement dynamic AJAX tooltips on any element on your web page. There are quite a few good third party AJAX frameworks available out there that provide Tooltip control and they do a very good job. A lot of these frameworks reply on you creating web serivices or putting some special attributes on your methods on server side so that these frameworks can treat them special. I am not arguing if those frameworks are good or bad in their approach. I will simply pres...

How to use HttpWebRequest to send POST request to another web server?        
Total Hits: 17  |  Today: 0 Author: www.netomatix.com       Rating:  
Read Reviews | Write Review |   Your Rating: 

In classic ASP applications we had the flexibility of having multiple form tags on the same page and each form could have different target URLs and different method types. This has been kind of a limiting factor in ASP.Net applications. But this does not mean that it can not be accomplished. Micorosoft .Net framework has a very rich library and provides answers to most of the questions. It has a very handy HttpWebRequest class that can be used to send HTTP requests to any server....

How to import CSV file into Grid?        
Total Hits: 14  |  Today: 0 Author: www.netomatix.com       Rating:  
Read Reviews | Write Review |   Your Rating: 

If you are seeing this section and do not see download links, this means that you are not logged into our site. If you already are a member, click on the login link and login into site and come back to this page for downloading the control files. If you are not a member, click on registration link to become a Winista member and download the control for free....

How to Create a Web Server Farm Cache        
Total Hits: 30  |  Today: 0 Author: Dina Fleet Berry       Rating:  
Read Reviews | Write Review |   Your Rating: 

Dynamic database-driven web sites are required if your site has large quantities of data to upload, manage, and serve back to your customers. However, IT departments typically say this creates too big a load for the database -- hence many people keep the files on the hard drive along with their script pages. Not only does this not scale well when you expand from one web server to a web farm, it is hard to back-up, and the file system makes for a poor database -- lacking the transactional qualiti...

How to wrap a control completely        
Total Hits: 31  |  Today: 0 Author: Sunny       Rating:  
Read Reviews | Write Review |   Your Rating: 

Sometime ago I had blogged about the benefits of wrapping v/s deriving. To take the idea further, I decided to write a simple C# console application to show this implementation in terms of some code. I am assuming you had an opportunity to read the previous article, if not; this is really a good time to do so. The following article explains the code & its concept and a full source download is available. Just a note: This is not yet production-ready code....

Walkthrough: Developing and Using a Custom Server Control        
Total Hits: 73  |  Today: 0 Author: Microsoft Corporation       Rating:  
Read Reviews | Write Review |   Your Rating: 

The control you will create, WelcomeLabel, is a simple control that derives from the standard Label control. The WelcomeLabel class overrides some of the behavior of the Label control to provide a text string to welcome a user to a site. WelcomeLabel appends the user's name to the text string if the user's name is present in the header sent by the user's browser. For example, if the page developer sets "Hello" as the value of the Text property and the user's name is present in the header, Welcom...

How Connection Manager Connects        
Total Hits: 60  |  Today: 0 Author: Marcus Perryman       Rating:  
Read Reviews | Write Review |   Your Rating: 

I remember it was day three of the conference. I was again sitting in an icy blast of air-conditioning, my mind slightly fuzzy from two previous days of information overload—and maybe being a little too late leaving the bar the night before—listening to the lead PM expound the wonders of the all-new Connection Manager technology. I came out thinking, what's the point of all that? I mean, who needs a technology that tells me if my device is connected? At the time, connectivity was only possible v...

Limited User Problems and Split Knowledge        
Total Hits: 118  |  Today: 0 Author: Keith Brown       Rating:  
Read Reviews | Write Review |   Your Rating: 

This month I'll answer more reader questions. I'll discuss Windows Communication Foundation Web services running under normal user accounts, and the use of split knowledge and dual control of keys for protecting credit card data....

How to: Respond to User Clicks in BulletedList Web Server Controls        
Total Hits: 103  |  Today: 0 Author: Microsoft Coproration       Rating:  
Read Reviews | Write Review |   Your Rating: 

You can configure a BulletedList control to display buttons for the control's items. When users click a button, the control posts the page back to the server and gives you an opportunity to run code in response to the user's click....

How to create an ASP.NET website using Visual Web Developer? (Pictorial View)        
Total Hits: 150  |  Today: 0 Author: SheoNarayan       Rating:  
Read Reviews | Write Review |   Your Rating: 

In this article I am going to show how to start with creating an asp.net website using Visual Web Developer 2008. This article is meant for a beginners/freshers who want to learn how to create an ASP.NET website. In this article, I am going to show how to create an asp.net website using Visual Web Developer 2008 in few steps. Download Visual Web Developer from asp.net website (use this url http://asp.net/downloads/essential/) and install it. This is free of cost available and you can use it wit...


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