Click here to Skip to main content
15,890,897 members
Home / Discussions / C#
   

C#

 
GeneralCombo ControlArray - Selected Item Pin
Sylesh28-Dec-04 7:19
Sylesh28-Dec-04 7:19 
GeneralRe: Combo ControlArray - Selected Item Pin
Guinness4Strength28-Dec-04 7:56
Guinness4Strength28-Dec-04 7:56 
GeneralRe: Combo ControlArray - Selected Item Pin
Identity Undisclosed28-Dec-04 8:09
Identity Undisclosed28-Dec-04 8:09 
GeneralRe: Combo ControlArray - Selected Item Pin
Sylesh29-Dec-04 3:03
Sylesh29-Dec-04 3:03 
GeneralRe: Combo ControlArray - Selected Item Pin
Identity Undisclosed29-Dec-04 7:21
Identity Undisclosed29-Dec-04 7:21 
GeneralRe: Combo ControlArray - Selected Item Pin
sreejith ss nair28-Dec-04 16:12
sreejith ss nair28-Dec-04 16:12 
GeneralRetrieving HTML Source for a given website Pin
Anand Mudliar28-Dec-04 7:07
Anand Mudliar28-Dec-04 7:07 
GeneralRe: Retrieving HTML Source for a given website Pin
Jesse Squire28-Dec-04 7:34
Jesse Squire28-Dec-04 7:34 
Unless you have knowledge of the specific site, you're always going to run into problems with a secured site or one with complex session management. Implementations will differ from site to site, making a one-size-fits-all component very difficult.

For example, lets assume that have valid credentials to log into a secured site, how does that site manage them? Do you need to pass them in the form of a cookie, or do you have to post to a specific page? What happens if the site changes their implementation details?

Creating a component that could handle all of the different variations would most likely require a constantly updated data source with the implementation details for each non-public site. I can't imagine that anyone would argue that disclosing the inner workings of your authentication mechanism is a good security practice.

I don't think that you're going to find a component that meets your requirements. Your best bet would be to see if the desired sites offer an RSS or ATOM syndication, or perhaps a web service to supply details to your application.

Not the answer that you were looking for, but I hope it helps a bit. Smile | :)

--Jesse
GeneralRe: Retrieving HTML Source for a given website Pin
Anand Mudliar28-Dec-04 8:25
Anand Mudliar28-Dec-04 8:25 
GeneralRe: Retrieving HTML Source for a given website Pin
Nick Parker28-Dec-04 8:53
protectorNick Parker28-Dec-04 8:53 
GeneralRe: Retrieving HTML Source for a given website Pin
Jesse Squire28-Dec-04 9:08
Jesse Squire28-Dec-04 9:08 
GeneralRe: Retrieving HTML Source for a given website Pin
Anand Mudliar28-Dec-04 22:12
Anand Mudliar28-Dec-04 22:12 
GeneralRe: Retrieving HTML Source for a given website Pin
Jesse Squire29-Dec-04 4:50
Jesse Squire29-Dec-04 4:50 
GeneralRe: Retrieving HTML Source for a given website Pin
Nick Parker28-Dec-04 7:57
protectorNick Parker28-Dec-04 7:57 
GeneralFle Version Pin
Anonymous28-Dec-04 7:03
Anonymous28-Dec-04 7:03 
GeneralRe: Fle Version Pin
Jesse Squire28-Dec-04 9:21
Jesse Squire28-Dec-04 9:21 
GeneralChanging the scroll bar color Pin
LannieK28-Dec-04 5:34
LannieK28-Dec-04 5:34 
GeneralLicensing, Encryption and .NET Reflector Pin
PaleyX28-Dec-04 3:58
PaleyX28-Dec-04 3:58 
GeneralRe: Licensing, Encryption and .NET Reflector Pin
Javier Lozano28-Dec-04 6:21
Javier Lozano28-Dec-04 6:21 
GeneralRe: Licensing, Encryption and .NET Reflector Pin
Skynyrd28-Dec-04 8:43
Skynyrd28-Dec-04 8:43 
GeneralA loop in write statement Pin
Anonymous28-Dec-04 3:43
Anonymous28-Dec-04 3:43 
GeneralRe: A loop in write statement Pin
Identity Undisclosed28-Dec-04 7:46
Identity Undisclosed28-Dec-04 7:46 
GeneralRe: A loop in write statement Pin
Anonymous28-Dec-04 11:34
Anonymous28-Dec-04 11:34 
GeneralRe: A loop in write statement Pin
Bill Dean29-Dec-04 16:55
Bill Dean29-Dec-04 16:55 
GeneralRe: A loop in write statement Pin
jablo30-Dec-04 8:48
jablo30-Dec-04 8:48 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.