here you go, you can wtire javaScript action like the
followin Example.
i hope it usefull
<asp:GridView ID="GridView1"
runat="server"
AutoGenerateColumns="False">
<Columns>
<asp:TemplateField>
<HeaderTemplate>
Popup Window
</HeaderTemplate>
<ItemTemplate>
<asp:LinkButton ID="LinkButton2"
OnClientClick="javascript:window.open('Default.aspx',''
,'top=20,left=80,width=800,height=600,scrollbars=yes,locatio
n=no,directories=no,status=no,menubar=no,toolbar=no,resizabl
e=yes');" runat="server">Show PopUp
window</asp:LinkButton>
</ItemTemplate>
</asp:TemplateField>
</Columns>
</asp:GridView>
manisha kadam <l.manisha yahoo.com> wrote:
hi freinds
i have a datagrid in which there is link button
on click event of this link button i want to show one popup
window
i written one javascript for that
but how can i javascript from click event of link button
which in datagrid
thanks
---------------------------------
Access over 1 million songs - Yahoo! Music Unlimited.
---------------------------------
Access over 1 million songs - Yahoo! Music Unlimited.
[Non-text portions of this message have been removed]
---------------------------------
Access over 1 million songs - Yahoo! Music Unlimited.
[Non-text portions of this message have been removed]
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/AspNetAnyQuestionIsOk/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/AspNetAnyQuestionIsOk/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:AspNetAnyQuestionIsOk-digest@yahoogroups.com
mailto:AspNetAnyQuestionIsOk-fullfeatured@yahoogroups.com
<*> To unsubscribe from this group, send an email to:
AspNetAnyQuestionIsOk-unsubscribe@yahoogroups.com
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.c
om/info/terms/
|