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...
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...
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...
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, 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 ...
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...
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 ...
... 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...
Has anyone used QuickStart for MS Certifications? I found the company here http://www.smallbiz-resources.com/latestnews/030105.htm I might consider getting...
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...
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...
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...
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...
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...
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 ...
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...
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...
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...
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...
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...
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...
Hi all, Can anyone tell me what this kind of indexer works? public Source this [Guid sourceUID] { get { return (Source)_sourceList["SourceUID",sourceUID]; } } ...
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, ...
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...
In IIS security settings, is Windows integrated security selected? ... kevin aubuchon www.aubuchon-design.com [Non-text portions of this message have been...
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@...
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...