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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 10764 - 10793 of 19704   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
10764
hello all, i am facing a big problem...there are some asp.net pages which i have to upload to a server and publish through a ip...but after publishing the...
Prosenjit Choudhury
prosenjit_cy
Offline Send Email
Apr 1, 2005
12:11 pm
10765
In a message dated 01/04/2005 13:12:25 GMT Standard Time, prosenjit_cy@... writes: Mmmm, it looks like we are both on the same boat! well my problem is...
johnsmith2797480@...
samsoftwareltd
Offline Send Email
Apr 1, 2005
2:26 pm
10766
Please make sure that you repost any comments from the other groups that you posted this on back here for the benefit of our members. That is the main reason...
Steve Maier
ysfred4
Offline Send Email
Apr 1, 2005
2:29 pm
10767
I need to get the highest letter between 2 strings. lcCurr2= "H" and lcRev = "J" I was hoping that this was going to return -1 with the values above but it ...
Stephen Russell
lotmate
Offline Send Email
Apr 1, 2005
3:21 pm
10768
Stephen, Since the 2nd argument is greater than the 1st argument, String.Compare() returns 1. It would return 0 if equal and -1 if the 2nd arg was less than ...
Bob Grommes
bgrommes
Offline Send Email
Apr 1, 2005
3:32 pm
10769
don't know all the details Stephen, but don't forget about ignoring/using case (if this applicable) r ... From: "Bob Grommes" <bob@...> Reply-To:...
Rob Karatzas
robkaratzas
Offline Send Email
Apr 1, 2005
3:42 pm
10770
... Thanks, but all in upper. Stephen Russell S.R. & Associates Memphis, TN 38115 901.246-0159...
Stephen Russell
lotmate
Offline Send Email
Apr 1, 2005
3:51 pm
10771
String.Compare returns it's value of what comes first. -1 - lcCurr2 comes before lcRev 0 - lcCurr2 == lcRev 1 - lcRev come before lcCurr2 Given that...
thekrankykoder
Offline Send Email
Apr 1, 2005
4:35 pm
10772
... Might fix: Response.Redirect( "page.aspx", false ); ...those try/catch *blokes* can be a bloody nuisance. Chris...
Chris Conboy
sircyobnoc
Offline Send Email
Apr 1, 2005
4:48 pm
10773
If the validator is working and that is happening on the client-side, then you would not get your postback. If the validators are valid do you get your ...
Michael Beall
mikebeall
Offline Send Email
Apr 1, 2005
7:34 pm
10774
... After much googling I found an answer to this problem. Check the version of the /aspnet_client/system_web/ *.js files. They should be in either 1_1_4322 or...
Michael Beall
mikebeall
Offline Send Email
Apr 1, 2005
7:56 pm
10775
Has anyone used QuickStart for MS Certifications? I found the company here http://www.smallbiz-resources.com/latestnews/030105.htm I might consider getting...
bg_goldman
Offline Send Email
Apr 4, 2005
11:10 am
10776
Dear group members, I developed an ERP system for an organization in VB.Net. I design all the user interface or u can say screens by using 1024 by 700...
subhan abdus
subhan_abdus
Offline Send Email
Apr 4, 2005
11:11 am
10777
Hello! I'm coding for client-server applications. In server application,when client joins, a method is invoked. In this invoked method,I have a statement...
sabeelca
Offline Send Email
Apr 4, 2005
11:12 am
10778
hi all, i need a little help about a window app.This is so easy but someone who is new to an OOP programming is a bit diffucult. if u start programming with...
Mesut Gürbüz
mesutgmesut
Offline Send Email
Apr 4, 2005
11:12 am
10779
Hello, I would like a detailed explanation of how to access the PPC's hardware buttons in C# .NET programming. I would like to be able to have an event fired...
dougbenham
Offline Send Email
Apr 4, 2005
11:12 am
10780
Friends I have written this code to send AT commands to Modem. I am facing a difficulty that after sending the command for the first time the modem doesnot...
Anand Vardhan Mathur
anand_mathur...
Offline Send Email
Apr 4, 2005
11:13 am
10781
In a message dated 01/04/2005 21:00:29 GMT Standard Time, mikebeall@... writes: Thank you so much Mike, your help got me really excited, as it does make ...
johnsmith2797480@...
samsoftwareltd
Offline Send Email
Apr 4, 2005
11:13 am
10782
Hi All, Can anyone tell me the difference? Scenario: I have an aspx page on my computer that runs IIS. It uses SSL and MS Basic Authentication scheme for...
hobbit_jr
Offline Send Email
Apr 4, 2005
11:13 am
10783
Well I havn't done win app in C# for a whie now but from what i can remember, I think you can do something like: In the Closed event or on Close event of that...
johnsmith2797480@...
samsoftwareltd
Offline Send Email
Apr 4, 2005
12:40 pm
10784
hi, Use the properties. With the help of properties u can pass values between forms. the other way is through the constructors by passing the values to the...
Nkrishnan
s_navaneetha...
Offline Send Email
Apr 4, 2005
12:40 pm
10785
In a message dated 04/04/2005 12:15:03 GMT Standard Time, hobbit_jr@... writes: Well from what I remember about my experience with Credentials, and i...
johnsmith2797480@...
samsoftwareltd
Offline Send Email
Apr 4, 2005
12:41 pm
10786
GUI controls can only be accessed from the GUI thread. Read about Control.Invoke. You may have to create a delegate that is used by Control.Invoke to update a...
Kevin Aubuchon
ka3751
Offline Send Email
Apr 4, 2005
12:46 pm
10787
Sorry JohnSmith, I dont quite understand what you mean... Perhaps the problem I have is with the way IIS works? From what I understand about the Basic...
hobbit_jr
Offline Send Email
Apr 4, 2005
1:42 pm
10788
Hi all, Can anyone tell me what this kind of indexer works? public Source this [Guid sourceUID] { get { return (Source)_sourceList["SourceUID",sourceUID]; } } ...
dagda1970
Offline Send Email
Apr 4, 2005
2:25 pm
10789
In a message dated 04/04/2005 14:42:49 GMT Standard Time, hobbit_jr@... writes: Ok, perhaps your knowledge is more advanced than mine in this topic, ...
johnsmith2797480@...
samsoftwareltd
Offline Send Email
Apr 4, 2005
2:54 pm
10790
In a message dated 04/04/2005 15:26:58 GMT Standard Time, dagda1@... writes: Hi Paul, Not sure what exactly your question perhaps you need to re write...
johnsmith2797480@...
samsoftwareltd
Offline Send Email
Apr 4, 2005
2:54 pm
10791
In IIS security settings, is Windows integrated security selected? ... kevin aubuchon www.aubuchon-design.com [Non-text portions of this message have been...
Kevin Aubuchon
ka3751
Offline Send Email
Apr 4, 2005
3:03 pm
10792
hello everybody! i am working on an application which requires complete attention of the user. Complete attention in the sense, user should not be able to run...
kaulgud@...
Send Email
Apr 5, 2005
4:20 am
10793
Hi all, Can anyone tell me what an object borker is?? Does anyone have an example of how one would work? THanks Paul...
dagda1970
Offline Send Email
Apr 5, 2005
8:41 am
Messages 10764 - 10793 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