Search - Articles - Dev Forums - Favorites - Member Login  
DevASP.NET for ASP.NET, VB.NET, XML and C# (C-Sharp) Developers Friday, September 03, 2010

Dev Articles
Search Directory
ASP.NET
VB.Net
C-Sharp
SQL Server
 

Build the right apps the right way with powerful development tools.
Visual Studio 2010. Learn more...

Home/Search / What's Hot
Search Result: Found 30 sites

Sub report in GridView using AJAX        
Total Hits: 34621  |  Today: 45 Author: Erode Senthilkumar       Rating:  
Read Reviews | Write Review |   Your Rating: 

In this article, I will be explaining about the sub report in the grid view. I took northwind database as example for this demonstration....

Code Samples for Visual Basic .NET        
Total Hits: 11637  |  Today: 4 Author: MSDN       Rating:  
Read Reviews | Write Review |   Your Rating: 

Download these Visual Basic .NET samples to learn more about building Microsoft Windows-based applications, Web applications, and XML Web services....

Simple chat application for ASP.NET        
Total Hits: 2938  |  Today: 4 Author: Albert Pascual       Rating:  
Read Reviews | Write Review |   Your Rating: 

And why not, how to create an easy chat room for your web site? Well, the best way is to use a nice database to store messages; however, for demo purposes, I'll use a static array. I know, you won't be able to use it in your web farm. Take this article as the concept, not as a solution. This simple web chat program is intended to work in any browser supporting "<"iFrame">". Also, you can select multiple chat rooms. Why not extend from there and more from channel to channel....

Building a Simple Chat Application        
Total Hits: 2651  |  Today: 4 Author: 4guysfromrolla       Rating:  
Read Reviews | Write Review |   Your Rating: 

Nothing helps grow a community-based Web site than an easy-to-use chat room. In fact, the Internet is really a gigantic chat room, with millions of people sharing suspended chatting through the form of email or more lively chatter on a community site's chat application. This article looks at the fundamentals for creating a chat room application, presenting code to a simple chat application submitted by 4Guys reader Gordon C. in the earlier ASP Connections Programming Challenge Contest....

ATLAS AUTO-SUGGEST TEXTBOX        
Total Hits: 228  |  Today: 4 Author: AzamSharp       Rating:  
Read Reviews | Write Review |   Your Rating: 

Atlas Project has been introduced by Microsoft which works with the ASP.NET 2.0 framework. Atlas enables your controls to make client side calls and hence save the roundtrip to the server. This also means that by using Atlas you can refresh your page without making a Postback. In this article I will demonstrate that how you can use the AutoCompleteExtender control which ships with the Atlas framework....

Populating TreeView Using Database        
Total Hits: 1112  |  Today: 4 Author: AzamSharp       Rating:  
Read Reviews | Write Review |   Your Rating: 

ASP.NET 2.0 came out with tons of new controls which helps the developer to speed development. Among all the new controls TreeView control stands out as one of the most important and useful control. TreeView control enables you to display the data in hierarchical form. TreeView control also allows you to embed different ASP.NET controls within it. In this article we will see that how we can populate a TreeView control from the database....

Silverlight Unit Test Framework source code released        
Total Hits: 84  |  Today: 4 Author: jeff wilcox       Rating:  
Read Reviews | Write Review |   Your Rating: 

A week ago, we gave the world the first release of the Silverlight Toolkit. Shawn Burke told you that we’re agile, and that we have a neat release model. The fun continues! Today, the source code to the Silverlight Unit Test Framework is available with the same open source license. It is checked in to the source control for the toolkit on CodePlex....

Creating Guestbook using XML and ADO.NET        
Total Hits: 875  |  Today: 3 Author: Enrico Elizar Samuel       Rating:  
Read Reviews | Write Review |   Your Rating: 

Different types of guestbooks have been created by web developers around the world. Assuming people don't get enough with guestbooks, I would like to add another one. My objective is not to produce a complete, ready to deploy guestbook, but merely to demonstrate the capabilities of .NET Framework to deal with XML files and XML Schema through ADO.NET objects. This guestbook is kept simple and straightforward, so you could modify it easily to suit your needs or cater more demanding tasks....

Analog clock control in C#        
Total Hits: 930  |  Today: 3 Author: Syed Mehroz Alam       Rating:  
Read Reviews | Write Review |   Your Rating: 

This article shows how to create an analog clock control in C# using simple and efficient coding, and such that it adjusts itself whenever resized to new dimensions. There are certain settings to make the control customizable. Being a component, we can add our control to the toolbox, drop it on a form, and draw it to any dimension, it will look fine. This article is for you if you are new to C# controls but quite familiar with C# and its syntax. It also assumes that you have some basic knowledge...

Introduction of ASP.NET AJAX Toolkit - CollapsiblePanel        
Total Hits: 612  |  Today: 3 Author: James Wu       Rating:  
Read Reviews | Write Review |   Your Rating: 

The ASP.NET AJAX Toolkit is a new and powerful control in ASP.NET 2.0. It is designed for you to develop web applications that are more responsive, faster, and put fewer loads on the network, and in particular took .NET-based Ajax framework. This article will use one of ASP.NET AJAX Toolkit’s controls – CollapsiblePanel to demonstrate the benefit by using it....

File Upload with AJAX.NET Progress Bar        
Total Hits: 414  |  Today: 3 Author: Majid Malik       Rating:  
Read Reviews | Write Review |   Your Rating: 

In this short article I will try to explain how to show, during a File Upload, a Progress Bar using AJAX.NET Web Server Contrls ScriptManager and UpdatePanel. This demo/sample involves an HTTPModule which is used to
intercept the uploaded file. This interception operation off-loads the file
data chunck by chunck and enables a Progress Bar as well as enables virtually
unlimited file sizes in the upload....

Using the ASP.NET AJAX ModalPopup in an ASP.NET 3.5 Application    Version: 0.00       Price: $0.00   
Total Hits: 14  |  Today: 3 Author: Malcolm Sheridan       Rating:  
Read Reviews | Write Review |   Your Rating: 

When developing an ASP.NET application, one important aspect that is difficult to code against is stopping users clicking controls on a page when they have already submitted a request. There are several ways to do this, the most common being a JavaScript function to disable control elements after an event has been raised. Thankfully this task is a lot easier thanks to the Ajax Control Toolkit and the ModalPopup control. The Ajax Control Toolkit is a separate download that is built on top of the ...

Simple .Net Chat Application      Price: Free   
Total Hits: 5285  |  Today: 2       Rating:  
Read Reviews | Write Review |   Your Rating: 

A simple chat application developed in ASP.NET. Based on application variables. Displays user status, whether idle or active on chat room....

Creating a Design Surface using Windows Forms and GDI        
Total Hits: 4354  |  Today: 2       Rating:  
Read Reviews | Write Review |   Your Rating: 

This download is the sample code from the article, "Creating a Design Surface using Windows Forms and GDI+." It includes a graphical design surface created using VB.NET and the System.Drawing classes....

ASP.NET ComboBox Web Control    Version: 1.0       Price: Free   
Total Hits: 6516  |  Today: 2       Rating:  
Read Reviews | Write Review |   Your Rating: 

The ComboBox Web Control was recently released to the development community as a 100% freebie (C# coded included). With ‘Auto Search’ activated watch the control populate the drop-down as you type. The ‘Auto Search’ functionality is achieved through client-side scripting, which means no round trips to the server. Supports Microsoft Visual Studio Design Time environment....


1   2    Next >> 

Search Result: Found 30 sites
DevASP.Net - Disclaimer - Privacy
© 2002-2010 DevASP.net