Click here to Skip to main content
15,949,686 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
Hello Guys,
I want to create control which list employee name and when particular employee is selected in dropdown checklist it should provide way to comment ie. what task is assigned to him.
Is there anyway to carry out such task.

Thanks
Posted

See below article. It will be helpful to you.

Dropdown style check box list using jQuery and ASP.NET


Always search google first then in code if you have problem then post question.. :)
 
Share this answer
 
Comments
gopal2007 1-Sep-10 8:35am    
i have gone through your link before u give
but that is not my solution

so i posted, i think 2 ans gives me some hope
Possibly look at something like jqModal

http://dev.iceburg.net/jquery/jqModal/[^]

There are lots of different plugins for this type of thing, but the idea would be as follows

* User selects from the list
* Either 'on select' or after clicking some sort of action button e.g. 'comment on this employee', show the dialog
* The dialog can contain any html elements you like to capture the input from the user, e.g textarea for comment
* When user clicks OK on the dialog, perform database operation and update the employee information
 
Share this answer
 
Comments
gopal2007 1-Sep-10 8:42am    
now problem is
I have a floating DIV


This DIV is made visible when i click on a button.(display="")
Then this Div will be popped up in the browser.
My problem is that, if there is another fixed DIV in the same page, the contents of this DIV's like text fields will overlap...in my floating DIV.
In other words, i want to make my floating DIV "not" transparent
Can anybody help.

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