|
-
Apr 18th, 2012, 11:17 AM
#1
Thread Starter
New Member
VB.net 2005 to 2008 Client Script Issue
Need some help on solving a issue with ClientScript.RegisterClientScriptBlock.
Hopefully somebody has seen this before.
I am getting a error that states that TypeLoadException was unhandled by user code.
Could not Load type 'Javascript' from assembly 'App_Code.ti5_zjxv, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'.
Heres the code:
Page.ClientScript.RegisterClientScriptBlock(Type.GetType("Javascript", True, True), "ShowPopupMenu", sJS)
oPage.ClientScript.RegisterClientScriptBlock(Type.GetType("Javascript", True, True), "NavigateTo", sJS)
This javascript is for navigate and show popupmeun.
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
|
Click Here to Expand Forum to Full Width
|