Click here to Skip to main content
15,918,041 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
hi, techies
I have a dynamic list of link buttons. i need a window for each linkbutton clicked. (Something like FB chat) .

Please telme a simple way to do that..

Thanks in advance
Posted

1 solution

Create a delegate to handle the linkbutton Click event, then in your event code you'll have a "Object Sender" parameter, which tells you which link button was clicked, and you can go from there
 
Share this answer
 
Comments
Athulk 22-May-13 23:15pm    
Thanks MarqW, Can you be more specific, like with a simple example.I am new to programming.Please
Athulk 24-May-13 1:15am    
Plese.......:)
Athulk 24-May-13 1:16am    
I created it, and the code is working, but when the second button is clicked the previous div is removed

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