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, November 23, 2008

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 > Articles & Samples > ASP.Net > Server Controls
Search:
What's New - What's Hot
Listings for Ad Rotator Ad Rotator (28)
Listings for Calendar Control Calendar Control (66)
Listings for DataGrid Control DataGrid Control (1097)
Listings for DataList Control DataList Control (205)
Listings for HTMLControls HTMLControls (177)
Listings for Miscellaneous Miscellaneous (74)
Listings for Panel Control Panel Control (37)
Listings for Repeater Control Repeater Control (60)
Listings for TreeView Control TreeView Control (88)
Listings for Validator Validator (130)
Listings for Web Controls Web Controls (296)
 


Anthem.PersianCalendar - .Net Persian Calendar WebControl        
Total Hits: 17  |  Today: 1 Author: Morteza Alikhani       Rating:  
Read Reviews | Write Review |   Your Rating: 

As you know, unfortunately there is no suitable Persian Calendar Control that can Implement AJAX functionality. So I decided to solve the problem in the easiest way. Thanks to Anthem Open Source AJAX toolkit, I use it to develop my new Calendar. A .Net Calendar WebControl in fact is a Table Server Control that in each cell there is a linkbutton Control. So we can make our new Calendar with this Server Control. It’s easy to use and can fill some of our basic needs. One of these basic needs is Sty...

How to Rotate Ads without Refreshing the Page using AdRotator and ASP.NET AJAX        
Total Hits: 10  |  Today: 0 Author: Suprotim Agarwal       Rating:  
Read Reviews | Write Review |   Your Rating: 

The AdRotator control in ASP.NET is extremely handy when it comes to randomly displaying advertisements on your site. However the ads are rotated only when the user refreshes the page. In this article, we will explore how you can easily rotate ads at regular intervals, without the user refreshing the page. Follow these steps: Step 1: Open VS 2008. Click File New Website. Choose ASP.NET Website from the list of installed template, choose target platform as .NET Framework 3.5, choose the desired...

Freezing ASP.Net Grid View Header With JavaScript and CSS        
Total Hits: 24  |  Today: 0 Author: Razwan Kader       Rating:  
Read Reviews | Write Review |   Your Rating: 

Frozen Header of ASP.NET GridView is a common requirement of all web developer now days. Because in the case of usability issue of any application or website, must demand frozen or fixed header of data viewing control like DataGrid, GridView, Raw HTML Table etc. You must have observed that in Excel you can freeze top cells of your spread sheet. When you scroll down the headers are always visible making your sheet more readable. The same effect is often needed in GridView control especially if y...

Javascript Dataset, Data Repeater and Grid        
Total Hits: 10  |  Today: 1 Author: Mahdi Yousefi       Rating:  
Read Reviews | Write Review |   Your Rating: 

When I develop Ajax based applications, I have one major problem. It is repeating data. I need to repeat data and build it every time in a different template. Sometimes, I need a grid and sometimes I just repeat rows in DIV for free layouts. For this, first I develop an object called "JS Dataset". When you give data to the object, it can repeat it with your template. It is possible to change the dataset template in memory to use different templates based on user action....

Top Questions about the DataGrid Web Server Control        
Total Hits: 8  |  Today: 1 Author: Mike Pope and Nikhil Kothari       Rating:  
Read Reviews | Write Review |   Your Rating: 

The DataGrid Web server control is a powerful tool for displaying information from a data source. It is easy to use; you can display editable data in a professional-looking grid by setting only a few properties. At the same time, the grid has a sophisticated object model that provides you with great flexibility in how you display the data. This paper addresses some of the questions about customizing grid display that are commonly asked in newsgroups, on Web sites, and in other developer forums. ...

Datagrid Operations        
Total Hits: 8  |  Today: 0 Author: Patel Vinay       Rating:  
Read Reviews | Write Review |   Your Rating: 

This is article/code snippet for datagrid update operation and delete operation with custome error message and enableing disabling grid operation depands on various conditions....

GridView control with Custom Sorting and Paging with Image Indicator        
Total Hits: 22  |  Today: 0       Rating:  
Read Reviews | Write Review |   Your Rating: 

This article explains the concept custom sorting and paging of a GridView control with TemplateField columns and shows the sorting order of every columns with an Image Indicator in its Header row....

Popup Master-Detail using GridView, DetailsView and JQuery with jqModal        
Total Hits: 26  |  Today: 0 Author: Muhammad Mosa       Rating:  
Read Reviews | Write Review |   Your Rating: 

Last month Matt Berseth posted very good post about how to build Master-Detail with the GridView, DetailsView and ModalPopup Controls. Today I'm going to clone his post and build the same feature using jQuery with jQuery Plugins; one for popup windows jqModal& and the other is for Color Animation. You can view a demo of this sample here [View Demo]....

Unraveling the Mysterious of the ValidationGroup Control        
Total Hits: 6  |  Today: 0 Author: AzamSharp       Rating:  
Read Reviews | Write Review |   Your Rating: 

ASP.NET validation works in mysterious ways especially when you want to validate a group of controls on the page. In this article we are going to dig deep into the ValidationGroup property and see how to validate a group of controls....

Binding Dynamic Column in GridView        
Total Hits: 11  |  Today: 0 Author: Manisky2000       Rating:  
Read Reviews | Write Review |   Your Rating: 

To add the dynamic field the following steps required.

1. Create the new Gridview control.

2. At the required position or event just create the object for the BoundField.

3. Set the DataField and HeaderText for the column (can add other properties also like following code)....

Creating a Custom Validation Control in ASP.NET        
Total Hits: 35  |  Today: 1 Author: Suprotim Agarwal       Rating:  
Read Reviews | Write Review |   Your Rating: 

The BaseValidator class defines the basic implementation needed for all Validation controls. There are 6 Validation Controls included in the ASP.NET 2.0 and ASP.NET 3.5 framework which validate controls to prevent the users from entering wrong data. However, there are a few shortcomings in these controls. The good part is that ASP.NET provides the framework to create new validation controls. If you would like to create your own validation control, you can do so by deriving a new control from the...

How to Implement the Calendar Control in ASP.NET        
Total Hits: 17  |  Today: 0 Author: Hawkfield       Rating:  
Read Reviews | Write Review |   Your Rating: 

The Calendar control is an easy to use control once you know what you are doing. It has enough features to be used in most instances where you need to display dates in calendar form. This tutorial will show you how to implement the most basic form of the Calendar control, then adjust it to make it look like an event calendar where the days containing events are marked as such. To test the code given in this tutorial, we will be using 2 files. 1 file will contain the HTML code, calendar.aspx. The...



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