No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
5 Posted Topics
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 = …
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 …
hi, Try bellow code select checktime from checkinout where checktime like '#"&any_dt&"#'
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 …
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.
The End.
hmponline