I know silly question but i tried looking it up on Google with no luck.
|
|
|||
|
|
|
Add an
|
||
|
|
|
|
Hi, As Jason has already answered, also put a "CodeFile=anycodefile.cs" in the page directive. If your page has a code-behind file, use the CodeFile attribute. Otherwise put the assembly containing the code behind class in the bin folder and use the inherits. The class must derive from webpage or usercontrol and must be public. |
|||
|
|
