Initial Commit Update Telerik
This commit is contained in:
16
LPWeb20/User/Registerbestaetigung.aspx.vb
Normal file
16
LPWeb20/User/Registerbestaetigung.aspx.vb
Normal file
@@ -0,0 +1,16 @@
|
||||
Imports System.Web.Configuration
|
||||
Public Class Registerbestaetigung
|
||||
Inherits System.Web.UI.Page
|
||||
|
||||
Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
|
||||
Select Case Request.QueryString("fnkt")
|
||||
Case "Bestaetigung"
|
||||
Me.RadAjaxPanel1.Controls.Add(Page.LoadControl("~/UserControls/RegisterSend.ascx"))
|
||||
Case "Aktivierung"
|
||||
Me.RadAjaxPanel1.Controls.Add(Page.LoadControl("~/UserControls/RegisterActivation.ascx"))
|
||||
End Select
|
||||
End Sub
|
||||
|
||||
|
||||
|
||||
End Class
|
||||
Reference in New Issue
Block a user