Mapping virtual path to physical path using Server MapPath method Example Part 20

Mapping virtual path to physical path using Server MapPath method Example Part 20

In this video tutorial we are going to learn and understand how can we Mapping virtual path to physical path using Server MapPath method and kudvenkat will explain Mapping virtual path to physical path using Server MapPath method with great details. Excellent video from Kudvenkat

Read Interview Questions

Mapping virtual path to physical path using Server MapPath method Mapping virtual path physical path Server MapPath method Example


Mapping virtual path to physical path using Server MapPath method Part 19

Binding an asp.net dropdownlist with an XML file - Part 18

Data bind asp.net dropdownlist with data from the database Part 17

ASP.NET Video Tutorial on  Dropdownlist control Part 16 By Kudvenkat

ASP.NET Video Tutorial on Dropdownlist control Part 16 By Kudvenkat

Use the DropDownList control to create a single-selection drop-down list control. You can control the appearance of the DropDownList control by setting the BorderColor, BorderStyle, and BorderWidth properties. To specify the items that you want to appear in the DropDownList control, place a ListItem object for each entry between the opening and closing tags of the DropDownList control. The DropDownList control also supports data binding. To bind the control to a data source, create a data source, such as a System.Collections.ArrayList object, that contains the items to display in the control. Then, use the Control.DataBind method to bind the data source to the DropDownList control. Use the SelectedIndex property to programmatically determine the index of the item selected by the user from the DropDownList control. The index can then be used to retrieve the selected item from the Items collection of the control.

Read Interview Questions

ASP.NET Video Tutorial Dropdownlist control Video Tutorial By Kudvenkat what is dropdownlist control


Command Event of an asp.net button control Part 15 by Kudvenkat

ASP.NET Button, LinkButton and ImageButton Controls Part 14 by Kudvenkat

ASP.NET Button, LinkButton and ImageButton Controls Part 14 by Kudvenkat

LinkButton control is a control just like a Button control along with the flexibility to make it look like a Hyperlink.ImageButton control is used to post the form or fire an event either client side or server side. Its like a asp:Button control, the only difference is, you have the ability to place your own image as a button.Button control is used to post the form or fire an event either client side or server side. Button control is generally used to post the form or fire an event either client side or server side.

Read Interview Questions

ASP.NET Button LinkButton and ImageButton Controls


ASP NET Hyperlink control Part 13 by Kudvenkat

ASP NET Hyperlink control Part 13 by Kudvenkat

HyperLink is an asp.net web server control. we can display a hyperlink on a web form page by inserting a HyperLink server control on the page. hyperlink sever control can render as either text or as graphics. hypelink control generate a link that allow users to navigate another page or another location on the same page. NavigateUrl property value store the link destination. to display hyperlink control as a text we need to set the Text property value and to display as an image set the ImageUrl property value. if we set both ImageUrl and Text property values, ImageUrl takes precedence.

Read Interview Questions

ASP NET Hyperlink control Hyperlink control Hyperlink control Video


ASP NET CheckBox Control Part 12 by Kudvenkat

ASP NET CheckBox Control Part 12 by Kudvenkat

CheckBox is an asp.net web server control. checkbox allow web site visitor to select (checked) a true or false condition. so the checkbox control create a checkbox on web forms page which allow user to switch between a true or false state. checkbox Text property create a caption for it. we can left or right align caption by using checkbox TextAlign property.

Read Interview Questions

ASP NET CheckBox Control CheckBox Control ASP NET CheckBox Control Video


ASP.NET Radio Button control Part 11  by Kudvenkat

ASP.NET Radio Button control Part 11 by Kudvenkat

radiobutton control lets you make a group of radiobuttons with other radiobutton. if you set it's GroupName property same for multiple radiobuttons then all radiobuttons with same name act as a single group. within a group you can only select one radiobutton at a time. radiobutton group work as like radiobuttonlist. with radiobutton control you can more customize it than radiobuttonlist items.

Read Interview Questions

ASP.NET Radio Button control Radio Button control ASP.NET Radio Button