Login
Home
KB
Snippets
Current Articles
|
Archives
|
Search
VbScript
NO Image:
25
Dim objRoleController As New RoleController
posted on January 25, 2020 10:11
Dim objRoleController As New RoleController Dim arrRoles As String() = CType(objRoleController.GetUserRoles(Me.PortalId, Me.UserInfo.Username.ToString...
[Read the rest of this article...]
DNN
,
Ventrian
Posted in:
VbScript
Actions:
E-mail
|
Permalink
|
Comments (0)
03
HTTP 301 Redirect in ASP-VBScript
posted on March 03, 2011 05:30
In order to redirect an out-of-print web page to another location, return the HTTP 301 status code and a location header in the HTTP response of the d...
[Read the rest of this article...]
Posted in:
VbScript
Actions:
E-mail
|
Permalink
|
Comments (0)
05
Insert a Comma in a String
posted on January 05, 2010 05:39
' INSERT COMMA IN STRING inString="020312181920" strLen=len(inString) xx=1 for x=0 to strLen -2 inPart=mid(instring,xx,2) newS...
[Read the rest of this article...]
Posted in:
VbScript
Actions:
E-mail
|
Permalink
|
Comments (0)