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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 17699 - 17728 of 19704   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
17699
hello friends, i have xml file as shown below, <methods> <start id="1"> <event1/> <event2/> </start> <start id="2"> <event1/> </start> <stop id="1"> <event1/>...
Amit Gajjar
amitgsolusoft
Offline Send Email
Apr 1, 2008
3:47 pm
17700
Hi All (programming code: ASP.NET) I have a Problem with running my application on Windows Vista (On Windows XP it works fine) when I run my application and...
mee
me19741974
Offline Send Email
Apr 1, 2008
3:48 pm
17701
OK, I'm convinced -- I need to start using Linq. But my question is, where do I find it? I'd like to try the simple example program shown on page 3 of the new...
Mike Dodd
doddm2001
Offline Send Email
Apr 1, 2008
3:50 pm
17702
Hi there NaMaN! You should read about HttpModules and some usefull methods in ASP.NET like Server.Transfer and Response.Write. A HttpModule is component that...
Bruno Coelho
bcoelho2000
Offline Send Email
Apr 1, 2008
3:51 pm
17703
Iam using Visual Studio 2005 with C#. My project will connect with SQL database. I want to create a setup file for my project, that can be run on any system....
atul_kr_vish
Offline Send Email
Apr 1, 2008
3:53 pm
17704
You'll find some APIs deprecated or obsoleted in v2.0, so note those and rework your app. In particular, things did change significantly in the networking...
jallred6
Offline Send Email
Apr 1, 2008
3:55 pm
17705
Hi there Amit. I don't know why are you selecting "values_123" in your code, but anyway you probably might want to try this: XmlNode node2remove =...
Bruno Coelho
bcoelho2000
Offline Send Email
Apr 2, 2008
1:43 am
17706
I'm sorry but I don't know why the url didn't make it to the final post. Anyway here it is... the link to the my article about a real case that uses url...
Bruno Coelho
bcoelho2000
Offline Send Email
Apr 2, 2008
1:43 am
17707
Hi there Mike. LINQ was released as part of the .NET framework 3.5 extending the way you can interact with different data sources. It enables you to perform...
Bruno Coelho
bcoelho2000
Offline Send Email
Apr 2, 2008
1:57 am
17708
foreach(ListItem ItemIterator in chk.Items) { if (ItemIterator.Selected) { string =+ ItemIterator.Text + ","; } } ... From: antara bose To:...
Surya A. Saputra
email2saputra
Online Now Send Email
Apr 2, 2008
4:24 am
17709
IC, Sorry ... From: Zeeshan Khan To: CSharpNET@yahoogroups.com Sent: Thursday, March 27, 2008 8:47 PM Subject: Re: [C#.NET] how to get text and value of...
Surya A. Saputra
email2saputra
Online Now Send Email
Apr 2, 2008
4:29 am
17710
How about if you use Install Shield ? This application may accommodate your need. From: CSharpNET@yahoogroups.com [mailto:CSharpNET@yahoogroups.com] On Behalf ...
Wiltek
wiltekg
Online Now Send Email
Apr 2, 2008
10:58 am
17711
... Sigh.... I believe I've discovered the problem. I have the .Net 3.5 framework installed, but SharpDevelop doesn't show the System.linq assembly to add to...
Mike Dodd
doddm2001
Offline Send Email
Apr 2, 2008
10:59 am
17712
Thank you everybody. On Wed, Apr 2, 2008 at 10:04 AM, Surya A. Saputra <surya.saputra@...> ... [Non-text portions of this message have been removed]...
antara bose
antara_bose2005
Offline Send Email
Apr 2, 2008
10:59 am
17713
Thank you Zeeshan. I've used ur code and it is working. Thank you once again. On Thu, Mar 27, 2008 at 4:52 PM, Zeeshan Khan <it_zeeshanlko@...> ... ...
antara bose
antara_bose2005
Offline Send Email
Apr 2, 2008
10:59 am
17714
I will be the "devils lawyer" in this, but i dislike LINQ A LOT, seems another try to "extend, transform and break" another widely used standard (SQL) in order...
Carlos de Luna Saenz
cdelunasaenz
Online Now Send Email
Apr 2, 2008
11:00 am
17715
_____ From: CSharpNET@yahoogroups.com [mailto:CSharpNET@yahoogroups.com] On Behalf Of Carlos de Luna Saenz Sent: Tuesday, April 01, 2008 10:54 PM To:...
Stephen Russell
lotmate
Offline Send Email
Apr 2, 2008
3:46 pm
17716
hi friend; I have your problem too. If sb answered you,plz send me the answer . Thanks in advance. Wiltek <Wiltek_g@...> wrote: How about if you use...
SAINT HAJAR HOSSEINI
s.hajarhosseini
Offline Send Email
Apr 2, 2008
3:46 pm
17717
I don't know very much about linq, but sql access is always an important issue when developing applications. We have a sql framework solution in house where we...
Alcides Schulz
alseethis
Offline Send Email
Apr 2, 2008
3:47 pm
17718
On click datagrid value I want to response to the other page and all the text of the selected grid should be fill in the textbox. How can I do that? Regards, ...
Jagdeep Mankotia
jagdeepmankotia
Offline Send Email
Apr 2, 2008
3:47 pm
17719
... To be honest, what I really need to do is learn how to do database operations in C# (I'm a newbie at C# programming, although I've been programming in...
Mike Dodd
doddm2001
Offline Send Email
Apr 2, 2008
3:47 pm
17720
hello everyone, thanks for previous reply, now i want to read DTD element,and attributes so anyone who knows about to read DTD please reply , i m working in...
Amit Gajjar
amitgsolusoft
Offline Send Email
Apr 2, 2008
3:47 pm
17721
How I can convert string to color in C# [Non-text portions of this message have been removed]...
Mohammad Al-Athamneh ...
athamneh4you
Offline Send Email
Apr 2, 2008
3:48 pm
17722
Remember, C# is a Microsoft-created, Microsoft-supported language, therefore a lot of the functionality is determined by Microsoft. As a new programmer, if...
Rick Rodriguez
rickscottrod
Offline Send Email
Apr 2, 2008
5:20 pm
17723
why not use urlrewriter.net? check it out, it's pretty good i reckon. http://urlrewriter.net/ ... From: Bruno Coelho <bcoelho2000@...> To:...
Edwin Loviyandhi
eloviyandhi
Offline Send Email
Apr 2, 2008
5:24 pm
17724
Hello Mohammad, use Color.FromName method. Regards Zeeshan Khan ... From: Mohammad Al-Athamneh (IWSPP) <mathamneh@...> To: CSharpNET@yahoogroups.com ...
Zeeshan Khan
it_zeeshanlko
Offline Send Email
Apr 2, 2008
5:35 pm
17725
... I agree with this recommendation. It's essential to build a solid foundation in _programming_ before you get too wrapped up in which language is the best....
Mike Dodd
doddm2001
Offline Send Email
Apr 2, 2008
7:31 pm
17726
Hello Saint, Use installer class to a class library application and on commited event execute the SQL script file. Then add that dll to Custom Actions of the...
Zeeshan Khan
it_zeeshanlko
Offline Send Email
Apr 2, 2008
7:32 pm
17727
Hello Jagdeep, Add a hyperlink column to the data grid and configure DataNavigateUrlFields & DataNavigateUrlFormatString. Regards Zeeshan Khan ... From:...
Zeeshan Khan
it_zeeshanlko
Offline Send Email
Apr 2, 2008
7:32 pm
17728
One thing to keep in mind is that alot of universities are moving or have moved to using Java and/or .NET as a beginning language. I personally think that a...
Steve Maier
ysfred4
Offline Send Email
Apr 2, 2008
7:44 pm
Messages 17699 - 17728 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