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...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 7456 - 7485 of 19702   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
7456
Are you after a solution to a specfic problem?? Or do you just want someone to explain what they do and where you can use them, if so, RTFM !!!!!! But to put...
Ian Moores
i_moores
Offline Send Email
Sep 1, 2004
7:14 am
7457
In a message dated 01/09/2004 02:02:11 GMT Standard Time, kirannatt123@... writes: Hi All, I am just wondering if anyone can tell me link for practice ...
johnsmith2797480@...
samsoftwareltd
Offline Send Email
Sep 1, 2004
8:31 am
7458
http://www.javaworld.com/javaworld/javaqa/2001-04/03-qa-0420-abstract.html Ian eventhough the above link is for java it explains the concept well no code being...
Sathya
sathyamca
Offline Send Email
Sep 1, 2004
8:40 am
7459
Hi, I have implemented Export datagrid to Excel in C#. One of the column in database is in Japanese lanugage. So that i included encoding for UTF8. But the...
Praharaju Venkat
praharaju_net
Offline Send Email
Sep 1, 2004
11:26 am
7460
You may want to try explicitly setting the Encoding property of the HtmlTextWriter and StringWriter to UTF8 as well before doing the rendering of the datagrid....
Newtz, Brian
virgotat
Offline Send Email
Sep 1, 2004
11:59 am
7461
The answer to your question is the subject of many books. No one can possibly give you a complete answer in an e-mail. Go read one of those books. Then return...
kevin.aubuchon@...
ka3751
Offline Send Email
Sep 1, 2004
4:02 pm
7462
Manoj, Your question is pretty general so maybe it would help if you read up on these topics and then ask more specific questions. One thing about interfaces...
Bob Grommes
bgrommes
Offline Send Email
Sep 1, 2004
4:07 pm
7463
Hi, I am placing say abc.exe (delphi application) in bin folder. How can i open this exe from code..pls help...urgent.. reg zen. ... Do you Yahoo!? Win 1 of...
mechzen
Offline Send Email
Sep 1, 2004
7:51 pm
7464
System.Diagnostics.Process.Start("c:\path\to\target.exe"); ... From: Mechzen [mailto:mechzen@...] Sent: Wednesday, September 01, 2004 12:59 PM To:...
Newtz, Brian
virgotat
Offline Send Email
Sep 1, 2004
7:55 pm
7465
Kiran, Is "MCAD Kit" the name of the book? (I am interested in MCAD certification as well.) Rod...
Rod Falanga
borninfulton
Offline Send Email
Sep 2, 2004
2:02 am
7466
hi, i m face some problem with my system. when i connect to dial up internet connection it works for a while and then it show system error and give 1 mins time...
manoj kumar
nam_81_in
Offline Send Email
Sep 2, 2004
5:00 am
7467
You've got a virus, it is hitting a file called something like lsass.exe, but these lists are not really the place to ask such questions. ... ...
Ian Moores
i_moores
Offline Send Email
Sep 2, 2004
8:03 am
7468
If you haven't already, check these sites out: http://www.microsoft.com/learning/mcp/mcad/requirements.asp - MCAD Requirements ...
Peter Bergstrom
petbe605
Offline Send Email
Sep 2, 2004
9:23 am
7469
hi group, I'am using MS Office Accelerator product for recruiting, well this product has deployment guide and we followed it as per the document, the setup...
sandeep_isola
Offline Send Email
Sep 2, 2004
9:26 am
7470
Hi Firstly Its a group for C# queries and not rest. So youd seldom post any such messages Secondly Its a worm goto Micro$oft site and d/l the patch thepopat...
Pyara Popat
thepopat
Offline Send Email
Sep 2, 2004
9:26 am
7471
Rod, I don't know the name of the book. I am also asking the same question but I think johnsmith can help us because he has given "MCAD Kit" suggestion. Kiran ...
kiran pannu
kirannatt123
Offline Send Email
Sep 2, 2004
9:27 am
7472
Hi, how to write csv file in c#.net? is there any existing method in .net framework supports doing so? Thank you...
ncelq
Offline Send Email
Sep 2, 2004
11:14 am
7473
Hi, the simplest answer to that is to create a textfile (there's a million examples on the web of how to create and save textfiles from .NET, if you don't...
Ian Moores
i_moores
Offline Send Email
Sep 2, 2004
11:22 am
7474
Hi, How to give UTF8 encoding to StringWriter and HtmlTextWriter? thanks, Venkat. You may want to try explicitly setting the Encoding property of the ...
Praharaju Venkat
praharaju_net
Offline Send Email
Sep 2, 2004
12:14 pm
7475
Hi guys I have found that i have to reinstall IIS as i am not able to create/open .NET projects. I have searched a lot ,used the various suggested ways but...
Ashish Gupta
ashish_cal5
Offline Send Email
Sep 2, 2004
12:14 pm
7476
There is also practice tests like at Transcender. They usually have a free demo for each exam and then of course the full product to buy. I used the demo as...
Steve Maier
ysfred4
Offline Send Email
Sep 2, 2004
12:25 pm
7477
I d like to do asp.net on Linux. Can anyone tell what can i use and how. Thancks Bye...
emilian_anghel
Offline Send Email
Sep 2, 2004
1:21 pm
7478
I thought Brian explained it as good as you can, you set the encoding property of the two objects: System.IO.StringWriter sw = new System.IO.StringWriter(); ...
Peter Bergstrom
petbe605
Offline Send Email
Sep 2, 2004
1:21 pm
7479
One of the simplest ways is to look at the Mono Project. They have C# and ASP.Net running on Linux and MacOS as well as Windows. http://www.mono-project.com/ ...
Steve Maier
ysfred4
Offline Send Email
Sep 2, 2004
1:24 pm
7480
Hi all, Is there any way to hide one or more column of a DataGrid ? ( When it has bound to a DataTable ) Thanks, MS Mehrdad _______________________________ Do...
Mehrdad Senobari
senobari_iust
Offline Send Email
Sep 2, 2004
1:24 pm
7481
Project Mono is still under development, but you have there what you want. http://www.mono-project.com/about/index.html ... From: emilian_anghel...
Luciano Spiegel
sluc23
Offline Send Email
Sep 2, 2004
1:40 pm
7482
*This message was transferred with a trial version of CommuniGate(tm) Pro* You can assign false to the Visible property of the columns. This must be done...
Muzaffer DOGAN
melodram55
Offline Send Email
Sep 2, 2004
1:57 pm
7483
In a message dated 02/09/2004 03:04:36 GMT Standard Time, rjfalanga@... writes: Kiran, Is "MCAD Kit" the name of the book? (I am interested in...
johnsmith2797480@...
samsoftwareltd
Offline Send Email
Sep 2, 2004
2:18 pm
7484
Hi, I placed a delhpi exe in web server under bin folder. Now i want to access the same from a local machine. How can i do tht? I tried several ways but not...
mechzen
Offline Send Email
Sep 2, 2004
2:45 pm
7485
Ashish, Did you try running aspnet_regiis.exe -i in your .NET Framework folder? ... From: Ashish Gupta <ashish_cal5@...> Date: Thu, 2 Sep 2004 05:13:04...
Spencer Ingram
spencer_ingram
Offline Send Email
Sep 2, 2004
2:59 pm
Messages 7456 - 7485 of 19702   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