Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
B

Bishoy Labib

@Bishoy Labib
About
Posts
8
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • SiteMapDataSource
    B Bishoy Labib

    After searching the MSDN I found that you can have resouce files for sitemaps to localize them. check this page: http://msdn2.microsoft.com/en-us/library/ms178427.aspx[^]

    The first 90% of the code accounts for the first 90% of the development time. The remaining 10% of the code accounts for the other 90% of the development time.

    ASP.NET question

  • SiteMapDataSource
    B Bishoy Labib

    I'm not sure if you can create resource files for sitemaps to localize them. I had a similar problem before and I had to create a different copy of sitemap for each language. In your case you will need 4 sitemaps (2 for each langauge) and have some code to decide which sitemap that will be used according to the current culture.

    The first 90% of the code accounts for the first 90% of the development time. The remaining 10% of the code accounts for the other 90% of the development time.

    ASP.NET question

  • Site Map Provider
    B Bishoy Labib

    You will use it like this: MySiteMapDataSource.Provider = SiteMap.Providers("ProviderName")

    The first 90% of the code accounts for the first 90% of the development time. The remaining 10% of the code accounts for the other 90% of the development time.

    ASP.NET question csharp

  • How to make a SiteMapDataSource to use a SiteMapProvider defined in Web.Config?
    B Bishoy Labib

    It should be like this: MySiteMapDataSource.Provider = SiteMap.Providers["ProviderName"];

    The first 90% of the code accounts for the first 90% of the development time. The remaining 10% of the code accounts for the other 90% of the development time.

    ASP.NET tutorial question

  • images on gridview
    B Bishoy Labib

    Absolute paths like this will never work on ASP.NET controls because the browser on the user PC will not understand where is the C drive on the server. You must convert this path to a relative path. May be by trimming the url string to remove the first characters until the page folder. like: <%# DataBinder.Eval(Container.DataItem, "urlimage").ToString().Substring(28) %>

    The first 90% of the code accounts for the first 90% of the development time. The remaining 10% of the code accounts for the other 90% of the development time.

    ASP.NET database sql-server sysadmin learning

  • SiteMapDataSource
    B Bishoy Labib

    Instead of having a sitemap with Visible property it's easier to have 2 sitemaps: 1. with visible nodes only 2. with all the nodes This will allow you to bind the menu control to the visible sitemap and to get other nodes from the other sitemap you can configure the names of the 2 sitemap providers in web.config see this msdn article to know how: http://msdn2.microsoft.com/en-us/library/ms178426.aspx[^]

    The first 90% of the code accounts for the first 90% of the development time. The remaining 10% of the code accounts for the other 90% of the development time.

    ASP.NET question

  • Custom Memberships
    B Bishoy Labib

    Check this article.. http://www.devx.com/asp/Article/29256[^]

    The Game Developer

    ASP.NET database csharp asp-net help question

  • So what's wrong with a new look?
    B Bishoy Labib

    I have P4 2.4 GHz, 1 GB RAM, GeForce FX 5200 with 128 MB memory and Windows Vista beta 2 and RC1 run very fast on my PC. I think all of the you saying "buy new hardware" didn't even try it.

    The Game Developer

    The Lounge css question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups