Hi,
Why I am getting object reference not set to an instance of an object with the following MapPageRoute?
I guess it's because of {ADDRESS} at the beginning without a name like Page/{ADDRESS{ but how can I solve it. I already sent all the three lines at the end of the MapPageRoute but still having the same problem, keep in mind the problem occuers only in the PostComment.aspx
<pre lang="cs">routes.MapPageRoute("volow_member_channel_post", "{ADDRESS}/{GUID}", "~/Post.aspx");
routes.MapPageRoute("volow_channel_home", "{ADDRESS}", "~/ChannelHome.aspx");
routes.MapPageRoute("volow_member_post_comment", "{ADDRESS}/Comment/{GUID}", "~/PostComment.aspx");</pre>
Technology News @ www.JassimRahma.com
Why I am getting object reference not set to an instance of an object with the following MapPageRoute?
I guess it's because of {ADDRESS} at the beginning without a name like Page/{ADDRESS{ but how can I solve it. I already sent all the three lines at the end of the MapPageRoute but still having the same problem, keep in mind the problem occuers only in the PostComment.aspx
<pre lang="cs">routes.MapPageRoute("volow_member_channel_post", "{ADDRESS}/{GUID}", "~/Post.aspx");
routes.MapPageRoute("volow_channel_home", "{ADDRESS}", "~/ChannelHome.aspx");
routes.MapPageRoute("volow_member_post_comment", "{ADDRESS}/Comment/{GUID}", "~/PostComment.aspx");</pre>
Technology News @ www.JassimRahma.com