| Thread | Last Post | Replies |
|
| http tracing - suggestions/pointers please | 05 Apr 2005 07:40 GMT | 7 |
Given a url I'd like to monitor where the page redirects, whether it's via a usual redirect, javascript or meta refresh. It might be that a url will redirect through a few different sites before getting to it's final destination.
|
| When we have to use static instance? | 05 Apr 2005 06:07 GMT | 5 |
Can u give me the real time scenario where we have to use satic instance only? By B.Balaji
|
| Object Orientated Programming Advice | 05 Apr 2005 03:12 GMT | 9 |
I'm not sure if I'm in the correct group but I'm after some advice on Object Orientated Programming concepts. I've move from structured programming into VB.NET. I can grasp the language syntax Ok, but I'm having a few problems with the ideas of OOPS.
|
| Advice needed on client side programming. | 05 Apr 2005 02:27 GMT | 2 |
I have an application written in J++ that runs client side code. I would like to convert this application to C#, but am somewhat new to C# and need some 'how to' advice. The code must run on the client machine, and needs to perform HTTP requests
|
| Javascript confirm for editable gridview asp.net 2.0 | 04 Apr 2005 22:59 GMT | 1 |
I have a littler asp 2.0 page that allows me to edit a feild but what I would like is after clicking "Update" in the grid view is to get a javascript popup to allow confirmation anyone know of a way to do this?
|
| Inherit HttpWebRequest | 04 Apr 2005 20:56 GMT | 2 |
I want to inherite HttpWebRequest named "HttpWebMultipartRequest". My class contains method that help adding a name and value in multipart/form-data requesst. My question is how can I use it? HttpWebRequest's constructor has two parameters: SerializationInfo and StreamingContext ...
|
| HTTP Protocol Violation | 04 Apr 2005 20:51 GMT | 4 |
Greetings; When attempting to pull down a particular web page using HttpWebRequest, I get a "HTTP Protocol Violation Error". I understand this is to do errors from the web service, but need to pull the page anyways. I do not have access to
|
| posting data to a web form using HttpWebRequest | 04 Apr 2005 20:14 GMT | 1 |
I already posted this problem on group but didn't hear solution from anybody. So I planned to post it again. I am very new to writing a web-cralwer which programatically loging to a site.
|
| How to write an ActiveX or COM .NET Object to be used in Internet Explorer (IE) in csharp (C#) | 04 Apr 2005 16:42 GMT | 1 |
How to write an ActiveX or COM .NET Object to be used in Internet Explorer (IE) in csharp (C#) 1. Code the NET Class 2. regasm TestActXEvent.dll /tlb:TestActXEvent.tlb /codebase
|
| Parse and split string | 04 Apr 2005 16:42 GMT | 3 |
I have problem with string parsing. I have string for ex.: "abc def" abc def and I need string array: abc def
|
| Sortable Custom Collections | 04 Apr 2005 13:41 GMT | 2 |
First of all Yes, I know it's possible and have implemented it before. Using c#, Ive created several base class objects, many of which can belong to collections. I've written the collection classes, i've inherited from CollectionsBase and have written the necessary methods to make ...
|
| Server Error in '/' Application. | 04 Apr 2005 09:02 GMT | 1 |
Access to the path "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET Files\root\9aaec62a\2962aabb" is denied. The above message is after I deploy a web application to a domain controller using server extension. the user is IUSER_'machinename' I tried and granted the ...
|
| Is there any way to archive PeekNext() with objects in MessageQueu | 04 Apr 2005 08:53 GMT | 1 |
There is a function PeekNext in MSMQQueue Activex library. However, there is only Peek() in MessageQueue in .NET System.Messaging. Is there any way to archive PeekNext with .NET library?
|
| Type of delegate? | 04 Apr 2005 04:25 GMT | 3 |
Imagine you have a Type value - how can you tell if it's a delegate? If it's NOT a class, a struct, an enum, or an interface?
 Signature www.midnightbeach.com
|
| Media Inserted into drive | 04 Apr 2005 01:15 GMT | 5 |
How do I detect a media: cd/dvd/compact flash/memory stick As it is being inserted into the the machines? the api call listing for the : WM_DEVICECHANGE no longer works
|