|
|
|
|
|
Total Hits: 17 | Today: 1
|
Author: Morteza Alikhani
|
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...
|
|
|
|
Total Hits: 10 | Today: 0
|
Author: Suprotim Agarwal
|
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...
|
|
|
|
Total Hits: 24 | Today: 0
|
Author: Razwan Kader
|
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...
|
|
|
|
Total Hits: 10 | Today: 1
|
Author: Mahdi Yousefi
|
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....
|
|
|
|
Total Hits: 8 | Today: 1
|
Author: Mike Pope and Nikhil Kothari
|
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. ...
|
|
|
|
Total Hits: 8 | Today: 0
|
Author: Patel Vinay
|
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....
|
|
|
|
Total Hits: 22 | Today: 0
|
|
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....
|
|
|
|
Total Hits: 26 | Today: 0
|
Author: Muhammad Mosa
|
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]....
|
|
|
|
Total Hits: 6 | Today: 0
|
Author: AzamSharp
|
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....
|
|
|
|
Total Hits: 11 | Today: 0
|
Author: Manisky2000
|
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)....
|
|
|
|
Total Hits: 35 | Today: 1
|
Author: Suprotim Agarwal
|
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...
|
|
|
|
Total Hits: 17 | Today: 0
|
Author: Hawkfield
|
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...
|
|
|
|
|
|