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...

If(dropdownlist1.selectedIndexChanged==true)
{
//code
}
else
{
//code
}
I am getting error in If condition, so can u pls give me a
solution.

Answer Posted / gaurav k

SelectedIndexChanged is a event for the DropDown Control.
True is a bool type. We can not compare an event with bool
type like this. If we have to do somthing on the change of
the selection of an item, we can write the appropriate code
in the SelectedIndexChanged Event.

protected void DropDownList1_SelectedIndexChanged
(object sender, EventArgs e)
{
//Code
}

Is This Answer Correct ?    11 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What kind of programming language is ASP.NET?

1201


9. Why should we hire you over the others waiting to be interviewed?

2861


What is active web pages?

1008


How will you maintain versioning in asp.net 2.0?

1072


What is the use of global.asax file?

1136


Explain the components of web form in asp.net

1079


What is asp.net with mvc? : Asp.Net MVC

1029


What is a server farm in iis?

1087


Is asp.net free?

1044


What is mvc in angular?

1025


Which data type does the rangevalidator control support?

1005


What does ascx stand for?

989


What is difference between view and partial view?

976


how can we create wcf in asp.net and how can we cll that in to asp.net application?plsss tel me each step clearly

2116


What do you mean by authentication?

1120