Click here to Skip to main content
15,885,216 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
how to write client side routing in asp net?
html or java script
Posted
Updated 18-Dec-14 18:09pm
v2
Comments
DamithSL 19-Dec-14 0:38am    
what you mean by client side routing? you need to redirect to another page from javascript?
iamvinod34 19-Dec-14 0:51am    
no....how to write code for routing?
for example:home
localhost/vinod/index.aspx came
but i want localhost/vinod/home ...how to write code?
Sergey Alexandrovich Kryukov 19-Dec-14 1:22am    
It doesn't seem to make any sense. What would this "client-side routing" possibly mean? And no matter what is it, it is unrelated to ASP.NET, which is a purely server-side technology. (Yes, it provides assistance with client-side scripting, but it does not change the essence of things.)
Please understand, client-side has nothing to do with URLs, they are just a part of HTTP request. When you type something in an address bar, this is exactly what service side gets. Or did you mean something else?
—SA
Thanks7872 19-Dec-14 1:42am    
Why? I think you should know the difference between Client side and Server side.
Sergey Alexandrovich Kryukov 19-Dec-14 2:16am    
If you want to say that OP doesn't seem to have a clue, this is the impression I got. :-)
—SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900