Search the web
Sign In
New User? Sign Up
CSharpNET · C# .NET (C-Sharp) Developers' Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 12592 - 12621 of 19704   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
12592
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...
meyyappanpl
Offline Send Email
Oct 3, 2005
6:07 am
12593
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... ...
serimc ser
serimc3
Offline Send Email
Oct 3, 2005
6:07 am
12594
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...
Mayowa Awobadejo
mawobadejo
Offline Send Email
Oct 3, 2005
6:07 am
12595
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 =...
amir abid
mamirabid
Offline Send Email
Oct 3, 2005
6:09 am
12596
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...
Ashish Gupta
ashish_cal5
Offline Send Email
Oct 3, 2005
9:35 am
12597
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...
johnsmith2797480@...
samsoftwareltd
Offline Send Email
Oct 3, 2005
11:33 am
12598
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...
Newtz, Brian
virgotat
Offline Send Email
Oct 3, 2005
11:51 am
12599
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...
johnsmith2797480@...
samsoftwareltd
Offline Send Email
Oct 3, 2005
1:05 pm
12600
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...
Newtz, Brian
virgotat
Offline Send Email
Oct 3, 2005
1:09 pm
12601
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...
Matt Benic
mbenictemp
Offline Send Email
Oct 3, 2005
1:39 pm
12602
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...
johnsmith2797480@...
samsoftwareltd
Offline Send Email
Oct 3, 2005
2:19 pm
12603
1. Right click solution in solution explorer 2. Select add > existing project Charlie...
charlie zhang
charliezhang...
Offline Send Email
Oct 3, 2005
3:37 pm
12604
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...
Haitham Ebiary
haithamebiary
Offline Send Email
Oct 3, 2005
3:37 pm
12605
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...
Chandra Sekhar
csharpdevelo...
Offline Send Email
Oct 3, 2005
6:57 pm
12606
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...
Kevin Aubuchon
ka3751
Offline Send Email
Oct 3, 2005
7:06 pm
12607
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...
Matt Benic
mbenictemp
Offline Send Email
Oct 4, 2005
6:39 am
12608
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 ...
Ian Moores
racer_rudi_2003
Offline Send Email
Oct 4, 2005
6:57 am
12609
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...
Manish Dalal
mnd_world
Offline Send Email
Oct 4, 2005
10:17 am
12610
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...
satyaki chatterjee
satyaki20
Offline Send Email
Oct 4, 2005
10:21 am
12611
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 ...
Ian Moores
racer_rudi_2003
Offline Send Email
Oct 4, 2005
10:23 am
12612
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>...
Fernando Salas
fsalastaxo
Offline Send Email
Oct 4, 2005
12:13 pm
12613
Try using this: DateTime.Now.ToString("MM/DD/YYYY", DateTimeFormatInfo.InvariantInfo) Shubham ... From: CSharpNET@yahoogroups.com...
Shubham Gupta
forshubham
Offline Send Email
Oct 4, 2005
12:32 pm
12614
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...
Ian Moores
racer_rudi_2003
Offline Send Email
Oct 4, 2005
12:46 pm
12615
Each user has it's own session. dagda1@......
Paul Cowan
dagda1970
Offline Send Email
Oct 4, 2005
12:46 pm
12616
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...
Rob Karatzas
robkaratzas
Offline Send Email
Oct 4, 2005
1:20 pm
12617
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 ...
Fernando Salas
fsalastaxo
Offline Send Email
Oct 4, 2005
2:27 pm
12618
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...
Carlos Manuel Pérez
dorian_de_co...
Offline Send Email
Oct 5, 2005
9:13 am
12619
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...
Bob Yew
bob_yew
Offline Send Email
Oct 5, 2005
11:18 am
12620
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...
johnsmith2797480@...
samsoftwareltd
Offline Send Email
Oct 5, 2005
11:18 am
12621
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...
Santosh Pai
pai90210
Offline Send Email
Oct 5, 2005
11:18 am
Messages 12592 - 12621 of 19704   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help