Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
UI/UX Tools
Debugging
Free Tools
Support and Learning
Productivity and Design Tools
<
a
href
=
"javascript:;"
onclick
"xlaAFMopenfaq(1);"
class
"HeaderLink"
>Customer Service</
>
Dim MenuItem As RadMenuItem = New RadMenuItem("Customer Service")
MenuItem.NavigateUrl = "javascript:;"
MenuItem.Attributes.Add("onclick", "xlaAFMopenfaq(1);")
Partial Class _Default
Inherits MMPA.Purchasing.Web.BasePage
'
'Inherits System.Web.UI.Page
Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
If (Not (IsPostBack)) Then
Dim _windowReport As String = _windowReport = Request.Params("Window")
If Not (_windowReport Is Nothing) Then
ScriptManager.RegisterStartupScript(Me, Me.GetType, "openpopup", "CrystalReport( );", True)
End If
End Sub
End Class