Send Data To Different Ip?

Aug 4, 2010

i just build one web application using microsoft visual studio 2008 ..so it done well...and after several testing..the problem has been faces up..here the problem situation.

my web application need to send data logger to one computer using HttpWebRequest and HttpWebResponce ...so i set at web.config the name of data logger like this :

<add key="dataLogger" value="dss.datalogger" />
<add key="dataLoggerPort" value="9005" />

and i add at host file ( c:windowsystem32driveretchost)

10.10.10.1 dss.datalogger (for example)

its done well...and i said this is server process ..:-)

The problem is when the data need to send with different ip address...and i want to change from server process to client process which mean the client can choose what ip that client want to send the data logger..

View 9 Replies


Similar Messages:

VS 2008 How To Send Emails, But Is It Possible To Send Out Text Messages

Feb 11, 2010

I know how to send emails, but is it possible to send out text messages?

View 8 Replies

C# - Using SmtpClient.Send To Send ~500-2500 Emails What Way Would Be Faster.

May 6, 2010

I'm needing to send around 500-2500 emails out at a time to internal email accounts. I'm wondering which was would be faster both for the mail server and for my client app. Should I send multiple emails with just different TO addresses, or just one with multiple BCC addresses? I tried testing this by sending a bunch to my own email and the multiple emails method work, but with the BCC and a single message I only get that single message in my inbox. Shouldn't I be getting as many copies as the number of times I put my address in the BCC line?

View 1 Replies

Forms Data Controls :: Send Grid View Data Back To A Datatable

Jan 28, 2010

i have a problem that is, I am calling data form database in agrid view and taht gridview contain both bounded and unbouded field now i wat to send this grid view data back to a datatable is it possible if yes then how?

View 2 Replies

Data Controls :: Send Multiple Data Between Two Pages Using JavaScript On Client Side

Oct 23, 2013

I want to send two Id when I click on linkbutton on client side how to concat this two Id I will show my code

<script type="text/javascript"> function pageOpen() { var RevisionId = document.getElementById('hdnRevisionId').value; var ContractId = document.getElementById('ContractId').value; window.open("ManageClientContracts.aspx?RevisionId=" + RevisionId) }</script>
<asp:HiddenField runat="server" ID="hdnRevisionId" Value='<%#Bind("RevisionID") %>'
<asp:HiddenField runat="server" ID="hdnContractId" Value='<%#Bind("ContractId") %>'
<asp:LinkButton ID="lnkSelect" runat="server" Text="Select" OnClientClick="pageOpen();"> </asp:LinkButton>

View 1 Replies

Data Controls :: Send Gridview Data Through Mail To Multiple Persons In Web Form?

Oct 31, 2013

How to send gridview data through mail to multiple persons in asp.net web form.

View 1 Replies

Forms Data Controls :: How To Send Email From Gridview Selected Data

Apr 12, 2010

iam using asp.net2.0 with c#

in my gridview 1st column is checkbox control in template fileds and iam using paging also. when user clicks the button ,all selected no of check boxes data has to be send in mail

View 3 Replies

DataSource Controls :: Is Linq Just For Retrieving Data Or Can You Send Data To The Database Using It?

Mar 18, 2010

Is linq just for retrieving data or can you send data to the database using it?

View 3 Replies

Forms Data Controls :: Send Data From Gridview To Javascript Array?

Mar 16, 2011

I want to be able to get the values from a certain column in my gridview and send the data from these columns to a n array in javascript

The array is called yValues[].

The program is a graphing one that takes data from a database and displays it with a graph.

View 3 Replies

Forms Data Controls :: Send Data From Dataset To Textbox Or Label?

Oct 1, 2010

i have dataset with sum(column1),sum(column2) , how can i take data in column1 into textbox1 or label1, column2 to textbox2.

View 2 Replies

Data Controls :: Send Text Data Of ASPX Page To Web Config

May 1, 2014

How to send text of aspx page to web.config page in asp.net...

View 1 Replies

Forms Data Controls :: Pull Data Out Of Gridview And Send To SQL DB?

May 14, 2010

I've been working on this function, basically it's an order page. When the user presses the "Order" button, I would like the data to write to a SQL DB. This is what I have:

Protected Sub btnOrder_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles btnOrder.Click
For Each row As GridViewRow In GridView1.Rows
Dim Owner As String = DirectCast(row.FindControl("lblOwner"), Label).Text
Dim Item_Num As String = DirectCast(row.FindControl("lblItem_Num"), Label).Text
Dim Lot_Num As String = DirectCast(row.FindControl("lblLot_Num"), Label).Text

[Code]....

I can't get these "Dim Owner As String = DirectCast(row.FindControl("lblOwner"), Label).Text" to compile. I think because this is looking for template fields and my gridview is filled in on the fly so they are bound fields. Does anyone know how to get the text out of a bound field?

View 12 Replies

Social Networking :: Facebook Send Dialog At Click Of Facebook Send Button

Aug 17, 2012

can i show facebook send dialog at send button click. mainly i want to send some group,page on one send click. so which will be suitable way.

View 1 Replies

Forms Data Controls :: Send Alert Message To User If Close Internet Browser Before Save Web Form Data

Dec 13, 2010

I have window form to let user fill data, I want to alert user if close web browser before saved web form data, could anyone provide any clue?

View 5 Replies

Data Controls :: How To Send GridView Data To Email

Jun 9, 2013

In datagridview records as follows

 Name    Email                                Message
 Ram      ram57@gmail.com            Tomorrow meeting at office 10 AM
 Arun     arun86@gmail.com           Tomorrow work to be finished at right time
Vijay      vijay76@gmailcom            Client meeting at 11 AM

i have one button called Sendmail,when i click that sendmail Button i want to send the mail.

for that how can i do using c#.

Note it is windows application. 

View 1 Replies

Data Controls :: How To Send ListView Data In Email

Oct 20, 2013

On my matrimony test web site I want to send the matched profiles into members email. Basically, when user searches anything it displays in ListView with photo, Name, Age etc. In the same format I want to send it....how to do this...

View 1 Replies

Data Controls :: Send Form Data To PHP API

Mar 26, 2016

How can I do it??? I want to transfer username and password through api... and api created in php...

View 1 Replies

C# - Send Form Data Email?

Aug 30, 2010

How would I send e-mail to any specified e-mail address in asp.net C#.

View 1 Replies

Send Data To An Ashx Handler?

Nov 9, 2010

How can i send data to an asp.net ashx handler? for instance if i want to send some xml to asp.net hanlder how is that possible?

View 2 Replies

Web Forms :: Send Some Data To Fax Server?

Aug 31, 2010

I am trying to send some data to my fax server. I got a sample of console program from the server documentation, which works fine, but when i am trying to implement in my web app, its giving the error:

The RemoteServer returned an error:(400) Bad Request..

Below is my code...

[Code]....

View 1 Replies

Web Forms :: How To Send Data From Page Into Webparts

Mar 8, 2010

There is a page that retrieves for about 100 records from database.

In this page I have several of webparts. wach webpart has a usercontol, and in it there is a datalist.

I need way to sen data from the page into the webparts. for each webpart I wish to send 20 records only from the 100 that was retrieved from database.

NOTE: Sometins in that page there is 4 webparts, and sometimes there is only 2...it keeps changing.

How can I achieve that?

View 1 Replies

MVC :: Error With Send A List Of Data To View?

Apr 3, 2010

when i send data for show a list of the project to view i got this error

The model item passed into the dictionary is of type 'BentaAccounting.Models.Project', but this dictionary requires a model item of type 'System.Collections.Generic.IEnumerable`1[BentaAccounting.Models.Project]'.

the Inherits view is

System.Web.Mvc.ViewUserControl<IEnumerable<BentaAccounting.Models.Project>>

and by this method Retrieval data

[Code]....

View 6 Replies

Open Page In New Window And Send Data?

Dec 21, 2010

I've been trying this for 2 days. In ASP.NET and VB.NET I've page1.aspx and page2.aspx I would like when I press button1 in page1.aspx to trigger button1.click event and open a page2.aspx in a new window and send to it data. All this can easly be done if no new window, by Server.Transfer or Response.Redirect. But unfortunatly they don't have an option to open a new window.

-- Updae --

I've used this solution but can't send the parameters and it opens me page 0 !!

<asp:Button ID="Add" runat="server" Text="Add" OnClientClick ="return pageOpen(TextBox1.SelectedValue, TextBox2.SelectedValue);"/>

and the javascript is:

<script type="text/javascript">
function pageOpen()
{
window.open("page2.aspx?param1=" & arguments[0] & "¶m2=" & arguments[1])
}
</script>

View 2 Replies

How To Send And Receive Data Using Web Service And JQuery

May 24, 2010

I want to run a web service method with parameters and get method return value back using JQuery.

ie.

client :

var result = dosomething(var p1, var p2, var p3 ....);

when do something accesses WebService with

dosomewebservice(int p1,int p2, string p3) { return "something" };
result == "something";

View 2 Replies

Send JSON Data To HTTP Handler?

Nov 14, 2010

i have an ASP.NET 4.0 HTTP handler that should receive and send data in json format. I'm using jquery to send json objects serialized in a string to the handler. It correctly sends the request but i don't know how i could retrieve the data from the httpcontext passed to the handler and how i could deserialize it..

UPDATE 1

$.ajax({
type: "POST",
url: "myurl.ashx",
dataType: "json",
contentType: "application/json; charset=utf-8",
data: $.toJSON({
...
}),
success: function (response) {
...
}
});

View 1 Replies







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