Author: Meera Academy

Posted in ASP.Net Controls

LinkButton Control in ASP.Net.

ASP.Net LinkButton Control – LinkButton is displayed same as link on web page, but it allow user to write some server code on linkbutton click events.

Continue Reading LinkButton Control in ASP.Net.
Posted in ASP.Net Controls

HyperLink Control in ASP.Net

ASP.Net HyperLink Control – HyperLink control is used to redirect user to other page in asp.net. In asp.net link one web forms to other using hyperlink control.

Continue Reading HyperLink Control in ASP.Net
Posted in ASP.Net Controls

Button Control in ASP.Net.

ASP.Net Button Control – The Button control in asp.net is used to display a simple push or click button on web forms. Button control allow user to write server code for programming.

Continue Reading Button Control in ASP.Net.
Posted in ASP.Net Controls

Literal Control in ASP.Net.

ASP.Net Literal Control – The Liter control in asp.net is used to display a simple message on web page. we can not apply any style on literal control. Literal control text is simple black color text.

Continue Reading Literal Control in ASP.Net.
Posted in ASP.Net Controls

Label Contol in ASP.Net.

ASP.Net Label control – The Label control is used to display formatted text on web page in asp.net. The label control display text on webpage.

Continue Reading Label Contol in ASP.Net.