blah blah blah is here! blah blah » Close

0
votes
0 answers

Accessing an ASP.Net page from client

hi I am working on a project where I have build a page using ASP.Net .I am being provided with two PCs ,one is server and other is client having internet connections.The ASP.Net page is on server and have to access this page from client. ...

0
votes
2 answers

find the proportional area of some squares confined betwnn a disk in C#

Hi Could any one help me solve this problem- the related picture has been uploaded (below link), please look at that first. if it is not working please let me know to upload it again as just 10 times it can be downloaded. I have a regu ...

0
votes
1 answers

I want to get the Url of the current request plus querystring values

Rick_A
761

Is there any built in asp.net API (Request object?) to get the currently requested URL? I actually want it broken down into 2 parts, one is the complete url without the querystring values, and the second part is ONLY the query string val ...

0
votes
2 answers

C# How to get Internet Explorer address bar information (url)?

Hi, how to get Internet Explorer address bar information? When i`m type in to address bar e.g. www.google.com, i want to get message with the same URL. How to get this? I work with C#. can anyone help me?

Feedback