Web Forms :: Displaying Remote Computer Reply In Window?

Jan 13, 2010

i have to make a login page where user has to enter username & password to get message from remote server. actually its a API, where user send his username and password and get the reply. i have done the login page coding. but i don know how to catch the reply and disply it in window.

note that there is now database or connection string where we have to compare username & password. its simple url as:-

"http://smscgateway.com/balanceapi.asp?username=username&password=password"

here in this string i have to replace the replace name and password with textbox values and post it. but it after posting i dont know how to catch the reply.

as soon as we click it. it replies as "invalid User Name or Password".

View 3 Replies


Similar Messages:

Web Forms :: Move Files To Remote Computer?

Jul 17, 2010

my wish is to move Files from ASP.NET Web Application(VB.NET) to remove Computer.

ive tried using a code behind, with no success..

i got en error which is "Could not find a prat of the path '\ComputerNameFolder' "

i tried instead "Computer Name" use IP address, and the same error.

(I gave All the premmission...)

i tried to create a Batch file, which is working if i run it.

but when i try to Execute it on the VB Code, i got nothing, it doesnt fire.

i tried (System.Diagnostics.Process.Start("C:File.bat"),Shell("C:File.bat") )

View 1 Replies

Access Remote Computer Windows Service Using Asp

Dec 20, 2010

how to access remote computer windows service using asp.net

View 2 Replies

Security :: Web Service Execute On Remote Computer?

Jan 18, 2010

I'm using asmx web service to lock a folder on remote computer!

When I run web service on local machine everything working fine, but when I run it on remote computer nothing happen, folder on remote computer stay unlock!

I supose that I need to set security permission for this web service on remote computer, but i don't know where! So, what I need to enable executing this service on remote computer?

View 3 Replies

Viewing 'hello World' Page From Remote Computer?

Mar 28, 2011

I've been a VB programmer for years, and friend asked me to write a program that does data storage and is executable from PC & MAC browsers. It seems like I need ASP.NET for this, so I tried to write a server-side 'hello world' ASP.NET program. I did this using VWD 2010 Express, and after successfully 'building' the website, it works great if I view it on the development machine. But when I copy it to my web server (running on a Windows XP Tablet machine) and try to view default.aspx, instead of getting a nicely-formatted page, my browser (IE8) is displaying the HTML source code. I tried hosting the site on both Apache and IIS , and I'm getting the same results.

1. What am I doing wrong?

2. Is ASP.NET the best platform for building a database-based application that can be viewed from both PC's and Macs? If so, should this work from iPads / Safari as well?

View 4 Replies

Visual Studio :: How To Access VSS From A Remote Computer

Aug 21, 2010

i acess vss from lan with no problems and now i want acess from a remote computer not in a Lan

I need access over the Internet

What are settings i need to set up in the server and my client machine

View 2 Replies

Architecture :: Open A Command Prompt Of Remote Computer?

Sep 3, 2010

I need to open a Command prompt (cmd.exe) of a Remote server computer and Run a Command from my asp.net web application (C# laungauge). I have progressed till opening a command prompt of the webserver where the website is hosted. My code is:

[Code]....

I have achived this using the VB script. The code is:

[Code]....

In the above code psexec.exe is software used to access remote computers.nawinapp627 = Remote serverPlease help me to achieve above using C#.

View 13 Replies

Security :: Add And Remove Users From A Local Group Of A Remote Computer?

Feb 16, 2010

I want to populate members of a local computer group on a webpage and allow the user to add / remove users of that remote computer from a group say Administrators or Remote Users Group.

The application pool will be running with a user who is admin on all remove systems.

View 5 Replies

Forms Data Controls :: Downloading Pdf Without Prompt Window To Local Computer Then Printing Automatically

Mar 30, 2011

i have two tasks to accomplish. There are several pdf files (invoices) sitting in web server. My tasks are 1) enabling Olga to download multiple invoices into her local computer WITHOUT prompting any dialog box. 2) printing these files then automatically by default local printer from her desktop computer. How is possible this? She has birthday soon. No gift could be better than this solution as she has to open each pdf separately and hit print button about 40 times a day.

View 1 Replies

Web Forms :: Displaying A Window When Button Clicks?

Jan 12, 2011

i want to display a window with size less than previous window on click of the button.

View 4 Replies

How To View A Web Page Served From One Computer From Another Computer

Jan 31, 2011

I am running a website from IIS on one computer and I want to view the web page on another computer. the only way I can do this is by using the ipaddress of the computer with IIS on it but would rather have a url. How can I generate a url or use a domain name from [URL]. I signed up for an account on that website but dont know how to use it. I dont know how to configure it.

View 2 Replies

Web Forms :: Reply Address Should Be Different In SMTP Client?

Mar 4, 2010

I am creating a windows service to send automatic mails for the consumers, that are referred by our web site professional users to register in our site.

For sendind mail we are using our company mail but what we need is if customers want to reply for that mail they need to send for professional mail by clicking reply in the inbox.

View 1 Replies

AJAX :: Modalpopupextender Not Displaying The Popup Window

Feb 3, 2011

[Code]....

Modalpopupextender not displaying the popup window

View 7 Replies

SQL Reporting :: Displaying ReportViewer In A Separate Window?

Oct 4, 2010

I have a web app using SQL2008 R2 and VS2008, the reports are deployed to the report server, and in the app we have aspx pages where the user can select report criteria to run the reports, and when they are done selecting the criteria they click on the run report button and the report will be displayed in a separate aspx page which contains the reportviewer control. I use Server.Transfer() to display the reportviewer page because I need to use session to store the report criteria that the user selected (can't use URL parameters because the criteria can be quite extensive), and we don't want to cause the parent aspx page to postback.

The above works fine currently, but what our clients don't like is that the report is opened in a full browser window (with all of the address bar, toolbar, favorites, etc.), they really want the report page to open in a window with none of those stuff. One of the complaints is that they often mistakenly click on the printer icon in the browser toolbar instead of the one in the reportviewer control. I know how to open a window using javascript (window.open) and set the properties for the new window, but then I wouldn't be able to use session to pass the reprot criteria. Using Server.Transfer() or Repsonse.Redirect() would not let me customize the browser window.

To summarize, here are my requirements:

1. the report must be displayed in a separate page

2. the report should be displayed in a barebone window (without the browser toolbars, etc.)

3. report criteria are too extensive to pass as URL parameters, I have to use session to store the criteria

4. I would like the parent page to not have to do a postback

View 3 Replies

Forms Data Controls :: Displaying Xml Data In New Window On Click Event In A GridView?

Nov 30, 2010

is there a possibility to do the following:

I have a GridView which has a button in each row. On click event I want to open a new window displaying the xml data of the row.

I tried to this with the following code in the RowCommand - event:

var doc = new XmlDocument();
doc.LoadXml(content);
Response.ContentType = "text/xml";
Response.ContentEncoding = System.Text.Encoding.UTF8;
doc.Save(context.Response.Output);

This always generates a script error:

Sys.WebForms.PageRequestManagerParserErrorException: The message received from the server could not be parsed.

View 1 Replies

SMS (send And Reply) With Asp?

Aug 9, 2010

i know how to receive a data.. from sms.. using the service provider gateway.. but my problem is the reply of message from the source..the instruction says

[Code]....

[Code]....

Is it possible to send it using asp.net alone?

View 4 Replies

Preventing Reply Attacks In C#.net?

Mar 25, 2011

I am using c#.net web application.I will not allow reply attacks in my application.How do i prevent from the same.

View 3 Replies

Disable Reply In Email?

Aug 31, 2010

I am using smtp to send email messages through our asp.net aplication.

I want to stop user from replying the mail i had sent.

I had seen this on some autogenerated mails where they does not show senders address and also we cannot reply to these address.

How to achieve this in asp.net.

View 1 Replies

Recreate Facebook Like Reply Posting Wall?

Jan 17, 2011

I'm trying to recreate a facebook-like reply posting Wall with multiple users; 'm pretty new to the web environment but I have many years of development expierence so I should understand most of what you throw at me aanyone can put me in the right direction what type of script/lib/classes I should check. or even better some example code.

View 1 Replies

VS 2008 - How To Create Reply Options On Comments

Dec 12, 2013

I have tried creating a comment section page using data controls like listview and repeater control to display comments and I was wondering how to add reply options on it. I want to create a comment section page with reply option and the users are able to delete its comment as well by hovering the mouse where the close button will show just like any popular websites we've known.

View 7 Replies

AJAX :: How To Configure WCF To Accept & Reply To JQuery Post

Jan 11, 2010

I have a WCF web service and jQuery AJAX implementation that appears to be working perfectly, save for a single line of code: the AJAX calls to the WCF service only have the correct HTTP header & content information if I use GET in my AJAX calls. Once I choose to use POST, the WCF service response with "Method Not Allowed". The calls are coming from domains such as sub1.domain.com, and calling svc.domain.com. How can I configure WCF to allow the cross domain AJAX POSTs?

[Code]....

Here's the relevant section of the web.config:

[Code]....

Here's the AJAX code:

[Code]....

I have indeed tried these changes to my interface:

[Code]....

View 4 Replies

JQuery :: Let User Leave A Limited Reply On The Comment?

Feb 23, 2011

I would like to ask for any suggestion how to let user to leave a short - limited reply on comment....

Im working on the web where user can make a new post a then leave a comments to each post I've done it so far

View 3 Replies

How To Pass A Parameter To The Child Window From Parent Window Using Window.open

Oct 18, 2010

i have an aspx page in which a link in the grid view opens a popup page . the data in the grid view would be dynamic and i need to send the id of the row of grid while calling the child window. i get the id using sender.id, but how would i send this using window .open()?

View 2 Replies

Web Forms :: "Follow Up" Email From Asp Page / Outlook Doesn't Show Any Alert As The "reply By" Time Approaches?

Jun 23, 2010

I have a requirement in my asp.net web application, to send emails that are marked as "Follow up" with the "Reply By" property set. I was able to set both these parameters as explained in the article below:

http://www.asp101.com/tips/index.asp?id=142

And the Outlook is showing the email as "Flagged" with the reply by time as set in the code. But the problem is that the outlook doesn't show any alert as the "reply by" time approaches.

This alert appears properly when any "Flagged" email is sent from microsoft outlook, so I am not sure why the emails sent from the web application dont' show the alert?

View 1 Replies

Forms Data Controls :: Datalist Links Opening In New Window Rather Than Parent Window?

Jan 28, 2010

i have following datalist in WhatsNews.aspx page.

[Code]....

when i open home page and click a link in whatsnew section, IE 8 opening the links in a new window.but firefox 3.5.7 opens in parant window, just like i want.how can i make IE 8 also open the links in parent window?

View 3 Replies







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