Click here to Skip to main content
15,908,675 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Problem in GridView Pin
ToddHileHoffer30-Aug-06 2:49
ToddHileHoffer30-Aug-06 2:49 
QuestionMeta Tags Pin
kirthikirthi30-Aug-06 1:15
kirthikirthi30-Aug-06 1:15 
AnswerRe: Meta Tags Pin
CWIZO30-Aug-06 1:18
CWIZO30-Aug-06 1:18 
AnswerRe: Meta Tags Pin
_AK_30-Aug-06 1:34
_AK_30-Aug-06 1:34 
QuestionI can't see other pages from the same folder Pin
CWIZO30-Aug-06 0:49
CWIZO30-Aug-06 0:49 
AnswerRe: I can't see other pages from the same folder Pin
minhpc_bk30-Aug-06 1:30
minhpc_bk30-Aug-06 1:30 
GeneralRe: I can't see other pages from the same folder Pin
CWIZO30-Aug-06 1:38
CWIZO30-Aug-06 1:38 
GeneralRe: I can't see other pages from the same folder Pin
minhpc_bk30-Aug-06 15:03
minhpc_bk30-Aug-06 15:03 
Actually, the Reference[^] directive provides you with an way to link a web page/user control to the web page/user control that contains this directive. For example, if you want to call the class of the Page1.aspx from the Page2.aspx, you would normally use the Reference directive to get reference to the Page1.aspx (the CodeFile attribute is still being used in this case).

To get reference to the web page/user control's classes from the classes put in the App_Code folder, putting the soure files in the App_Code, ommiting the CodeFile attribute (but the Inherits attribute is still) is an option. Another option is that you can define the base class for the web page with custom properties so that you can pass the current page to this base class before calling its members.

Questiona connection with the server could not be estabilished' Pin
nishant barsainyan30-Aug-06 0:43
nishant barsainyan30-Aug-06 0:43 
AnswerRe: a connection with the server could not be estabilished' Pin
CWIZO30-Aug-06 1:03
CWIZO30-Aug-06 1:03 
QuestionCsharp Discussion Board needed Pin
Trance Junkie30-Aug-06 0:39
Trance Junkie30-Aug-06 0:39 
AnswerRe: Csharp Discussion Board needed Pin
Trance Junkie30-Aug-06 4:52
Trance Junkie30-Aug-06 4:52 
AnswerRe: Csharp Discussion Board needed Pin
minhpc_bk30-Aug-06 15:11
minhpc_bk30-Aug-06 15:11 
QuestionAjax.Ajax.Ajax Pin
coolshad29-Aug-06 23:54
coolshad29-Aug-06 23:54 
AnswerRe: Ajax.Ajax.Ajax Pin
CWIZO30-Aug-06 1:04
CWIZO30-Aug-06 1:04 
GeneralRe: Ajax.Ajax.Ajax Pin
coolshad30-Aug-06 5:41
coolshad30-Aug-06 5:41 
QuestionDataGrid in a Datalist for Master Detail Records Pin
deepaks329-Aug-06 23:40
deepaks329-Aug-06 23:40 
QuestionSQLdataAdapter does not update when DB contains empty fields Pin
ThomasLu29-Aug-06 23:25
ThomasLu29-Aug-06 23:25 
AnswerRe: SQLdataAdapter does not update when DB contains empty fields Pin
deepaks329-Aug-06 23:45
deepaks329-Aug-06 23:45 
GeneralRe: SQLdataAdapter does not update when DB contains empty fields Pin
ThomasLu30-Aug-06 1:08
ThomasLu30-Aug-06 1:08 
Questioncalling DB2 stored procedure using asp.net Pin
playout29-Aug-06 22:14
playout29-Aug-06 22:14 
Questionhow to synchronize dropdownlists Pin
Kissy1629-Aug-06 22:00
Kissy1629-Aug-06 22:00 
AnswerRe: how to synchronize dropdownlists Pin
_AK_29-Aug-06 22:49
_AK_29-Aug-06 22:49 
GeneralRe: how to synchronize dropdownlists [modified] Pin
Kissy1630-Aug-06 0:27
Kissy1630-Aug-06 0:27 
GeneralRe: how to synchronize dropdownlists Pin
Kissy1630-Aug-06 1:12
Kissy1630-Aug-06 1:12 

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.