|
|
Browse by Tags
All Tags » ASP.Net
-
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 ...
-
/// <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, ...
-
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 ...
-
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 ...
-
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 ...
-
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 ...
-
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 ...
-
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 ...
-
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 ...
-
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
|
|
|