Welcome to Sign in | Join | Help
in
Home Forums Photos Downloads

Browse by Tags

All Tags » ASP.NET
  • TO SEND Text message or URL through Clickatell

    WebClient wbcRingtone = new WebClient(); // Add a user agent header in case the requested URI contains a query. // http://www.hanusoftware.com wbcRingtone.Headers.Add("user-agent","Mozilla/4.0(compatible;MSIE 6.0;Windows NT 5.2; .NET CLR ...
    Posted to ASP.NET (Forum) by hanusoftware on July 18, 2007
  • Code to encrypt the Password or any string

    /// <summary> /// Thsi method retrieve the string to encrypt from the Presentation Layer /// And return the Encrypted String /// </summary> /// <param name="str"></param> /// <returns></returns> public string encryptPassword(string strText) { return Encrypt(strText, ...
    Posted to ASP.NET (Forum) by hanusoftware on July 11, 2007
  • encrypt and decrypt query string

    This code has been used to encrypt and decrypt query string .No matter what the lenght of the url is ,this code will encrypt the key and the value the query string into 25 digit     using System; using System.Collections.Generic; using System.Text; using System.Collections.Specialized; using System.Collections; using ...
    Posted to ASP.NET (Forum) by hanusoftware on July 3, 2007
  • Re: SQL Server 2005 Resources

    itechcs: Your database design depends on your application. Basically a role playing game that involves levels, classes, races, skills, ability scores, and such.  Although as opposed to a whole game, I am actually focusing on making a website that will be like a Rulebook for it.  I already know the how I will be doing it (I did ...
    Posted to SQL 2005 (Forum) by Rangoric on June 3, 2007
  • Re: Virtual Directories and Themes.

    Ok now I feel like I'm missing something. itechcs: What about a structure such as:Website 1Shared PagesWebsite 2Website 3Website 4 Still has the issue that Website 2 is a different web app from the Shared Pages.  Since Website 2 is pointed at by www.net as opposed to Website 1's www.com it counts as a different web ...
    Posted to ASP.NET (Forum) by Rangoric on June 1, 2007
  • Re: Virtual Directories and Themes.

    itechcs: Glad I could help!  LOL  :-) Yes, Thank you!  ^_^ Makes sense that master pages can't be shared across multiple sites.  However, couldn't you make each of the two sites it's own VS Project under the same Solution?  I've never tried it, but maybe that would allow you to share Master ...
    Posted to ASP.NET (Forum) by Rangoric on June 1, 2007
  • Re: Virtual Directories and Themes.

    Solved the Issue on my own. Its impossible.  master Pages are unable to be outside the application that the current page is a part of, and a virtual directory is considered its own web application as long as its outside the root web directory. I was able to use the theme (or master page) by coping them to the location that had the ...
    Posted to ASP.NET (Forum) by Rangoric on May 31, 2007
  • Virtual Directories and Themes.

    Ok, I'm just going to draw a picture and then ask why god why.  I have been trying to google up an answer but it seems to be.... Elusive. Here is the Directory Structure I WANT to use.  Website 1Website 2Shared ImagesApp_Themes ThemeOGLOriginally, Images and App_Themes where in Website 1.  Since I wanted to share them with all ...
    Posted to ASP.NET (Forum) by Rangoric on May 28, 2007
  • Synchronize member database between 2 or more websites.

    Hi there, I need someone help me out of database problem. I have looked over the net and cant find any clues to do it. I'm using 3 Classified Starter Kits ASP.NET to create my website. I have 1 domain and 2 subdomains on my host. Basically, I want to share member database between those 3 websites. It means once a user register or login ...
    Posted to SQL 2005 (Forum) by vieboi on April 28, 2007
  • asp.Net ajax 1.0 Beta released

    Asp.net AJAX v1.0 beta available for download now.  TAKE NOTE -- if you have <ATLAS: tags, you will have to change them out to <ASP: tags!!!!!!  So don't just drag, drop, delete! http://www.microsoft.com/downloads/details.aspx?FamilyId=90E0CCDF-D246-4929-A027-D5EE6F806851&displaylang=en
    Posted to Off Topic (Forum) by RileyTech.net on October 23, 2006
Powered by Community Server, by Telligent Systems