Click here to Skip to main content
15,889,867 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have some dropdown which i am filling on page load . on page load method i call a function and pass this dropdown to this function and bind it and same time i am adding tooltip to this dropdown ,it is working fine .

Note:- This Function called in page load and


if(!IsPostBack)
{
BindlistControlls.FillListBox(CurrentUser, ddlReAllocation, "ALLOC TYPE", CurrentSystem, "", "", "", CurrentCompany, false,"","","");
}


ddlReAllocation is the name of dropdownlist but when i perform select index change then tooltip does not add in this drop down so can you tell me what should i do?
Posted

1 solution

Hi What exactly you want to do on selectedIndexchange of dropdownlist
on selectedindexchange where you want to add tool tip
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900