Click here to Skip to main content
16,016,759 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Datasets in ASP.Net Pin
indianet10-Nov-06 11:22
indianet10-Nov-06 11:22 
Questionhow to make my site reads arabic Pin
karimkamal10-Nov-06 9:45
karimkamal10-Nov-06 9:45 
AnswerRe: how to make my site reads arabic Pin
Vasudevan Deepak Kumar10-Nov-06 21:15
Vasudevan Deepak Kumar10-Nov-06 21:15 
QuestionAccessing Parent Page Property from User Control Pin
GregStevensCA10-Nov-06 9:26
GregStevensCA10-Nov-06 9:26 
AnswerRe: Accessing Parent Page Property from User Control Pin
Guffa10-Nov-06 10:19
Guffa10-Nov-06 10:19 
GeneralRe: Accessing Parent Page Property from User Control Pin
GregStevensCA10-Nov-06 11:20
GregStevensCA10-Nov-06 11:20 
GeneralRe: Accessing Parent Page Property from User Control Pin
indianet10-Nov-06 12:40
indianet10-Nov-06 12:40 
GeneralRe: Accessing Parent Page Property from User Control Pin
Guffa10-Nov-06 12:59
Guffa10-Nov-06 12:59 
The control has a property named Page. If you declare a variable with the same name, that will override the property. As you never assign any value to your variable, it will always be null.

Just use the property, and cast it to the class BasePage:

((BasePage)Page).DB

---
b { font-weight: normal; }

QuestionWeird character insertion Pin
Marc Paliotti10-Nov-06 8:35
Marc Paliotti10-Nov-06 8:35 
AnswerRe: Weird character insertion Pin
Marc Paliotti10-Nov-06 9:15
Marc Paliotti10-Nov-06 9:15 
QuestionExtract content from Word Documents Pin
GaryWoodfine 10-Nov-06 8:22
professionalGaryWoodfine 10-Nov-06 8:22 
AnswerRe: Extract content from Word Documents Pin
indianet10-Nov-06 9:13
indianet10-Nov-06 9:13 
GeneralRe: Extract content from Word Documents Pin
GaryWoodfine 10-Nov-06 22:53
professionalGaryWoodfine 10-Nov-06 22:53 
QuestionEnvironment Independent Connection Strings Pin
robert11010-Nov-06 8:09
robert11010-Nov-06 8:09 
AnswerRe: Environment Independent Connection Strings Pin
ednrgc10-Nov-06 8:46
ednrgc10-Nov-06 8:46 
GeneralRe: Environment Independent Connection Strings Pin
robert11010-Nov-06 8:58
robert11010-Nov-06 8:58 
GeneralRe: Environment Independent Connection Strings Pin
ednrgc10-Nov-06 8:59
ednrgc10-Nov-06 8:59 
QuestionConfused with Output cache set programmatically Pin
SharpSmith10-Nov-06 6:51
SharpSmith10-Nov-06 6:51 
Questionhow to include .js file for one page using master page? Pin
vicky45710-Nov-06 6:42
vicky45710-Nov-06 6:42 
AnswerRe: how to include .js file for one page using master page? Pin
Guffa10-Nov-06 7:11
Guffa10-Nov-06 7:11 
AnswerRe: how to include .js file for one page using master page? Pin
indianet10-Nov-06 12:51
indianet10-Nov-06 12:51 
GeneralRe: how to include .js file for one page using master page? Pin
vicky45710-Nov-06 12:55
vicky45710-Nov-06 12:55 
GeneralRe: how to include .js file for one page using master page? Pin
Guffa10-Nov-06 13:08
Guffa10-Nov-06 13:08 
QuestionHow to Submit form On Server process Pin
Britney S. Morales10-Nov-06 5:46
Britney S. Morales10-Nov-06 5:46 
AnswerRe: How to Submit form On Server process Pin
Parwej Ahamad10-Nov-06 6:35
professionalParwej Ahamad10-Nov-06 6:35 

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.