How to call page directives
-
Hi there..... How to include codebehind converted dll file in the page directives.Please help me Regards n Thx Sam.M
hi i dont know exactly what you are asking but one solution is there if you dont know. you have to add reference of that dll in your solution file. for that right click on solution and click on add reference... and then click on browse and select your dll then that dll will be available to you
Regards, DJ Rock
-
hi i dont know exactly what you are asking but one solution is there if you dont know. you have to add reference of that dll in your solution file. for that right click on solution and click on add reference... and then click on browse and select your dll then that dll will be available to you
Regards, DJ Rock
Thanks........... Plz help me..... This is the code defaultly i'm having in sample.aspx file..[ html view ], <%@ Page language="c#" Codebehind="sample.aspx.cs" AutoEventWireup="false" Inherits="Demo.sample" %> I converted this sample.aspx.cs file into sample.dll file successfully. Now how should i write(include) the page directory in sample.aspx file, and what are the steps to upload this sample.dll file in remote server.. Please Help me... Sam.M