Skip Out The Name

If the physical path of a page is :

" e:facecgi_bindetails\_Nviews.asp "

and i want to remove "\_Nviews.asp" portion from this path.means whenever the page refreshes,no matter what the name of the page is.the last portion of the name of the page with slash must skip out from this path string .....how can i do this while using VBscript Functions.....like using Split(),RIGHT(),LEN(),LEFT()...etc..

View Replies


ADVERTISEMENT

Skip First Field In DB

How do you make the following skip the first field?

Code:
<%for each x in rs.Fields%>

View Replies View Related

Skip Item

I want to skip an item in a loop, and go to the next item, e.g

[vbs]
For Each bla In ble
If bla = "skip" Then
'Skip to next item
End If
Next
[/vbs]

Is this possible, and if so, could you show me how?

View Replies View Related

Skip First Field In DB

How do you make the following skip the first field? Code:

<%for each x in rs.Fields%>

View Replies View Related

Sql To Skip First Few Results In Recordset

i have a recordset in a results page

this retrieves all records but i only show the first 6 with all details (using a repeat region)

then i want to follow this with just thumbnails of the additional results
- this repeat region uses the horozontal looper

Either i need this second repeat region to start at number 7

or i need another recordset but with sql to ignore the first 6

(database is access)

can anyone offer any guidance on either solution?

View Replies View Related

Skip Some Block Of Code

I searched an issue on the net and in our forum but could not find any solution. My question is :

How to skip some block of code while programming in asp page so that I get the necessary part of page only???

View Replies View Related

How Do I Skip Blank Fields?

I'm using ASP FormMail to collect user info, but now I'm trying to figure out how to modify the code so that any blank fields from the form will not be displayed on the confirmation page/email. I tried to modify the code below in bold, but it gave me a syntax error. Code:

View Replies View Related

Recordset Object When I Fetch The Value I Skip The Last 0

whenever i fetch any numeric value, having a zero at the end, e.g. 32080, from a database with a recordset object, i find that the value becomes stripped of the last zero, i.e. it becomes 3208.

View Replies View Related

Skip Out The Name Of The Page From The Physical PATH String ..

If the physical path of a page is : " e:facecgi_bindetails\_Nviews.asp "

and i want to remove "\_Nviews.asp" portion from this path ...means whenever the page refreshes,no matter what the name of the page is ....the last portion of the name of the page with slash must skip out from this path string .....how can i do this while using VBscript Functions.....like using Split(),RIGHT(),LEN(),LEFT()...etc..

View Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved