Answer Questions
hgs07 xml data posting and retrieving in c#.net
hi i have to send xml data to the payment gateway which accepts xml data in partuclar format and returns the responce in xml format. I am new to payment gateway, i dont know how to send the xml data and retrive the information. can any one plz help me in this Plz give me any code sample Here's a sample method that uses HttpWebRequest and HttpWebResponse to post an XML string to some URL. The method doesn't really look into the respo ...Show All
Larry Guger How to pass objects across applications
I am having one windows application which calls an asp.net webpage. i want to return a file stream object form asp.net page & want to access that filestream object in windows application. can any body tell me how to do that. i am calling the webpage like this. Dim url as string url = "Http:\\localhost\Sample\WebForm1.aspx" Dim WebRequest As HttpWebRequest = HttpWebRequest.Create(url) when i try to get response ...Show All
Rob Lemmens VBScript
Hello, I have been using the VBScript language trough the scriping runtime engine. I would like to know if I can upgrade to some other scripting language which works with .net instead of COM. Thanks. Hello Ori, Yes, there are a number of scripting languages which have been ported to the .NET Framework/Common Language Runtime. In general, the scripts are portable, although YMMV depending on specific language and port. Some examples: Python ...Show All
Andrew87 Removing Specific Characters from a string
Hi, was wondering if anyone can help me, please. I try to remove a specific character from a string, but I have no Idea of how it can be done. If there's any bright spark out there somewhere, please share a bit of your knowledge. I'm using the String.Remove("{0:C}", object) function, but now I want to remove a , (Comma) from the string, in order o save that value. Thank You oya, thanks ...Show All
MA Tester HTML + TIME code.
Hi, my name is Ozzie Garzon and I have a question on this piece of code. <t:MEDIA id="oMedia" timeAction="visibility" src="countlead.wmv" begin="indefinite"/> <BUTTON onclick="oMedia. beginElement ();">Start</BUTTON> <BUTTON onclick="oMedia. endElement ();">Stop</BUTTON> <BUTTON onclick="oMedia. pauseElement ();">Pause< ...Show All
willcun ThreadPool and Webclient.UploadValues
I have an app that listens on a multicast socket for some data then wraps that data in some XML and POSTs it to a web server for storage (the response from the web server contains no useful info so I ignore it). Early on I noticed that using Webclient.UploadValues was taking a fair amount of time and I was missing some of the multicast data coming in. I then tried using a ThreadPool to spawn off a separate thread that created it's own Webclient ...Show All
Smithy196 A problem of CLR Profiler
CLR Profiler is a very nice tools. I often use it to detect if there is any memory leak in my program. However, I find sometimes it shows nothing when I click "Show heap now". How can I detect memory leak in such situation Or how can I make it always works normal Thanks! Hi Lei Jiang, thank you for the feedback! I'll try to get an updated version posted, so other people don't run into the same problem. Thanks Peter ...Show All
kgs51 user name and password to IIS
I all, I'm trying to connect to a webservice located on my PC. So, I typed the http://(MY IP...)/WebService/Service1.asmx Then the browser give my authentication window. how can I add a user name and password to be authenticated. Is my way right. I want to attach the web service from anoter computer . Please help me... You must add a local user on your machine. You can do that in the User Accounts control panel ...Show All
Fab IT Who's using .Net?
I am just starting using VB.Net and loving it. But can anyone point to an example of an application created using .Net It seems as if Microsoft doesn't make many apps with it. I am trying to show coworkers some examples. Thanks, Chris Yeah, I've been keeping an eye on that too. Especially software coming from Microsoft that is "main stream". Two products I know of: SQL server 2005 Manageme ...Show All
Hossam Abdel Wahab MS NET FRAMEWORK 1.1
Hi there, I know this is going to sound so stupid to you whizz kids. And it probably is stupid. But i am totally desperate to find out why i cant install the above subject matter. Your help and advice is desperately needed as i havent a clue what i am doing wrong I cant install ms net framework, it keeps on coming up: EXTRACTION FILE FAILED: IT IS MOST LIKELY CAUSED BY LOW MEMORY(LOW DISK SPACE FOR SWAPPING FILE) OR A CORRUPTED CABINET FILE. I h ...Show All
Hugh Burton How do I read NON Server controls in a form
I have several controls in a form, that are not RunAT="Server". How do I read these when the page comes back to me I've looked in my Form.Controls collection, they are not there. I've looked in the Page.Controls colleciton, they are not there. Where are they Yes, I know if they were RunAt="Server" I could access them, but surely there is a way to access non RunAt="Server" controls Thanks Hello Brian, A great ...Show All
ecosharp runtime error
I hope someone can help me out here. Since a few days my website gives a runtime error. I haven't changed anything, and my provider says he didn't change anything, and he can't solve the problem. Take a look at www.gratisverlanglijstje.nl/default.aspx Hi, Did you make sure that the security in both virtual and physical folders is configured properly after you've copied them to a remote server For exa ...Show All
riverwalker TCP Async Callback problem
hello; this suppose to be an echo server but it doesn't work, it connect and send the welcome message just fine but doesn't receive any data i don't know why, the client send data because i have tried the client by console server and it worked fine but when i use the Asynchronous methods it doesn't work here its my code private byte [] data = new byte [ 1024 ]; private string strdata; private Socket srvr; private ...Show All
Toni_M Adding records
Help!! I am trying to add records to a database i have a visual 2003 app that has a bunch of text boxes where i have it adding the information from the text boxes into the table and it works however I want to upgrade to visual 2005 and the same syntax doesnt work and i cannot find any examples or understan how to do this same function here is what I got can someone tell me what I am doing wrong i have a dataset, binding source and a data adap ...Show All
Paul.Prasanta .NET 2005
We have developed a website in .NET 2005. It seems that when you try to access this site from a MAC, any logos and/or text are out of place and in some cases some of the functionality does not work. I am trying to figure out if there are issues with MACS that would prevent someone from viewing a website that was developed in .NET. There are three web browsers that are being used and all three have problems. IE, Safari, and Firefox. Any help woul ...Show All
