Website / Webservice To Fetch Data From Pc
Jun 9, 2010Is it possible to have a webapp/webservice to fetch data from my pc?? Can anyone give me an idea if it is possible....
View 1 RepliesIs it possible to have a webapp/webservice to fetch data from my pc?? Can anyone give me an idea if it is possible....
View 1 Repliesi want to store openings and closing of the share market ...
how i will possible and how i can fetch these openings and closings.
I want design a page where the end user enters information on my page and related information is fetched from the another website on my web page.
For example: Capturing City and state name from USPS.com
End user Task : Enter zipcode and click button 'Fetch'
My page perform few task
1. opens usps site backend
2. Enters the zipcode
3. Captures city name and state as temporary value from the usps
4. Displays the same in labels present in my home page.
I have the following code where the function codeaddress geocodes the text feild value and returns geocoded value , geocoded value is stored in variable example ,how will i return the variable v2 to the function call and post to asmx webservice.
[code]....
I want to display all the user's name who is login to my websites..
So I can see them who is online.
I'm pretty new in the world of ASP.Net, but not on developing in general. I created a webservice which read data from a SQl-database. This works fine. Now I want to create a customer website which uses the webservice to read those data. I need to do this periodically, say every 10 seconds.
The profiler on the database and debugging the website tells me that the values are read good, even is they are changed in de database. But, I need to display those values on a label, but this won't work, only with a meta-refresh every 10 seconds.Is there a way to use a timer and refreshes labels ?
I have to call a webservice published in the same website the caller aspx is. When I try to "Add a Web Reference" the editor does not show the webservice methods from the generated namespace. Do I have to use the "Add Web Reference" or is there another way because the webservice is in the same website? Visual Studio 2005, C#
View 3 RepliesCan we have a solution which has a webservice project alone and host it in IIS. Or do we always need a website attached to webservice, and the website is to added into IIS
View 2 RepliesI have a Webservice that receives a file (byteArray) and saves it on server disk.
[Code]....
But my webservice isn't hosted on the same folder of my website.
I mean: [URL] Is it possible to put a webservice on the same folder of the main website? Or it's not a problem ? (Can I retrieve the files in the webservice's folder from website?)
I developed an e-commerce product based website on which i developed all the features like for products, shopping cart etc. Till now it works in a standard way, in which from admin section, store owner adds product categories, and products with prices etc. Now there is a kind of product category which is empty right now (no products in this category right now) -There will be 1000s of products in this category in future.
and the manufacturer of this particular product(s) are providing web services API, so it is possible to add web services API to this e-commerce website to that for that particular category, website gets all the information from the manufacturer's website along with all the product information and prices etc.? How to accopmlish this ? as i don't have any experience with implementing web services on any website ?
here are few ways listed to get data from sql:
execute reader
execute nonquery
execute reader
give input parameter --> fetch output parametrr from stored proc.
any other way?
I have a [URL]I want to fetch QOT_ID from URL .
View 5 RepliesI've to read Excel data from my Asp.net 3.0 VB code. My Excelsheet format is like
Company Name (Heading)
Company Address
Date:
Blank Space
Column Heading
Branch name
Data
Data
& after data
Total
Grand Total
I've to read data After branch name upto Total. Even I've to fetch data from certain columns only.
Can I fetch data which is in an output from an ASP script and then process it and do mathematical algorithms?
View 1 RepliesI want to fetch data from JDEdwards and put it in Microsoft Sql Server 2005, how it is possible ?
View 1 Repliesi have a details table which include detailid, custname, address, classification , pincode, telephone, remarks and classification table contain classification id & classification.i want to insert detailid & corresponding classificationid to a new table detail_classification. How to write stored procedure for that?
View 1 RepliesHow to fetch data from textbox inside a gridview
View 2 RepliesI am trying to delete a row of the child gridview through a link button template field but how do I fetch the datakeys of the child gridview ?
In the code window there is no intellisense for child gridview as it is generated on runtime with respect to parent.
Am using two web application and one web service. My doubt is, am sending the dataset from my first application to Web service. After sending the dataset to my web service, i like to fetch the dataset using second application from the web service. How shall i fetch the dataset by using second application.
Note:
1) sending the dataset from first application to web service.
2) web service receives the dataset from the first application.
3) second application want to fetch the dataset from the web service which was sent by first application.
I need to fetch CSV file from a webserver every few minutes.
Here's what I am planning to do:
I will create a webservice "GetCSV.asmx" which will get CSV file from that webserver.
I will create another webservice "RegularCall.asmx" which will call "GetCSV.asmx" every few minutes.
Is my approach correct? Is there a better way of doing this?
I am using ASP.NET web application and JSON webservice for this.
NOTE: There will be NO user intervention and the solution I am looking for is similar to scheduling a task on the server.
I have a dataset that has two datatables.
In the first datatable I have EmpNo,EmpName and EmpAddress
In the second datatable I have Empno,EmpJoindate, EmpSalary.
I want a result where I should show EmpName as the label and his/her details in the gridview
I populate a datalist with the first table, and have EmpNo as the datakeys.
Then I populate the gridview inside the datatable which has EmpNo,EmpJoinDate and EmpAddress.
My code is some what as below
[Code]....
Now I have a problem, I have to bind the Details of the corresponding Employee to the gridview. Whereas the above code will display all the details of all employees in the gridview.
If we use IEnumerable we give a condition where(a=>a.eno=EmpNo), and bind that list to the gridview.
How do I do this in datatable.
I modified the program as below
Igor, instead of datarelation,(my TL did not approve of it) I used IEnumerable
[Code].....
i'm trying to fetch data from xml in the sql query.
DECLARE @xmlDelete xml
SET
@xmlDelete =
'<DocumentElement>
<row FSFF_FeesItemID="185" FSI_ID="104" />
<row FSFF_FeesItemID="187" FSI_ID="104" />
<row FSFF_FeesItemID="187" FSI_ID="105" />
</DocumentElement>'
;
WITH
r_set AS
(
SELECT
T1
.c1.value('(./FSFF_FeesItemID/text())[1]',
'int')
AS [id1]
,
T1
.c1.value('(./FSI_ID/text())[1]',
'int')
AS.......................................
Im doing selling properties website with vb.net and just begin to use datalist
I have 2 pages, first is datalist that show all available properties with brief information, 2nd is another datalist that show full description about a particular property that the user wan to view.
I got few questions here:
1) I set the selecommand on the property name, but instead of viewing it on the same page, i wan to redirect to the details page to show all the informtion. How do i do that in the code behind? I include an onclick event to use Response.Redirect in the property name which is a linkbutton, but result in "XML page cannot be displayed" when click on it.
2) My primary key is set to imageID which to indicate the particular property details to show when user wan to view the full information. But how do i assign the image ID to the session?
i have a database and database have 3 tables... i want the table data show in asp:table not in grid view....
like in frid view we a doing simple wizard mode to fetch data from database... But in my query i want show data in <asp:Table> ..
asp:TableCell>
<fetech
data from sql
server table>
[Code]....
fetch data from Nested gridview checkbox on Click button event which is present outside the gridview. I did try by creating an object of child gridview on button1_click but cannot fill the value from Gridview2 into my int i. Below mentioned is the Code i am using. The database I am using is Oracle. ==== Code =====
protected void Button1_Click(object sender, EventArgs e)
{
OracleConnection con = new OracleConnection();
[code]...