-
facebox problem
Hi,
I try facebox code in my ASP Dot Net application and it’s really nice but in my app I am also using AJAX Script Managers and facebox used JQuery so that I try to use AJAX ScriptManager for facebox but do not succeed, can you please help me in this regard.
ASPX Page Code:
<ajaxToolkit:ToolkitScriptManager EnablePartialRendering="true" runat="server" ID="ScriptManager1" >
<Scripts>
<asp:ScriptReference Path="scripts/facefiles/facebox.js" />
</Scripts>
</ajaxToolkit:ToolkitScriptManager>
<asp:HyperLink ID="HyperLink1" runat="server" rel="facebox">Attendance Charts</asp:HyperLink>
Code Behind File:
Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
ScriptManager1.RegisterClientScriptBlock(Me, GetType(Page), "facebox", "facebox();", True)
End Sub
I will be very thanksfull to you.
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks