![]() |
| ||
| open a new window Hi i am having listbox,i want to open a new window after doubleclick of particular item in listbox in asp.net |
| ||
| Re: open a new window Hi, I may 've a solution for you. You can check it out. You need to work on ItemDatabound event, in that add attribute onDoubleClick to each of liste items & call some javascript function to open a pop up. Wish this help you.... |
| ||
| Re: open a new window Hi there, you can try this: MyListbox.Attributes["onclick"] = "window.open(...);" or... <asp: listbox ID="MyListBox" runat="server" OnClientClick="window.open(...);" /> hope that helps you. Here is a very useful site: http://www.gridviewguy.com/ArticleDe...sked_Questions |
| ||
| Re: open a new window |
| ||
| To open a new window in listitem of listbox Hi after double click of listitem in listbox a popwindow will open.i am able to get this using below code but when i clicked on another listitem.i am not able to get a popupwindow.after closing the previous one,able to get current selection. <script type="text/javascript" language="javascript"> |
| ||
| Re: To open a new window in listitem of listbox I take it my previous post did not help you ? |
| ||
| Re: open a new window Threads joined. sudhakary_rao please do not multipost for same problem, continue with original post just give updated details of the problem |
| ||
| Re: open a new window Quote:
Sorry and i got the solution |
| ||
| Re: open a new window Please mark your thread as solved and post the solution so that others may benefit from it. :-) |
| All times are GMT -4. The time now is 1:55 am. |
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC