VbScript

Snippets


VbScript

 

NO Image:
25
Dim objRoleController As New RoleController Dim arrRoles As String() = CType(objRoleController.GetUserRoles(Me.PortalId, Me.UserInfo.Username.ToStrin...

[Read the rest of this article...]

DNN, Ventrian
Posted in: VbScript
03
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
05
  ' INSERT COMMA IN STRING inString="020312181920" strLen=len(inString) xx=1 for x=0 to strLen -2   inPart=mid(instring,xx,2) ...

[Read the rest of this article...]

Posted in: VbScript