Yes, I did find, that there was a default.asp page that was just redirecting it to the other path. That was my initial thoughts, but the network person was pretty certain it was configured with IIS.
LikeThisName <- ?
hi there is server when you type http://localhost
it redirects to http://localhost/intranet/pages/details.asp
How they do that?
I can't find where that path is defined so I can replicate it.
Thanks, any help much appreciated
LikeThisName <- ?
Thanks you two, for valuable posts.
This code worked:
Private Sub UpdateAnswer(ByVal question As Integer, ByVal answer As Integer)
Dim x As Integer
Dim t As TextBox
Dim b As Button
t = Page.FindControl("Textbox" & question)
t.Text = answer
For x...
Please what is wrong with this code?
Private Sub UpdateAnswer(ByVal question As Integer, ByVal answer As Integer)
Dim x As Integer
Dim t As TextBox
Dim b As Button
t = "textbox" & question
t.Text = answer
For x = 1 To 5
b = "Button"...
what about if the searched work appears in a link, it throws off the link.
test your scripts.
if you search website and in the page one if it's apearances is in <a href="./websitetest">demo 1</a>
that becomes
<a href="./<span...
i've tried putting <link rel="stylesheet" type="text/css" href="myStyle.css" />
into my header1.ascx page but it's not doing anything.
i put it <head></head> tags around it but when i hop from code view to design view back to code view it takes the <link ... out of and just below the Head tags...
thanks drex for your valuable replies, i went with aspupload.com. Great product for what I needed.
I highly recommend it.
I was able to in a few minutes download all the blobs into the proper directories and then upload them back up.
this was to transfer extranets, one platform to another...
Did you have any success?
I am looking to download a million+ blobs as files.
i don't care if i have to buy 3rd party tools though i'd prefer to write some process, any pointers or recomendations would be helpful thanks.
LikeThisName <- ?
if I wanted to extract(copy) blobs (mostly pdfs) from a sql server table to (into) a folder on the network.
would the solution above help me.
thanks.
LikeThisName <- ?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.