|
Features
|
Professional
|
|
General
|
|
|
Written completely in C#, works with .NET Framework 1.1 and 2.0
|
X
|
|
Supports ASP.NET applications
|
X
|
|
Supports IE browser
|
X
|
|
Programmers Guide and API Reference in HTML format
|
X
|
|
API Reference in Microsoft Help format
|
X
|
|
Fully featured demos in C# and Visual Basic .NET
|
X
|
|
Controls Management
|
|
|
Set controls to blink
|
X
|
|
Disable/Enable controls in batch
|
X
|
|
Prevent user from Pasting data into the control
|
X
|
|
Prevent user from Selecting data from control
|
X
|
|
Select specified part of text on the control being loaded
|
X
|
|
Set Focus
|
X
|
|
Set coordinates
|
X
|
|
Set Z-Order
|
X
|
|
Make the DropDownList become auto-drop
|
X
|
|
Sort a ComboBox or ListBox
|
X
|
|
Page Management
|
|
|
Close Page
|
X
|
|
Disable/Enable all controls in webform
|
X
|
|
Disable the auto complete behaviour
|
X
|
|
Prevents page being referred from frame
|
X
|
|
Set the title
|
X
|
|
Control the postback by setting a timer
|
X
|
|
Windows Management
|
|
|
Maximize window
|
X
|
|
Resize window
|
X
|
|
Move window
|
X
|
|
Open new window with with advanced controlling
|
X
|
|
Open modal or modaless window
|
X
|
|
Messaging Routines
|
|
|
Display temporary text to textbox
|
X
|
|
Show a temporary message when the specified control gains focus
|
X
|
|
Show message box
|
X
|
|
Show message box and make the client browser redirect to specified url
|
X
|
|
Display the given text in the status bar of browser
|
X
|
|
Display tool tips
|
X
|
|
Display tool tips at the bottom
|
X
|
|
Scroll tool tips
|
X
|
|
WebForm Data Entry Features
|
|
|
Retrieve the user input data from a popup modal form in parent page
|
X
|
|
Checks if Caps-Lock is on
|
X
|
|
Add confirm logic to button
|
X
|
|
Specify Auto-Complete for a given set of controls
|
X
|
|
Covert all user input characters to UpperCase/LowerCase
|
X
|
|
Adds mask to TextBox control
|
X
|
|
Restricts user to input certain type of value
|
X
|
|
Restricts user input to numbers or characters only
|
X
|
|
Validate a specified control
|
X
|
|
Event Handling
|
|
|
Map keystroke to a button's OnClick method
|
X
|
|
Maps keystroke to open a URL
|
X
|
|
Maps keystroke to customizing JavaScript function
|
X
|
|
Adds JavaScript event to the control
|
X
|
|
Database Oriented Features
|
|
|
Convert DataView to DataSet
|
X
|
|
Cross join two Data Tables
|
X
|
|
Distinct the rows in given DataTable
|
X
|
|
Select specified columns from a given DataTable
|
X
|
|
Union join two Data Tables
|
X
|
|
Data Objects Manipulation
|
|
|
Get the coordinates of webcontrol
|
X
|
|
Get the Z-Order of the webcontrol
|
X
|
|
Monitor the count of characters and words in text control
|
X
|
|
Get all numbers contained in a string
|
X
|
|
Get all the text except the html tags from a string
|
|