ProgressBar Control in C#.Net image
ProgressBar Control in C#.Net

A ProgressBar control is used to represent the progress of operation that takes time to complete operation where a user has to wait for the operation

14 year ago | 32709 |
WebBrowser Control in C#.Net image
WebBrowser Control in C#.Net

WebBrowser Control Enables to navigate Web pages inside your form. Navigate method of WebBrowser Control - Loads the document into the WebBrowser cont

14 year ago | 27803 |
FlowLayoutPanel Control in C#.Net image
FlowLayoutPanel Control in C#.Net

The FlowLayoutPanel dynamically repositions the controls it contains. The FlowLayoutPanel also supports Scroll when the AutoScroll property is set to

14 year ago | 27695 |
SplitContainer Control in C#.Net image
SplitContainer Control in C#.Net

A SplitContainer has two panels. The first panel is represented by Panel1 and the second panel is represented by Panel2. These panels can have th

14 year ago | 19305 |
RadioButton Control in C#.Net image
RadioButton Control in C#.Net

RadioButton Control in C#.NetTheRadioButton controls are used when we need to make multiple sets of choices available, but we want the user to selec

14 year ago | 20421 |
Menu Strip Control in VB.Net image
Menu Strip Control in VB.Net

MenuStrip provides a menu system for a form. Creating MenuStrip ControlDrag and drop MenuStrip control from the toolbox on the window Form.Insert t

15 year ago | 21374 |
RichTextBox Control in VB.Net image
RichTextBox Control in VB.Net

The RichTextBox Control in VB.NetThe RichTextBox allows formatting the text. It also provides the facility to save the text in the file and restore

15 year ago | 36487 |
Ajax Toolkit MultiHandleSliderExtender Control in ASP.Net image
Ajax Toolkit MultiHandleSliderExtender Control in ASP.Net

MultiHandleSliderExtender enable to handle multi slider in .Net web application. MultiHandleSlider Properties:Minimum - Minimum value allowed.Maximum

15 year ago | 25331 |
Ajax Toolkit DropShadowExtender in ASP.Net image
Ajax Toolkit DropShadowExtender in ASP.Net

Drop Shadow is an extender which applies a "Drop Shadow" to a Panel. It allows you to specify how wide the shadow is as well as how opaque it is, or i

15 year ago | 16685 |
Ajax ToolKit AlwaysVisibleControlExtender in ASP.Net image
Ajax ToolKit AlwaysVisibleControlExtender in ASP.Net

AlwaysVisibleControlExtender is used to define area of content on user interface to remain visible when user scrolls around the rest of the content of

15 year ago | 19633 |