I have developed Multiple selection dropdownlist Custom Control. Below are the preview of control. This is a Custom Control which you can use in asp.net.
Features :
- Allow multiple selection.
- Support Design Time Data Binding.
- Quick Search through the list.
- Select / Unselect all items
- Persist value after postback.
- Multiple control can be use in the same page.
Download Here
------------
-----------
-------------
------------
-------------
Download Here
Regards
Deepak Rai
+919823138839
deep.k.rai@gmail.com
30 comments:
There is no code base or download link. Kindly provide the same.
Thanks,
Sandeep.
Please provide the code or a donwload link.
Thanks
Anybody try this control? Does it work properly?
it doesn't work properly in Firefox.
Any idea??
Sorry friend. I changed the Location of file and forgot to update. Now check it.
You are right. It doesn't work properly in Mozilla. I need some more efforts to make it Mozilla compatible.
How do you install it? Where do the components go? Can I convert to VB? The rest of my project is VB because is what I am familiar with.
Thanks.
hey i was wondering about how do i get this working and integrating it into my work...thank you!
It doesn't work when it is embedded to asp control like Formview.. And still doesn't work properly in Firefox
hi,
I am very interested in this control "multiselect DropDownList.
I do some modifications on it.
except that I wish I had a partial load of the page when the postback is enabled.
how can enable the asynchronous postback?
thank you in advance.
so that it works in Firefox, you must place the code below in multiselect.js file, instead of:
document.attachEvent('onclick',handleClick);
and the code to put:
// Method for browsers that support addEventListener, e.g. Firefox, Opera, Safari
if (window.addEventListener != null)
{
window.addEventListener('onclick',handleClick, true);
}
else
{
document.attachEvent('onclick',handleClick);
}
thank you HANNIBAL82_ for your suggestion. I will try that. :)
The control is not working in mozilla when included the master page.Can any one Suggest the sollution?
This control is free? do you can ti share the source?
I referenced the Dll in my asp.net project and used the Dropcheck control as shown in example.
Only difference is i have this control placed in a content page.
It gives me 'Microsoft JScript runtime error: Object required'
But i am able to see the Control with that ID through view source
Please Help!!
Thanks
hello every one
As given code is not working in master page properly .
I have remove exception now it working fine if any one want that changes which is done by me can direct mail me
jayant.jakes@gmail.com
software developer
hello every one
As given code is not working in master page properly .
I have remove exception now it working fine if any one want that changes which is done by me can direct mail me
jayant.jakes@gmail.com
software developer
Hello every one
Given code is not working properly
in master page.
I have remove all exception from it .
If any budy want to take my updated code than contact me on my Id
jayant.jakes@gmail.com
9893525866
Hi,
This control is really cool, however, it runs fine on your test project, but when I added it on my web application I get the error:
""
and its referring to the DropCheck control. The control is null when I referred to the javascript.
How can I fix this?
Hi Deepak Rai
thanks for such nice control,
i'm using this control its working fine for me.
but i have put a single change so that is can work in Mozilla properly.
In multiselect.js file search for
function placeDiv(objid) and
in inner most for loop add else clause like bellow
else { label[i].style.color = "black";
}
Hi, well be sensible, well-all described
great control...only I am struggling with one issue...I need a second value stored somewhere (hidden field)...You currently show the "value"...I have changed it to show me the "text"...but I also need to be able to retrieve the "values" selected as well...I can't seem to figure out how I would go about doing this...I would really appreciate any help as I am under a tight deadline...
Thanks,
Scott
Thank .............
Hi Guys got nice DropDownList control in JQuery. I will try to convert it in asp.net control.
http://dropdown-check-list.googlecode.com/svn/trunk/doc/dropdownchecklist.html
Please take a look of Multi-Select List Field. It's a powerful searchable multi-select drop down list with validations, tooltip, and much more...
Richard Xiong
Author of XField Suite
Hi, Its a nice control but i am facing problem while implementing it with MASTER page. Can u pls email me the sol asap ... my email id is aryanthepicesian@gmail.com
thanks in advance
I have some postback issue with controls.
Here are some cases.
1) If there two or more instances of this control on a page and autopostback property is set to False. it is working fine
2)If there two or more instances of this control on a page and autopostback property is set to True. it is working fine.
3)If there two or more instances of this control on a page and autopostback property is set to True for only one of them then, all the other controls are having postback.
Hi, I need a similar control like this, but I need to set a maximum check selected. With your control is possible?
Thanks,
Simone
How to avoid multiple postbacks whe autopostback is set to true? Thanks
no way to get and set "Value". Otherwise it would have been useful.
Post a Comment