how to use showmodal dialog in navigate url of hyperlink .Hyperlink is in Grid View

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • gagonm
    New Member
    • Oct 2007
    • 26

    how to use showmodal dialog in navigate url of hyperlink .Hyperlink is in Grid View

    Hi
    I have a code something like
    Code:
    <gridview>
    <asp:template>
    <asp:hyperlink navigateurl='<%PrepareURL(eval(x))%>'
    </asp:template>
    </gridview>
    I want that I should be able to write code something like this

    Code:
    <gridview>
    <asp:template>
    <asp:hyperlink navigateurl='<%javascript:window.showmoal(PrepareURL(eval(x)),,...)%>'
    </asp:template>
    </gridview>
    I don't have anyother go ,I have to prepare url at serverside only. Need urgent help on this.
    Last edited by Frinavale; Sep 7 '10, 05:50 PM. Reason: Please post code in [code] ... [/code] tags. Added code tags.
  • Frinavale
    Recognized Expert Expert
    • Oct 2006
    • 9749

    #2
    I don't understand the question.
    Could you please try to explain it again in more detail?

    -Frinny

    Comment

    Working...