Click here to Skip to main content
15,895,871 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: pdf in iframe [modified] Pin
saud_a_k18-Jan-09 2:16
saud_a_k18-Jan-09 2:16 
GeneralRe: pdf in iframe Pin
Christian Graus18-Jan-09 11:57
protectorChristian Graus18-Jan-09 11:57 
AnswerRe: pdf in iframe Pin
Aman Bhullar18-Jan-09 2:38
Aman Bhullar18-Jan-09 2:38 
GeneralRe: pdf in iframe Pin
saud_a_k18-Jan-09 18:18
saud_a_k18-Jan-09 18:18 
GeneralRe: pdf in iframe Pin
Aman Bhullar19-Jan-09 5:54
Aman Bhullar19-Jan-09 5:54 
GeneralRe: pdf in iframe Pin
saud_a_k19-Jan-09 18:51
saud_a_k19-Jan-09 18:51 
Questiondll issue Pin
snehasish17-Jan-09 23:34
snehasish17-Jan-09 23:34 
AnswerRe: dll issue Pin
Abhijit Jana17-Jan-09 23:56
professionalAbhijit Jana17-Jan-09 23:56 
snehasish wrote:
I want to create dll of all files are in APPCODE folder.I am using asp.net 2.0 frame work.

snehasish, You can !!
But first of all tell me why ? If you think about code security , you do not need to worry about that , when you Publish the code from Visual Studio You App_Code folder and codebehind files are compiled into one assembly.

Now back to your solution .

Step 1 : Create A Class Library
Step 2: Copy the APP_Code Folder on that Class Library.
Step 3: Build the Application
Step 4: Delete App_Code From your web sites
Step 5: Add that Dll as a Reference to your web sites
Step 6: Access your classes and methods from that dllSmile | :)
Wink | ;)

cheers,
Abhijit
CodeProject MVP
My Recent Article : Exploring Session in ASP.Net

GeneralRe: dll issue Pin
Colin Angus Mackay18-Jan-09 1:02
Colin Angus Mackay18-Jan-09 1:02 
GeneralRe: dll issue Pin
Colin Angus Mackay18-Jan-09 1:05
Colin Angus Mackay18-Jan-09 1:05 
GeneralRe: dll issue Pin
Abhijit Jana18-Jan-09 1:17
professionalAbhijit Jana18-Jan-09 1:17 
GeneralRe: dll issue Pin
Colin Angus Mackay18-Jan-09 1:25
Colin Angus Mackay18-Jan-09 1:25 
GeneralRe: dll issue Pin
Abhijit Jana18-Jan-09 1:30
professionalAbhijit Jana18-Jan-09 1:30 
GeneralRe: dll issue Pin
snehasish18-Jan-09 21:41
snehasish18-Jan-09 21:41 
Questiongridview Pin
billcodes17-Jan-09 21:44
billcodes17-Jan-09 21:44 
AnswerRe: gridview Pin
Abhijit Jana17-Jan-09 22:16
professionalAbhijit Jana17-Jan-09 22:16 
GeneralRe: gridview Pin
billcodes17-Jan-09 23:00
billcodes17-Jan-09 23:00 
GeneralRe: gridview Pin
Abhijit Jana17-Jan-09 23:25
professionalAbhijit Jana17-Jan-09 23:25 
GeneralRe: gridview Pin
scotchy2hotty2k218-Jan-09 17:54
scotchy2hotty2k218-Jan-09 17:54 
Questionwhat is the error in this code ? Pin
ahmed eldeghedy17-Jan-09 19:51
professionalahmed eldeghedy17-Jan-09 19:51 
AnswerRe: what is the error in this code ? Pin
Guffa18-Jan-09 1:49
Guffa18-Jan-09 1:49 
QuestionHow Events can make fire for dynamically generated controls Pin
meeram39517-Jan-09 17:46
meeram39517-Jan-09 17:46 
AnswerRe: How Events can make fire for dynamically generated controls Pin
Christian Graus18-Jan-09 2:02
protectorChristian Graus18-Jan-09 2:02 
QuestionUpdate Panel and WebPart Pin
Not Active17-Jan-09 15:09
mentorNot Active17-Jan-09 15:09 
AnswerRe: Update Panel and WebPart Pin
Rutvik Dave17-Jan-09 19:41
professionalRutvik Dave17-Jan-09 19:41 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.