Hi All, I'm using a TCPClient to send information to the Listener. Is there a way to check if the client sent teh information successfully. Coz if it was not...
I am looking for office 2003 and visual studio .net style controls' c# source code. If you know any documents or links please send. Thanks. Good works... ...
Hi all, I am working on a small project where i would need to use some ArrayLists, Arrays and DataTable generated in one Form withing the project on another...
This works in ADO 2.5 - 2.8 with recordset's NextRecordset property e.g. Set oRs = SP() you will find first recordset in it. to find next recordset. Set oRs =...
Hi you must pass the objects from the first page to the second page. Make public properties for the objects in the first form you want to access in the second...
Hi, I have a page that has an iFrame. When I run the application on the local host, the iFrame shows white! When I run the application saved on the Server from...
IIRC, your security settings on your local machine may be preventing the content in the iframe from loading. When you run it on the server though, you can see...
In a message dated 03/10/2005 13:13:37 GMT Standard Time, ... That does sound right.. ... This is what I already thought, but honestly I cna't see a...
All I can recommend is to step through the code line by line and keep an eye on your locals or watch window for your DataRowView object and inspect it...
Hi all, does anyone know how to add multiple existing projects to a solution easily (ie without having to individually browse for each one). If there is no way...
In a message dated 03/10/2005 14:46:05 GMT Standard Time, ... Good idea...but mind you I can't step through it on the server app, as it doesn't have that...
To stop infinte loop in console application such as Main() { int x=1; if (x<2) Console.writeline(x); } i want to stop this loop using the enter key has anybody...
Hi all I have a TextBox which I am setting it to ReadOnly at runtime. if(true) { TextBox.ReadOnly = true; } else { //do something... } I see a problem in...
Handle it as you did when the textbox was open for edit. Update your business object or update your database. If you need to prevent the above scenario, use...
I know how to add individual projects, I was looking for a way to easily add multiple projects (rather than having to run through the normal process for each...
Hi, I think what you'll find is happening is the page is doing a history.back() as if you had clicked the "back" button in your browser, so the textbox is ...
Hi Scott, Are you using DataAdapter.Fill(Dataset) or Command.ExecuteReader() method If u r using DataAdapter, then the dataset will be filled with all the...
Hi All, Is this guarenteed to get the last error for single user session...What happens if 2 users get an error at the same time?? Please give me some...
Hi Guys, Surely i am not alone in this problem. I have installed the .NET Framework version 1.1 on two different servers, and the date time format is now ...
Hi I read somewhere that you can set it up in the config files perhaps a lead Fer ... From: "Ian Moores" <i_moores@...> To: <CSharpNET@yahoogroups.com>...
I think you mis-understand me, It has screwed up the settings, so has broken all the applications on the server, as they are expecting an english (uk) dateTime...
searched high-and-low Ian... the only post on the www where they've experienced this was when they upgraded from 2000 to 2003 (product was InstantASP Forums...
did you tried with the config files? Fer ... From: "Ian Moores" <i_moores@...> To: <CSharpNET@yahoogroups.com> Sent: Tuesday, October 04, 2005 9:45 AM ...
First of all, that's NOT an infinite loop. You don't have any iterative instructions on that code, it simply defines an integer variable, assigns 1 to it and...
Hi, Is there any sample codes for binary file find/replace functions? I hvae the text file find/replace codes but don't have binary one. Thanks ... Yahoo! for...
This issue has still been a mistery, please guys can some one give me any sort of advise on this? Basically, when I run my application on localhost, and load...
Hi All, Need help here to write a recursive fn for loading nodes from an xml into a tree. I have an array DisplayElements[Book, Chapter, Title,.] and this...