FgPop (a javascript popup builder)
Project Description
FgPop Project is an asp.net modal and not modal popup builder.
You can use FgPop to dinamically build a modal popup starting from code behind.
FgPop will dinamically generate and register a client side script "JQuery", based on the properties you set.
Small Example:
Private fgpop As New fgPop() ... fgpop.JQDocReady = True fgpop.PageToLoad = "PopUp2.aspx" fgpop.PercentWidth = 60 fgpop.PercentHeight = 80 fgpop.Center = True fgpop.ScrollBar = True fgpop.Resizable = True fgpop.RefreshParent = True fgpop.AddressBar = False fgpop.AlertScriptError = True fgpop.AlertPopupName = True fgpop.AlertReturnValue = True fgpop.ControlToValorize = "TextBox1" fgpop.ControlToValorize = "TextBox2" fgpop.ControlToClick = "imgRefresh" Dim script As String = fgpop.JsPop(Me.Page) ' - or - 'ScriptManager.RegisterStartupScript(Me, Me.GetType(), fgpop.jsKey, script, False)
For the moment I tested this project with IE and Chrome browsers only.
Author: Giovanni Finocchio
web site of the author: http://www.gioking.com