protected void DropDownList1_SelectedIndexChanged(object sender, EventArgs e) { //Use DropDownList1.SelectedItem.ToString() to Get selected Text //Use DropDownList1.SelectedValue.ToString() to Get selected value //Execute query to fetch detail of seleted item //Set result to different textboxes }
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)