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
W

wEb GuRu

@wEb GuRu
About
Posts
212
Topics
117
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • IP Redirection for High Traffic Website
    W wEb GuRu

    Hey Developers We have a high traffice website and need to redirect User to respective city according to her IP. Wat wud b the efficient way(Web Service, Updated IP Database...) to accomplish this? If there is some free solution available in the town then it would be realy very great :) Thanks for your time!

    All the way from Sialkot ...

    ASP.NET database com question

  • multilevel categories !
    W wEb GuRu

    Hey Guys I want to display records from db having multilevel categories ID, Name, Description, ParentID(ID of parent category). I found many examples to show categories in heirarchical structure, BUT these are using Stored Procedures! Is there any efficient way to achieve this in C# ??? Thanks in Advance

    Work Smart...

    ASP.NET csharp database question

  • IM integration on website
    W wEb GuRu

    Hey Guys I need to integrate different IM like Windows Live, Yahoo, Google and AOL. By integration I mean, we can store conversation between users, invite users from code. Please let me know if im missing something to explain it in more details.

    All the way from Sialkot ...

    ASP.NET com

  • [Message Deleted]
    W wEb GuRu

    [Message Deleted]

    ASP.NET

  • problem creating textbox on the fly
    W wEb GuRu

    You need to create Array of Controls instead, to get/set attributes of all textboxes.

    All the way from Sialkot ...

    ASP.NET help

  • "DateTime" to "Time Span" (Duration Posted)
    W wEb GuRu

    Hi Developer I just need a utility to convert DateTime to descriptive Duration. Just like we can see in this forum. Like if I post a message on "08/07/2008 04:59:05 PM" you will see it like "1 minute ago", "1 day ago", "1 month and 3 days ago" and so on. Thanks in advance

    All the way from Sialkot ...

    ASP.NET com tools

  • Problem in Browser
    W wEb GuRu

    Try to implement browser caps in your web.config http://msdn.microsoft.com/en-us/library/sk9az15a.aspx[^] http://aspnet.4guysfromrolla.com/articles/050504-1.aspx[^]

    All the way from Sialkot ...

    ASP.NET help csharp asp-net

  • URL Rewriting for Subdomains
    W wEb GuRu

    Hey guys I have been using URL Rewriter available at: MSDN[^]. I want to rewrite subdomains now. For example... http://**adam.sitename.com/index.aspx ---should map to---> http://www.sitename.com/index.aspx**?user=adam

    All the way from Sialkot ...

    ASP.NET database com tutorial question

  • Store assemblies in folder other than BIN
    W wEb GuRu

    Hey guys I want to store assemblies in a folder other than default folder ie "BIN" for ASP.net 2.0. Actualy I need to upload multiple projects on one hosting account and I have only one BIN directory on Root, and I don't want to mixed up DLLs for multiple projects. Any suggestion in this regard will be very helpful in this regard.

    All the way from Sialkot ...

    ASP.NET csharp asp-net com hosting

  • Implementing eBay API in ASP.NET
    W wEb GuRu

    there is nothing wrong on provided link, BUT I need a quick start. You may say a short cut :)

    All the way from Sialkot ...

    ASP.NET csharp asp-net com json learning

  • Loaded External Websites in Content place holder
    W wEb GuRu

    you can also screen scrap the web page, you want to display in content place holder. http://www.csharpfriends.com/Articles/getTip.aspx?articleID=210[^]

    All the way from Sialkot ...

    ASP.NET question

  • Implementing eBay API in ASP.NET
    W wEb GuRu

    Hey guys Can you please refer any good resource for implementing eBay API http://developer.ebay.com/common/api/ [^] in ASP.net...! Thanks for your time

    All the way from Sialkot ...

    ASP.NET csharp asp-net com json learning

  • URL Rewriting with Hackable URLs
    W wEb GuRu

    Its working fine, only for URLs with .ASPX extensions. Like following url is working fine www.domain-name.com/category/index.aspx BUT url without .aspx extension like www.domain-name.com/category/ gives "File not found" Error. As ASP.net only handles pages with extension .aspx.........!

    All the way from Sialkot ...

    ASP.NET com help question

  • URL Rewriting with Hackable URLs
    W wEb GuRu

    Hey guys I have implemented URL Rewriting using: http://msdn2.microsoft.com/en-us/library/ms972974.aspx[^] BUT it could not help me to construct truly hackable URLs as it is stated at:http://msdn2.microsoft.com/en-us/library/ms972974.aspx#urlrewriting_topic7[^]. Any body here have any idea about this? Thanks for your time

    All the way from Sialkot ...

    ASP.NET com help question

  • hii
    W wEb GuRu

    I don't think you can perform backward conversion automaticaly, instead you need lots n lots of work to do manualy. Please read the thread: http://www.thescripts.com/forum/thread473802.html[^]

    All the way from Sialkot ...

    ASP.NET csharp asp-net visual-studio question

  • Cache Header, Footer on Client Side
    W wEb GuRu

    Hi Developers I want to cache page's header and footer(which are infact two different user controls) on client's browser. . . ! Any suggestion is this regard..?

    All the way from Sialkot ...

    ASP.NET winforms com question

  • Want to learn ASP.NET AJAX
    W wEb GuRu

    http://www.asp.net/learn/ajax-videos/[^] Check out the Video Tutorials

    All the way from Sialkot ...

    ASP.NET csharp asp-net

  • Changing Skin of Web Page [modified]
    W wEb GuRu

    Hi Developers I want my customers to chooose from different templates for there Ad page like: http://www.onestopmotors.com/ad_details.aspx?ad_id=7365[^]. Please let me know what is the best way to implement this concept(having multiple skins)? I know there are skin files in ASP.net 2.0 but I have to use ASP.net 1.1. Thanks for your time

    All the way from Sialkot ...

    modified on Monday, January 28, 2008 12:28:18 PM

    ASP.NET question csharp asp-net wpf com

  • Invoice Management System
    W wEb GuRu

    Respected Dave I googled first and then I posted here for help, anyways thanks for your HELP

    All the way from Sialkot ...

    Visual Basic com learning

  • Invoice Management System
    W wEb GuRu

    Hi Developers I'm looking for an Open Source Invoice Management System, which I can modify easily according to my needs.... Please let me know if you know about any good resource about it. Thanks

    All the way from Sialkot ...

    Visual Basic com learning
  • Login

  • Don't have an account? Register

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