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 9635 - 9664 of 19702   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
9635
HI All: I am newbie, I have got basic question about C#. The question as follows: 1.What is difference between C# and C#.NET? I would be grateful, if any one...
Nagarjuna C
cvnreddy
Online Now Send Email
Feb 1, 2005
9:55 am
9636
Unless i've missed something.... nothing!! C# is one of the 100+ languages you can use with the .NET runtime, i do not believe it is possible to use C# outside...
Ian Moores
i_moores
Offline Send Email
Feb 1, 2005
9:59 am
9637
Hai i'm a beginner in C#.NET and i'm currently working on to get the remote IPAddress of a client connected to a server. If can plz do try out for me to have...
sherri ss
sherri_ss
Offline Send Email
Feb 1, 2005
12:19 pm
9638
Something must be wrong with your code... unless I still don't understand you, the following code that I'm using to try to diagnose your problem is not...
Newtz, Brian
virgotat
Offline Send Email
Feb 1, 2005
12:23 pm
9639
When you accept a client connection you'll have an instance of the socket used to communicate with that client. With that socket, you can grab the IP address...
Newtz, Brian
virgotat
Offline Send Email
Feb 1, 2005
12:30 pm
9640
Hi Nagarjuna, C# is specially designed for .NET. I don't think you can use C# without .NET runtime !!! regards, Rama. Nagarjuna C <nagarjunac@...> wrote: ...
RamaKrishna
raemz
Offline Send Email
Feb 1, 2005
1:03 pm
9641
On a whim I was looking to version my one component a little more strictly, and I went to set the AssemblyVersionAttribute like so: [assembly:...
Newtz, Brian
virgotat
Offline Send Email
Feb 1, 2005
3:43 pm
9642
Hi, I have a method in a WebService that receives a string. I know this string will be well formatted XML (although I will perform error checking). I want to...
O'Neill, Ciaran
Ciaran.O'Neill@...
Send Email
Feb 1, 2005
4:09 pm
9643
Its OK. I got it using a StringReader. ... ********************************************************************** This email and any files transmitted with it...
O'Neill, Ciaran
Ciaran.O'Neill@...
Send Email
Feb 1, 2005
4:09 pm
9644
As an alternative to a DataSet, you could load the XML string into a XmlDocument and use XPath. It would depend on if you needed a 'recordset' or could work...
kevin.aubuchon@...
ka3751
Offline Send Email
Feb 1, 2005
5:46 pm
9645
Thanks for the example and it illustrates what I was saying below. I must be a problem with my code. Damn. That's not damn that I was wrong, but damn I have to...
cy_doyle
Offline Send Email
Feb 1, 2005
6:29 pm
9646
I totally with you Paul,,,, ,,,,, I too have developed in ASP since the year 2000. And have a better grasp ASP.Net than colleges that jumped into .net without...
Dave
mixxxx206
Offline Send Email
Feb 1, 2005
7:31 pm
9647
Actualy brian what I find in the documentation is this list of examples of valid version strings. Examples of valid version strings include: 1 1.1 1.1.* 1.1.1 ...
Steve Maier
ysfred4
Offline Send Email
Feb 1, 2005
8:53 pm
9648
Taken directly from the "about AssemblyVersionAttribute" entry in the .NET 1.1 SDK docs: You can specify all the values or you can accept the default build ...
Newtz, Brian
virgotat
Offline Send Email
Feb 1, 2005
8:57 pm
9649
Hi, I am trying to execute a stored procedure that updates a table's record and then does SELECT to retrieves that table's records after the update. However, I...
johnsmith2797480@...
samsoftwareltd
Offline Send Email
Feb 2, 2005
1:05 am
9650
Hi, What possibley can cause the Response.Write not to write to an aspx page? knowing that it's not throwing an error....so why? [Non-text portions of this...
johnsmith2797480@...
samsoftwareltd
Offline Send Email
Feb 2, 2005
1:10 am
9651
Rule out the obvious first, is the line being executed? In other words, did the function exit before your Response.Write? ... From: johnsmith2797480@... ...
Kevin Aubuchon
ka3751
Offline Send Email
Feb 2, 2005
2:11 am
9652
If you're updating a record then you already have the data, is it necessary to re-query the database? If it is, I would make (and execute) separate update and...
Kevin Aubuchon
ka3751
Offline Send Email
Feb 2, 2005
3:00 am
9653
Here is an example stored proc and code that updates and then selects: CREATE TABLE [Project] ( [id] [int] IDENTITY (1, 1) NOT NULL , [name] [char] (30) NOT...
Kevin Aubuchon
ka3751
Offline Send Email
Feb 2, 2005
3:13 am
9654
Hi All, I am developing a windows application in C#. I am making use of datagrid control to display few data from database. I have to display 5-6 columns from...
Binu Skariah
binu_star
Offline Send Email
Feb 2, 2005
9:31 am
9655
I want to use a repeater to display a button for every item in the cache. Each button should have the key of the cache object as its Text property and it...
Hector Sanchez
hecsan07
Offline Send Email
Feb 2, 2005
9:31 am
9656
Hi Friend, I am not aware of web services but the error is familiar to me. So i thought of giving my suggestion to you. See if it helps. Login Failed for user...
Raj Raj
john_cool9
Offline Send Email
Feb 2, 2005
9:32 am
9657
hai, u can use datagrid1.datasource=ds.tables[0] instead of datagrid1.datasource=ds regards vinu Yahoo! India Matrimony: Find your life partneronline. ...
Sujith Kumar
gurugi123
Offline Send Email
Feb 2, 2005
12:23 pm
9658
For testing / learning purposes the default datagrid is fine to use for this purpose, however, apart from in a readonly situation (and then with some serious...
Ian Moores
i_moores
Offline Send Email
Feb 2, 2005
12:28 pm
9659
In a message dated 02/02/2005 09:34:02 GMT Standard Time, john_cool9@... writes: Below is my reply to both Brian and Raj... Hi Friend, I am not aware of...
johnsmith2797480@...
samsoftwareltd
Offline Send Email
Feb 2, 2005
12:53 pm
9660
In a message dated 02/02/2005 09:34:02 GMT Standard Time, john_cool9@... writes: Hi, This is my reply to both, Brian, and Raj, Hi Friend, I am not aware...
johnsmith2797480@...
samsoftwareltd
Offline Send Email
Feb 2, 2005
12:55 pm
9661
You didn't set the property correctly. I told you to turn OFF the integrated security/trusted_connection. You're logging in as the ASPNET account because you...
Newtz, Brian
virgotat
Offline Send Email
Feb 2, 2005
12:58 pm
9662
Hi all, I have the following regular expression validator <asp:regularexpressionvalidator id="regvCandidateNumber" runat="server"...
dagda1970
Offline Send Email
Feb 2, 2005
1:56 pm
9663
Try this: ^[\d]{4} ... From: dagda1970 [mailto:dagda1@...] Sent: Wednesday, February 02, 2005 8:56 AM To: CSharpNET@yahoogroups.com Subject: [C#.NET]...
bti
eyllon
Offline Send Email
Feb 2, 2005
2:10 pm
9664
In a message dated 02/02/2005 13:01:01 GMT Standard Time, brian.newtz@... writes: You didn't set the property correctly. I told you to turn OFF...
johnsmith2797480@...
samsoftwareltd
Offline Send Email
Feb 2, 2005
2:19 pm
Messages 9635 - 9664 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