As of today there are many .NET controls developed for various technologies such as ASP.NET, Windows forms, HTML, Jquery, compression etc. Here are the list of controls available in detail.
Developed By
Controls for
Features
Comments
DevExpress
WinForms
ASP.NET
ASP.NET MVC
WPF
SilverLight
Windows 8
IOS
Touch Enabled Apps
Reporting
Charting
Data Grid & Rich Text Editors
Ribbon, Menu, Docking
Pivot Grid,Scheduler,...
public string aboutme {
var known = { { "C#" , "Javascript" }, { "ASP.NET", "MVC" } };
return known.ToJson();
}
Monday, 16 July 2012
Monday, 9 July 2012
Alert dialogue with DevExpress controls
Although DevExpress provides various set of ASP.NET control, but still sometimes all controls that are available out of the box might not be suited to what you would like to achieve. One such simple requirement is display customized alert dialog box.
Let look into detail explanation of how this can be achieved. All you need is to add ASPxPopupControl as the last element of your master page
...
Labels:
DevExpress
Display loading panel while page loads
Recently I started using DevExpress controls and am quite suppressed at how easy they are to be used. On one occasion the requirement was to show a loading text/gif until processing is completed on the server.
Here is how this can be achieved.
1. First place a "ASPxLoadingPanel" to show loading text
2. Add "ASPxCallbackPanel"
3. Add script block to show loading panel...
Labels:
DevExpress
Subscribe to:
Posts (Atom)