TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Ankita Singh
NA
159
19.1k
url writing in global.asax
Mar 5 2018 12:49 AM
if am i doing url writing its adding my static word in all page link if mdetail it staic word
it showing static word in all page like medtail/index.aspx. in all css automatically adding mdetal word
mdetail.css...
static void RegisterRoutes(RouteCollection routes)
{
routes.Ignore("{resource}.axd/{*pathInfo}");
routes.MapPageRoute("mdetail", "mdetail/{mid}", "~/mdetail.aspx");
routes.RouteExistingFiles = false;
routes.RouteExistingFiles = false;
routes.Add(new Route("*\\.jpg", new StopRoutingHandler()));
}
Reply
Answers (
1
)
Getting ORA: 000936-missing Expression error
Three Tier Structure (from code behind to data access)