Click here to Skip to main content
15,922,166 members

Comments by kalpeshnariya (Top 11 by date)

kalpeshnariya 15-Jun-20 4:38am View    
sorry
kalpeshnariya 13-Jun-20 0:27am View    
so what can i do please tell me and please give me suggestion
kalpeshnariya 12-Jun-20 6:35am View    
routeCollection.MapPageRoute("DefaultRoute", "{Name}", "~/Default.aspx");
and
a href='<%# GetRouteUrl("DefaultRoute", new {Name = "Index"})%>'>Home
this also not working.. where is my mistake in this code. please help me.
kalpeshnariya 12-Jun-20 6:09am View    
routeCollection.MapPageRoute("DefaultRoute", "{Name}", "~/Default.aspx");

and

a href='<%# GetRouteUrl("DefaultRoute", new {Name = "Index"})%>'>Home
kalpeshnariya 12-Jun-20 6:06am View    
Deleted
routeCollection.MapPageRoute("DefaultRoute", "{Name}", "~/Default.aspx");
and
Home

this also not working.. where is my mistake in this code. please help me.