User Profile

Collapse

Profile Sidebar

Collapse
kiran143
kiran143
Last Activity: Sep 24 '08, 05:11 AM
Joined: Sep 24 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • kiran143
    replied to Get all selected values from listbox
    in .NET
    i have an example which i got from internet
    Code:
    <asp:Label id="Message" runat="server"></asp:Label>
        <br />
        Which city do you wish to look at hotels for?<br />
        <form runat="server">
            <asp:listbox id="list1" runat="server" selectionmode="multiple">
                <asp:listitem>A</asp:listitem>
    ...
    See more | Go to post
    Last edited by Curtis Rutland; Sep 27 '08, 09:58 PM. Reason: Use [CODE] [/CODE] tags when posting any code.

    Leave a comment:


  • actually i have not tried panel but i have a javascript code

    function pop()
    {
    window.showModa lDialog(Name of the file to be opened as a POPUP.aspx',nul l,'status:no;di alogWidth: ;dialogHeight: ;dialogHide:tru e;help:no;scrol l:yes');
    }

    in page load Call the Java script

    ButtonId.Attrib utes.Add("OnCli ck", "javascript:pop ();");...
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...