Community Page
- www.emadibrahim.com Jump to website »
-
Subscribe -
Community
-
Top Commenters
-
Popular Threads
-
Recent Comments
- Thanks a lot.It works also with SQL Server 2008 Express and NetworkService instead of LocalSystem.
- There is another validation toolkit called Validator Toolkit for ASP.NET on Codeplex.com. See http://www.codeplex.com/MvcValidatorToolkit
- Is that a compile error or runtime error? Did you copy & paste the code correctly? Sometimes the browser messes up the code formatting. Other than that you should add a breakpoint and examine...
- Hi Emad I just tried your code, but it is throwing me an error at this part: var x = (from result in resultXml.Descendants("nodeKeyVal") ... It tells me : error CS1026: ) expected Do you...
- Sorry, but the last time I used c++ was in college :)
Jump to original thread »
I am working on an asp.net mvc application and I wanted to make the user’s main page (profile) be www.domain.com/username. This is a problem because the routing engine in MVC treats the first item after the domain as a controller. Ofcourse I could do a {*cat
... Continue reading »
1 year ago
12 months ago
how i can route to main page without using MVC (We are using System.Web.Routing assembly)
12 months ago
12 months ago
11 months ago
Read this http://chriscavanagh.wordpress.com/2008/03/11/a... for routing with Web Forms
7 months ago
I'm not sure this is a very future-proof way of working...
7 months ago
use usernames with 6 or more characters and I also keep track of a list of
banned usernames in the config file e.g. administrator, account, etc...
It is not perfect but it works otherwise, you will be stuck with URLs that
look like /user/eibrahim instead of just /eibrahim