Dynamically Extracting Data

in my project, i want a label which shows the current value of all shares in the market whenever the user login to the application.how can i do that.how could i dynamically extract data from the shares website.

View Replies


ADVERTISEMENT

Extracting Data From A Document

Not a problem with my code, but something I would like to add, (ASP
VBScript) at the moment I have a form where a user uploads their details
including a document (Doc, PDF, TXT, Docx) The document is uploaded to a
folder on the server with the address being stored in the database and I'm
tracking the user id through sessions.

What I would like to do after the upload is redirect to a blank page, where
some script extracts the data from the document and inserts it into another
field on the database associated with the user id, I think this may be called
parsing, but I'm at a complete loss, I don't suppose you guys have any ideas
on this do you.

View Replies View Related

Extracting Data From Another Webpage

Basically I want to be able to take the tempreature, pressure and wind and be able to use them as variables in calculating performance automatically for an aircraft. I've tried using the pull string method but can't work out how to seperate the variables.

View Replies View Related

Extracting Data By Date

I have a website where people can add job vacancies to our database. In the admin section I can delete these vacancies but have trouble with selecting certain dates from the database.

For example if I wanted to delete all the jobs from the database for the 18/12/2003 I would select the date then all the jobs will appear on the screen and I can delete them. But if I select a date such as 06/12/2003 or 11/12/2003 it doesnt display anything from the database when I know there are a couple of hundred in there for those dates.

View Replies View Related

Extracting Data From MSSQL To Excel

Is it possible to extract data from SQL server to MS Excel ? Say if I have 2 tables (Membership and Profile) and extract some certain datas from those 2 tables; MemberID, Member Name, Birthday, Interest; could it be possible to extract them automatically everyday at 1 AM without me doing it manually?

Perhaps its possible to do it with Stored Procedure? or some other means?

View Replies View Related

Extracting Data From A URLEncoded String

I am trying to add a feature to our inventory that will pass the current URL to a second site so that I can return to the original site later through a redirect. Basically, it is intended to work like this - you do a search, and are taken to a page where you can view the records.

You click on a record to view it and/or update it, and then you are returned to the original search results. I am having some trouble, and am hoping that someone can help me out.

I am placing the values that I want to keep (original URL, search terms, sort order, page number) into a string, and then using Server.URLEncode to encode it: Code:

View Replies View Related

Extracting Data From Browser (in ASP "FORM")

Since most todays' applications are Online (ASP using COM apps/server back-end), sometimes client-browsers need to download data into their PC.

Scenario: A client-browser (IE, ONLINE.ASP) is doing transaction online.... say Invoicing via an ASP page, then it disconnected (DSL connection failure). At this stage, the user will have to do "manual" writing of item sold and when the connection returns... the user will use the browser again.

Question: Can I download data from the Server to the client-browser using a simple click of "Submit" button? Say I would like to download only itemBarcode, itemDesc and itemPrice from the client.... so that anytime the DSL connection fails, the user will execute instead OFFINE.ASP that uses client side programs.

Option: Is there any other option that I could do to have an "offline" transaction processing?

View Replies View Related

Components For Dynamically Displaying Data Chart Or Graph In ASP

I tried to find some components I can use to dynamically
generate chart or graph from database in ASP. It seems to
me that only some other companies have software on this
but Microsoft doesn't have any of them. Am I wrong?

View Replies View Related

Sorting Data Based On Dynamically Created Drop Down Menu

i have a page which displays a list of events searched for by a particular date. we usually have a lot of events and i don't want the user to have scroll through all of them, especially if they're interested in a particular type of event.

i have created a dynamic drop down menu which consists of all the event types. how can i got about displaying the events returned by the query to a specific event for that date.

so for example, if some one searches for 03/08/2005, they will initially get a list of all events for that day. if they click on "Closed" from the drop down menu, it will display all the "Closed" events for 03/08/2005.

View Replies View Related

Extracting XML With ASP

I have an XML file that contains nodes and I'm having no problem extracting the information using ASP. However I can't seem to get the ID number from the deliverrequest node from the example below.

<!DOCTYPE xiamSMS SYSTEM "Message.dtd">
<xiam>
<deliverRequest id="10234690"> ''' Need to retrieve this number using
ASP
<to>test</to>
<from>number</from>
<content type="text">Test 2</content>
</deliverRequest>
</xiam>

View Replies View Related

Extracting Height

Is there an ASP way of extracting the height and width of a swf file so that
I can specify these dims when adding the whole OBJECT code to the web page?

View Replies View Related

Extracting Filename From An URL

What string function(s) would I use to extract just the filename from an URL?

For example, if I have http://www.yourdomain.com/some_directory/some_file.asp, how do I extract just the "some_file.asp"?

View Replies View Related

Extracting The First Paragraph

Is it possible to extract the first paragraph in a mysql text field? my code line to display all text:

<%=replace(Recordset.Fields.Item("article").Value, vbcrlf, "<p>")%>

I want to separate the 1st paragraph (article lead) from the others (article), without having one table for 1st paragraph and a second one for the rest of the text.

View Replies View Related

Extracting Files

I need a help in extracting files, thru ASP. Is that possible to extract files from .tar, .gzip and zip files thru ASP.

View Replies View Related

Extracting Parts

i want to extract the number 38 from the URL below, using ASP what is the solution?
then store it as a variable.

http://pcol-webtest/default.asp?nc=4098&id=38

View Replies View Related

Extracting Text From PDF File

is asp code able to do the extraction of text from PDF File without using a third party software?

View Replies View Related

Extracting Other Sites Content

we have a site, that has a link to a online PC cart that we are registered with. Trouble is, when the user goes to the other site, we obviously no longer have our interface wrapped around the page.

We can do this with an iframe, but it wont vertically stretch the content (a scroll bar appears). Is there any way in ASP, to call a url, and say, insert that url into a <td></td> on our page?

View Replies View Related

Extracting Part Of A String

we have a database with a lot of products in it. and for some reason one fo the feilds is set up like "<img src="images/something/image.jpg" />". they should be set up without the html but because of the way they are set up theres no way i can use them outside of the root directory.

I need a way to just pull the first 10 characters off the string. which would be the <img src=" part, and then pull off the last 4 characters " />. so that i am just left with images/something/image.jpg.

I can sort of get the first part to work by using Mid(string,10)

but how can i remove the last 4 characters?

in php the function would do the ending characters if you made it a negative number. but Mid(Mid(string,10),-4) doesnt seem to work.

View Replies View Related

Extracting Source Code

Is there a way of processing an ASP page and placing the resulting HTML
source code into a TEXTAREA on another page?

I have a page that will be generated dynamically from database content.
However, I want a form on another page to have access to the compiled source
code for use in an electronic newsletter.

Manually I would load the dynamic page, view the source and copy it out. I
would then paste it into my form field on the relevant page.

View Replies View Related

Extracting Part Of Text

Is there a way of extracting only part of an entry retrieved from a SQL database. For instance, if I have an article of 4000 characters can I extract only the first line of the article and them put a link to the full article after the extracted text.

It is something I have been trying to master and will help me display my retrieved recordset data better.

View Replies View Related

Extracting Text From Remote Site

I'd like to do the above, ideally in javascript but i'm aware of the security restrictions with accessing the DOM of a file not hosted on the same server - however i'm not looking to manipluate anything on the remote site, or handle any events (such as keylogging!). All i want is to have a piece of text on the remote site dupicated on my own site.

I'm happy to receive the html as a whole and split it up to get what i want, but i'm beginning to think the way forward is doing it server-side with asp.
Anyone know the best way to do this?

OR am i just being silly and there is a way to copy the contents of a remote page into my own page in javascript, split it up and only display what i need.

(btw im quite happy with the splitting up bit, no help needed there - i just need the blasted text in the first place!)

View Replies View Related

Extracting Infomation From Session Variable

I have a bunch of html stored in a session variable. It's just a long string of html. I want to parse it to extract certain things out of it. I'm assuming I would use the Left, Mid and Right functions. But don't know exactly how to do it. Plus I need to find the information in the session variable too.

View Replies View Related

Extracting Sentences From Memo Fields Containing Specific Strings

I have an access database and am currenlty using classic asp for most of my coding and am trying to extract sentences from the memo field that contain specific strings, in this case "<b>"

The memo fields contain a lot of data so filtering becomes an issue, so i just want to be able to only display the sentences within the memo field i.e. between "." and "." OR beginning of record and "." OR "." and end of record that contain the string "<b>"

View Replies View Related

Dynamically Build

I have the following piece of code:If RS.EOF or RS.BOF Then
Session("Authenticated") = False

Response.Write "Sorry, your userid or password did not match"
Response.Write "<BR>"
Response.Write " or you have not registerd yet, please register"
Response.Write <a href="default.asp">Clik here
Response.End
Here, I need to build the line (Response.Write <a href="default.asp">Clik
here)
dynamically, so that the html output from asp page
gives us <a href="default.asp">Clik here

View Replies View Related

Dynamically Generate The Sql

i have a long recordset that i want to page through. can sql pass back say, 5 records from 20 to 25 out of 1000?
i can then pass 2 variables between the pages to dynamically generate the sql and thus page through the results. can someone post up a simple example of this if its possible?

View Replies View Related

Dynamically Change

With ASP is it possible to dynamically change the <title> tag depending on what record I am viewing? I know that you can do this isn ASP.net and PHP but was wandering if its possible in ASP too

View Replies View Related

Dynamically Name A Zip File.

I am currently struggling with dynamically naming a zip file. Basically I want someone on my ASP site to be able to choose to download a zip file and the zip file to be renamed before it is sent to them with their login name. Does anyone know how I might accomplish this. Code:

View Replies View Related

Dynamically Updating

i have a form with two pull-down menus. when the user chooses a value from one, I need to go to the db and execute a query, and then populate the 2nd pull down menu with the retrieved values.how would I go about this? where do I add the listener function that will catch the selection event, and what should go in it?

View Replies View Related

PDFs Dynamically

Does anyone know if there are any IIS components out there that run on
IIS 5.0 that will convert LaTeX to PDF? I have written a script in ASP
that produces the LaTeX document, but am unsure of how to go about
converting it to PDF and delivering it to the client.

If you don't know of one, do you have any idea of how I might implement
such a transform? I would have to use a WshShell to run pdflatex on
the source twice before I could deliver the PDF to the user. However,
pdflatex outputs a PDF, so I would have to redirect the client to the
PDF, and then somehow come along later and clean it up. I'm not sure
if this would be the optimal process to take.

View Replies View Related

Text Box Dynamically

I have a form where there are 2 dropdowns. Based upon what you select in the 1st dropdown, that selection populates the 2nd dropdown. I want to change it so that if you select 'Loan Officer' in the first drop down, the 2nd dropdown turns in to a textbox, rather than the huge dropdown it becomes now

View Replies View Related

Add A Row To Table Dynamically

this form I need to create, I have very little experience in ASP. I will basically need to have a form that collects hours for a specific Week End Date.Also a running total for hours.

Dropdown with week end dates
Dropdown of Task, Mon, Tue, Wed, Thurs, Fri, Sat, Sun
Default 5 rows

Add Row Submit

Since I will need to dynamically add a row of data, I am not sure how to submit. What would you do in this scenario? Im so new to this and of course this is due ASAP.

View Replies View Related

Add Select Dynamically

I have an asp page in which if i click on add row i call a javascript function and create a new table row.This works well if i do not have to retrieve any dynamic data from my database. ie if i just have to insert for input type ="text" then no problem but when i have to do the same thing for a input type ="select" i have no idea what to do for the select has to retrieve records from the databse to allo the user to choose. How can i do this ?

my javascript function
function addrows()
{
var cellRight = row.insertCell(1);
var el = document.createElement('input');
el.setAttribute('type', 'text');
el.setAttribute('name', 'comment' + iteration);
cellRight.appendChild(el);
}

how can i adjust this to allow for select tag ?

View Replies View Related

Dynamically Created Gif

Using preferably Asp or an Asp component, but maybe .NET, here is what I need to do:

A user enters a hex value (Or rgb if need be), which then colors a pixel high, n pixels wide gif and saves it to a folder in the sites directory.

View Replies View Related







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