Click here to Skip to main content
15,898,222 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Specified cast is not valid Pin
dotnetmember10-May-09 19:02
dotnetmember10-May-09 19:02 
QuestionHow to Impersonate local system account in c# Pin
Cafedreamz10-May-09 15:36
Cafedreamz10-May-09 15:36 
AnswerRe: How to Impersonate local system account in c# Pin
N a v a n e e t h10-May-09 16:23
N a v a n e e t h10-May-09 16:23 
QuestionHow to place a calendar control in a dropdown list??? Pin
harissssss10-May-09 10:13
harissssss10-May-09 10:13 
AnswerRe: How to place a calendar control in a dropdown list??? Pin
Abhishek Sur10-May-09 10:31
professionalAbhishek Sur10-May-09 10:31 
AnswerRe: How to place a calendar control in a dropdown list??? Pin
AlexeiXX310-May-09 18:14
AlexeiXX310-May-09 18:14 
QuestionHow To Fetch Client IP Address Continuesly After Every Specific Second And To Redirec Client URL Pin
maxuser1310-May-09 9:20
maxuser1310-May-09 9:20 
AnswerRe: How To Fetch Client IP Address Continuesly After Every Specific Second And To Redirec Client URL Pin
Abhishek Sur10-May-09 9:59
professionalAbhishek Sur10-May-09 9:59 
what is the problem with this.

If you programmatically want to do, just in your handler, try to transfer your response to the page if certain request occurs.
To get IP use

Request.Servervariables("REMOTE_ADDR")

You can get the absolute URI from this
Request.Url.AbsoluteUri

Now use Server.Transfer to the page.

Otherwise you can also use

<urlMappings enabled="true">

<add url="~/Info/Copyright.aspx" mappedUrl="~/Help/Copyright.aspx" />

<add url="~/Support/Contacts.aspx" mappedUrl="~/Help/Contacts.aspx" />

</urlMappings>

in Web.Config if you want this automatically.


QuestionUnExpected Errors on webserve Pin
Aman Bhullar10-May-09 5:52
Aman Bhullar10-May-09 5:52 
AnswerRe: UnExpected Errors on webserve Pin
Herman<T>.Instance13-May-09 3:47
Herman<T>.Instance13-May-09 3:47 
QuestionCrystal Reports not working on Web Server Pin
yogesh_kumar_agarwal10-May-09 3:38
yogesh_kumar_agarwal10-May-09 3:38 
AnswerRe: Crystal Reports not working on Web Server Pin
N a v a n e e t h10-May-09 4:40
N a v a n e e t h10-May-09 4:40 
GeneralRe: Crystal Reports not working on Web Server Pin
yogesh_kumar_agarwal10-May-09 5:02
yogesh_kumar_agarwal10-May-09 5:02 
GeneralRe: Crystal Reports not working on Web Server Pin
Ramesh Swaminathan10-May-09 5:15
Ramesh Swaminathan10-May-09 5:15 
GeneralRe: Crystal Reports not working on Web Server Pin
yogesh_kumar_agarwal10-May-09 5:27
yogesh_kumar_agarwal10-May-09 5:27 
GeneralRe: Crystal Reports not working on Web Server Pin
N a v a n e e t h10-May-09 7:27
N a v a n e e t h10-May-09 7:27 
GeneralRe: Crystal Reports not working on Web Server Pin
yogesh_kumar_agarwal10-May-09 7:43
yogesh_kumar_agarwal10-May-09 7:43 
GeneralRe: Crystal Reports not working on Web Server Pin
AlexeiXX310-May-09 8:03
AlexeiXX310-May-09 8:03 
GeneralRe: Crystal Reports not working on Web Server Pin
yogesh_kumar_agarwal10-May-09 9:13
yogesh_kumar_agarwal10-May-09 9:13 
QuestionHow to use prepared statement for displaying data using asp.net Pin
AshishRasekar9-May-09 15:44
AshishRasekar9-May-09 15:44 
AnswerRe: How to use prepared statement for displaying data using asp.net Pin
AlexeiXX39-May-09 17:25
AlexeiXX39-May-09 17:25 
AnswerRe: How to use prepared statement for displaying data using asp.net Pin
N a v a n e e t h9-May-09 18:28
N a v a n e e t h9-May-09 18:28 
AnswerRe: How to use prepared statement for displaying data using asp.net Pin
Abhishek Sur10-May-09 9:55
professionalAbhishek Sur10-May-09 9:55 
QuestionFundamental ASP.NET Question Pin
MarkMokris9-May-09 4:38
MarkMokris9-May-09 4:38 
AnswerRe: Fundamental ASP.NET Question Pin
Christian Graus9-May-09 10:25
protectorChristian Graus9-May-09 10:25 

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.