Web Forms :: Web Service To Get All Stock Marker Report
Sep 13, 2010i want to use web service to get all stock marker report.means starting and ending share price of a particular company.give me asmx code aspx.cs code for this
View 13 Repliesi want to use web service to get all stock marker report.means starting and ending share price of a particular company.give me asmx code aspx.cs code for this
View 13 Repliesi want to design a stock financial report system and fortunately i hooked in the database design part. The report is made up of different sector and under the sectors thier are companies. All sectors have some unique entry fields which makes it different from the other. for example banking sector is different from insurance sector because there are entries that differ. My problem is how to create a non-redundant database that features all the sectors and companies. the idea i thought is to make a table for every sector and i found out that with these idea i wil have some relational issues for example in each sector i will have company id as primary so in establsiing relation i will hav constraint.
how to design a non-redundant databse with respect to these subject.
How to use MSN and other websute webservice? Like weather,curreny,stock,sms etc ? Some thing like the below website exchange rate [URL]
View 9 RepliesI need to get a share price of a company in stock market from this site, [URL] I need to show it in my Webpage in a Webpart
View 1 RepliesMy end goal is to open up a new browser window and display an animated progress gif whilst loading a slow Crystal Report.Using traditional asp.net methods to achieve this always results in the gif not animating during a postback,unless I use update panels but that's when things start getting messy.
I have read lots of articles describing how you can publish a Crystal Report as a web service using Visual Studio .net.This always relies on using the web service as the report source and binding a ReportViewer object to the data source/service.
I would like to do something a little different but I'm not sure its possible. I would like to build a asmx Service that returns the report just as HTML once its built.If this is possible,it will allow the loading of the report using Javascript AJAX methods.This would enable me to display a nice animated gif whilst the (sometimes slow) report is constructed.
I'm not sure how the report will behave though if generated in this way,would the stock navigation and export buttons still work?
I found a good tutorial from you about plotting multiple location using Google map.
[URL]..
I'm pretty new in using Visual Studio Web Express and I dont know how to import namespaces and on how to populate marker from SQL server. I have a project solution called GoogleMap and I have the HTML codes as my homepage but I don't know where should I put in those codes for VB.Net. I also have the database created.
Is there is any way to show report server web service to show reports in web pages.
View 1 Repliesi am getting my dataSet from web service and want to know the method to bind it to the rdlc report. how to do it in VB?
View 1 RepliesI have an app I am working on that retrieves a report from SSRS using the web service. I've have it saving to PDF, however I would like to change that to excel format. I tried changing the format from "pdf" to "xls" but it throws an exception.
View 2 RepliesI m working on A Ware house management Software.
I have used oracle in back end. I have goodsmaster table, sales return table, sales table, invoice table,etc
So i have to update qty on stock when i enter any entry in my sales return page of asp.net from goods master table..
I want to display live bombay stock exchange data in my website just like this website
[URL]
how to do it...
I'm buillding a website for my company. I would like to show the indices from Dow Jones, NASDAQ, HSI, STI and KLSE, and also our company share in DAX.
I've saw some sample that grab data from yahoo finance. But I worry that yahoo will change the page laytou eventually and my code will not function anymore.
What is the best way to do such thing? Or any websites that provide live feed? web serviecs? rss?
If not, any company that provide such service at resonable price? I've read that these companies simply charge $10k per month! is it true? but what i want is just a simple data.
I am building an stock exchange sort of application. I would like to know Is it possible to create graphs using crystal reports or is there any other technology in .NET for building a graph which we usually see in stock exchange application.
View 1 RepliesI am currently building a webshop for my own where I want to increment the product-stock when the user fails to complete payment within 10 minutes after the customer placed the order. I want to gather information from this thread to make a design decision. I am using SQL Server 2008 and ASP.NET 3.5. Should I use a SQL Server Job who intervals check the orders which are not payed yet or are there better solutions to do this.
View 1 Repliesand the ticker data should be move right to left or from left to right into a textbox or in any other control that is more suitable for this work.i have the little idea about this that this will be imlimented with the help of ajax or java script.but the whole process is not so clear so that i start my work.
View 2 RepliesAs i want a free chart/graph which support asp.net and Crystal report...
my requirment is i want to show the inventory stock from MS SQL 2005 database....
so let me know which is the best chart tht allow me to show MS SQL database data...
if u have any free tool/link where i download high quality chart/graph let me know
I am building an ecommerce site and I struggle to find a way to check the stock levels for each order.I have created an "in house" procedure that involves the administrator having to push a "check stock" button for each item on the order but it doesn'tlook too elegant.
View 3 RepliesI am building an ecommerce site and I struggle to find a way to check the stock levels for each order. I have created an "in house" procedure that involves the administrator having to push a "check stock" button for each item on the order but it doesn't look too elegant.
View 2 RepliesI have this kind of problem: I am using javascript to put a marker on a google map and I try to get the latitude and longtiude from this mark to my hidden fields in a view page.
my master page code is:
[Code]....
my view page code is:
[Code]....
And in javaScript the alert messages show good values:
[Code]....
[Code]....
I'm using Google Maps v3 and I build in the server side a json collection of location data. So when I receive that, I iterate through that collection and create a marker object for each and every one of them.For each of these markers, I bind them with the click event, so when the user clicks on a marker in the map, it displays an infoWindow with data related to the associated location.I have an array to store all the location got from the server that holds the retrieved json objects and their corresponding marker.
The problem is that, even when I have an array that I can reference or iterate through, I need to not only get the marker object when the user clicks on them, but also the location object, that stores more information.I tried to mantain this array of objects and reference it from the calling object without success, because the function is called by the marker and not the location object. So I thought if it's possible to store more information in the google maps marker object like using a general purpose field.
I am doing a project on Integration of google map v3.0. I finished the integration I am happy with the Output. The Problem is I was trying to change the RED Marker to Custom Marker. I have saved a marker in my solution. And was trying with this piece of code.The Program is running but i am not getting any marker on the map(either red marker or custom marker). I tried in many blogs but couldnot find a solution.Out.
var icon = new google.maps.MarkerImage("icon55.png");
var marker = new google.maps.Marker({
position: location,
map: map,
icon: icon
});
I have an embedded Google map with my web application in ASP.NET 3.5.I have implemented reverse geocoding (getting address from latitude and longitude) on Map click.Now, I need the same but on marker click.
View 2 RepliesI am trying to print a report containing the single record using print option available in Report Viewer control. But print is coming in more than one page.
How can we shrink the report to a single page?
I have google map,i want to latitude,longtitude in ever 20 second and show in google map,Move marker in google map but map not refresh.
View 1 RepliesIam showing google marker baesd on location now whenever i need to change the position the marker has to be removed how to do it????
Can we make it draggable?