Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #4K
~750 People Reached
Favorite Forums
Favorite Tags

5 Posted Topics

Member Avatar for venu@baylogic

Hi Use Following Code... [code]<% xstr = Your String which you want x = 0 ' if you think you have more thn 100 values in a string then change the values in bellow line's code dim xarray(100) xarray1 = Split(xstr,";") for i=0 to ubound(xarray1) if instr(xarray1(i),",") Then xarray2 = …

Member Avatar for vicky_rawat
0
217
Member Avatar for amitbajaj.tm

In many way you can check it.. Also you can check by If chstr > 0 Then ' Your Code Heree... End IF If there is any one alpha character then the condition will be false if not then 100% all the numbers will be in between 0-9... But Using …

Member Avatar for venu@baylogic
0
180
Member Avatar for vipinsgangwar

hi, Try bellow code select checktime from checkinout where checktime like '#"&any_dt&"#'

Member Avatar for hmponline
0
121
Member Avatar for hmponline

Hello, I am using ServerXMLHTTP object to get the source code of any page. wht's hapenning I am requesting a URL Data through above object's method... The URL which i used that redirected to other URL and also retrieving data from that URL. I want that redirected URL name. Is …

Member Avatar for ratri
0
75
Member Avatar for ardeezstyle

Hi. create one cookie to store current page URL where user is not authenticated and redirect to login page, on success of login redirect to that stored cookie URL. Hope this will be help you.

Member Avatar for vicky_rawat
0
157

The End.