Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~168 People Reached
Favorite Tags
Member Avatar for tropico

Hello, I'm experiencing some strange behavior with hashes in the URL and trying to do a redirect. See the following code below: [CODE] // Test.aspx.cs protected void Page_Load(object sender, EventArgs e) { Response.Redirect("http://www.yahoo.com"); } [/CODE] If I hit Text.aspx directly, I go to [url]http://www.yahoo.com[/url] as expected... But if I hit …

0
65
Member Avatar for tropico

Hello, Say I have an abstract class Connection to represent some kind of connection that can be executed and then return some kind of result. My problem is that the result returned by each connection varies (String, byte[], some other class, etc...). This results in additional logic that seems like …

Member Avatar for ~s.o.s~
0
103