[CLOSED] How to add URL to the ext window content dynamically.

  1. #1

    [CLOSED] How to add URL to the ext window content dynamically.

     <ext:Window 
                ID="Window1" 
                runat="server" 
                Title="Hello World"  
                Icon="Application"
                Height="185" 
                Width="350"
                BodyStyle="background-color: #fff;" 
                BodyPadding="5"
                Modal="true">
                <Content>
                    This is my first <a target="_blank" href="http://www.ext.net/" id="check" runat="server"> Ext.NET</a> Window.
                </Content>
            </ext:Window>
    In the above piece of code, I wanna pass the url to href from server side. How to do that.
    Last edited by Daniil; Sep 29, 2015 at 4:34 PM. Reason: [CLOSED]
  2. #2
    Do you want to set the href attribute of the link? How would you do this if Ext.NET was not on the page?
    Geoffrey McGill
    Founder

Similar Threads

  1. Replies: 2
    Last Post: Jun 13, 2014, 9:52 AM
  2. Replies: 2
    Last Post: Aug 30, 2013, 2:49 PM
  3. [CLOSED] Reload window content when user loader dynamically
    By rthiney in forum 2.x Legacy Premium Help
    Replies: 5
    Last Post: Aug 28, 2013, 4:43 AM
  4. Replies: 2
    Last Post: Feb 17, 2012, 10:51 AM
  5. Dynamically created panel content
    By reiben in forum 1.x Help
    Replies: 0
    Last Post: Jun 14, 2011, 7:07 AM

Posting Permissions