Click here to Skip to main content
16,005,124 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: RegularExpression Validator Pin
Deepak the Cool15-Nov-06 0:42
Deepak the Cool15-Nov-06 0:42 
AnswerRe: RegularExpression Validator Pin
Deepak the Cool15-Nov-06 0:44
Deepak the Cool15-Nov-06 0:44 
GeneralRe: RegularExpression Validator Pin
monika_vasvani15-Nov-06 2:59
monika_vasvani15-Nov-06 2:59 
GeneralRe: RegularExpression Validator Pin
Deepak the Cool15-Nov-06 17:58
Deepak the Cool15-Nov-06 17:58 
QuestionMysteries of the App_Code folder Pin
Guy Harwood14-Nov-06 22:46
Guy Harwood14-Nov-06 22:46 
AnswerRe: Mysteries of the App_Code folder Pin
Guffa14-Nov-06 23:28
Guffa14-Nov-06 23:28 
GeneralRe: Mysteries of the App_Code folder Pin
Guy Harwood15-Nov-06 0:20
Guy Harwood15-Nov-06 0:20 
GeneralRe: Mysteries of the App_Code folder Pin
l0kke15-Nov-06 6:32
l0kke15-Nov-06 6:32 
Basically, if you want to have code to be compiled, you have to put it in app_code folder. exceptions are only pages (.aspx) and controls (.ascx) with their code behind (AFAIK). You can access code in app_folder from outside of this folder (page can call this code), but you can not access code outside of app_folder from inside (your library cannot access page). If you need to work with any of your pages / controls from app_folder, you have to create interface for it, put this interface into app_folder and your page / control have to implement this interface. Then you can call methods or access properties of your control / page using this interface, which is known to your code (it is in app_code folder).

Pilo
QuestionHow to Make Inline Programme? Pin
asprajesh14-Nov-06 21:54
asprajesh14-Nov-06 21:54 
AnswerRe: How to Make Inline Programme? Pin
Guy Harwood14-Nov-06 22:50
Guy Harwood14-Nov-06 22:50 
QuestionDefaultFocus Pin
greekius14-Nov-06 21:34
greekius14-Nov-06 21:34 
AnswerRe: DefaultFocus Pin
just3ala214-Nov-06 22:03
just3ala214-Nov-06 22:03 
QuestionLong process "Page can not be displayed" Pin
imran.arshad14-Nov-06 20:40
imran.arshad14-Nov-06 20:40 
AnswerRe: Long process "Page can not be displayed" Pin
Guffa14-Nov-06 20:49
Guffa14-Nov-06 20:49 
AnswerRe: Long process "Page can not be displayed" Pin
KrishnaMohanSingh31-Dec-08 2:37
KrishnaMohanSingh31-Dec-08 2:37 
QuestionHow to edit records in Gridview Pin
swguy2314-Nov-06 19:57
swguy2314-Nov-06 19:57 
AnswerRe: How to edit records in Gridview Pin
Tamimi - Code14-Nov-06 20:27
Tamimi - Code14-Nov-06 20:27 
Questiondisallow page level cache Pin
P. S. Pundeer14-Nov-06 19:46
P. S. Pundeer14-Nov-06 19:46 
AnswerRe: disallow page level cache Pin
Deepak the Cool14-Nov-06 20:30
Deepak the Cool14-Nov-06 20:30 
GeneralRe: disallow page level cache Pin
P. S. Pundeer14-Nov-06 20:38
P. S. Pundeer14-Nov-06 20:38 
GeneralRe: disallow page level cache Pin
l0kke14-Nov-06 23:52
l0kke14-Nov-06 23:52 
GeneralRe: disallow page level cache Pin
P. S. Pundeer15-Nov-06 0:48
P. S. Pundeer15-Nov-06 0:48 
QuestionSession and authentication timeout through callback scrip [modified] Pin
Nui doi14-Nov-06 19:45
Nui doi14-Nov-06 19:45 
Questionmysql connectionstring Pin
Ballita14-Nov-06 19:40
Ballita14-Nov-06 19:40 
AnswerRe: mysql connectionstring Pin
_mubashir14-Nov-06 20:03
_mubashir14-Nov-06 20:03 

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.