Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

One Listbox showing all cities. If you select one city in
list box the information related to that particular city
should be displayed in Datagrid . How do you do that?

Answer Posted / yogaraj i

protected void ddlcity_SelectedIndexChanged(object sender,
EventArgs e)
{
if (ddlcity.SelectedValue == "Any of the city name")
{
DataSet ds = GetUserInfo();
GridviewCitycity.DataSource = ds;
GridviewCity.DataBind();
}
}

Is This Answer Correct ?    2 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the Session state management options available with ASP.NET?

1087


How do you hide the columns?

1099


What is the difference between pathparam and queryparam?

1121


What is intrinsic objects in asp.net?

1296


How to do parallel database export in remote SQL Server in ESSL time track. It is working for local server but not working for remote SQL Server

6723


What is cache in asp net?

1058


Describe the sequence of action takes place on the server when ASP.NET application starts first time?

1187


What is asp.net mvc? : asp.net mvc

1175


How is it possible for .NET to support many languages?

781


Which namespace is used by ado.net?

1035


Differentiate between a page theme and a global theme?

1028


What type of code, client-side or server-side, is found in a code-behind file of a Web page?

1005


Where sessions are stored in asp.net?

1056


In a webservice, need to display 10 rows from a table. Which is the best choice among datareader or dataset?

1271


What is difference in .net 1.1 and .net 2.0?

1097