|
4. MultiLine TextBox with Maxlength Property
|
|
Restricting length of the text in Multiline textbox is not supported in ASP.NET Web control. Though the property is available for Multiline Textbox, it is applicable only for "SingleLine" and "Password" Textmode.Using this control you can restrict the text length of multiline textbox.
|
|
Posted On : May 9, 2004
|
More...
|
Author : Saravana Kumar
|
|
|
|
3. Maintain Scroll Position Control in ASP.NET
|
|
This tool consists of a control which is used to maintain scroll position across postbacks. In ASP.NET to maintain scroll position across postbacks, we can use Smart Navigation property. Since it might create problems in some cases, we can use javascript to maintain scroll position across postbacks. This control will take care of injecting client side scripts for maintaining scroll position. You only need to set few properties for this control.
|
|
Posted On : Nov 23, 2003
|
More...
|
Author : Saravana Kumar
|
|
|
|
2. MessageBox Control in ASP.NET
|
|
This tool consists of controls which are used to show alert message box or confirmation message in ASP.NET. In ASP.NET, if you want to show message box, then you need to go for client side scripts only. But with this control, you do not need to write any client side scripts. You only need to set few properties for this control. Then this control will take care of injecting client side scripts for you.
|
|
Posted On : Sep 9, 2003
|
More...
|
Author : Saravana Kumar
|
|
|
|
1. Resource File Creator
|
|
This tool is used to create .resources file. This tool can be installed in a web server and user can directly access this tool in browser for creating .resources file. After generating .resources file, you can use al.exe to generate satellite assembly and then you can associate this resource file with corresponding Application (Main Assembly).
|
|
Posted On : Aug 19, 2003
|
More...
|
Author : Saravana Kumar
|
|
|