Click here to Skip to main content
15,896,502 members

Comments by eku123 (Top 2 by date)

eku123 7-Jan-13 10:50am View    
thanks to both of u ...but this is not solving my problem.

Let me reframe another question to solve my problem.

Consider that whenever a user writes a url in his browser after my domain i.e www.mysite.com/abc/cdf/cfg/asd
or
www.mysite.com/xyz/sad
.
.
.
I want that all this url should be automativally redirected in my Default.aspx(i.e my initial page ) so that i can later on use in to create my own search in C# in Default.aspx.cs -->pageload()event.
Please note: I should be able to read the url given by user and not the www.mysite.com/default.aspx

Plz guide me with the same.
eku123 19-Nov-11 0:44am View    
Deleted
ielement error "the type or namespace could not be found" how to remove that?