Ask a Question related to ASP.NET General, Design and Development.
-
Salim Afþar #1
seperating ascx and cs files
Hi,
By default, code behind files (*.cs) and *.aspx files are located in the
same folder. I want to separate my code behind files to a different folder.
Because my application has to support multilanguage.
So I created a direcory then copy the .cs file to that directory and changed
the .aspx @Page tag like this:
<%@ Page language="c#" src="Codes/WebForm1.aspx.cs" AutoEventWireup="false"
Inherits="WebApplication2.WebForm1" %>
then I get the error:
VS.NET does not support src attribute.
Any help will appreciated kindly.
Thanks a lot.
Salim,
Salim Afþar Guest
-
Using Contribute with aspx and ascx files - possible? How prevent editing of certain area?
Has anyone tried using Contribute 3 or 4 with aspx pages or ascx user controls. What has been your experience? Does it work pretty well? Also,... -
FormAuthentication on ascx files
Hi, I have a default.aspx page which has PlaceHolder where it will call different *.acx file based on the request url. eg... -
Seperating data within a field
Hi All, I am designing a website for a tennis club. Each week Tennis Australia release an excel spreadsheet of last weekend's results. I import... -
seperating filenames
Hi, I'm using the input File method for users to upload their files to a folder on a website, I wanted to store the filename in the database but... -
[ASCX] Add an ascx in a webcontrol...
hey there, ok i made a class, that inherits webcontrol, and i add an htmltable to it. I was wondering how to declare an ascx file as an object in...



Reply With Quote

