TOOLTIP为makink项目文本添加下拉列表清除 [英] TOOLTIP add in dropdownlist for makink item text clear

查看:62
本文介绍了TOOLTIP为makink项目文本添加下拉列表清除的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一些下载,我填写页面加载。在页面加载方法我调用一个函数并将此下拉列表传递给此函数并绑定它,同时我将工具提示添加到此下拉列表,它工作正常。



注意: - 这个函数在页面加载中调用,并且





if(!IsPostBack)

{

BindlistControlls.FillListBox(CurrentUser,ddlReAllocation,ALLOC TYPE,CurrentSystem,,,,CurrentCompany,false,,,);

$





ddlReAllocation是下拉列表的名称,但是当我执行选择索引更改时,工具提示不会添加此下拉列表你能告诉我该怎么办吗?

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?

推荐答案

你好b $ b你想在选择下拉列表中选择什么做什么

on selectedindexchange您要添加工具提示的位置
Hi What exactly you want to do on selectedIndexchange of dropdownlist
on selectedindexchange where you want to add tool tip


这篇关于TOOLTIP为makink项目文本添加下拉列表清除的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆