Click here to Skip to main content
15,881,248 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionUse variable from the code behind Pin
Kefaleas Stavros25-Nov-08 21:55
Kefaleas Stavros25-Nov-08 21:55 
AnswerRe: Use variable from the code behind Pin
John Gathogo25-Nov-08 22:12
John Gathogo25-Nov-08 22:12 
GeneralRe: Use variable from the code behind Pin
Kefaleas Stavros25-Nov-08 22:16
Kefaleas Stavros25-Nov-08 22:16 
AnswerRe: Use variable from the code behind Pin
Christian Graus25-Nov-08 23:13
protectorChristian Graus25-Nov-08 23:13 
GeneralRe: Use variable from the code behind Pin
Kefaleas Stavros25-Nov-08 23:17
Kefaleas Stavros25-Nov-08 23:17 
GeneralRe: Use variable from the code behind Pin
Christian Graus25-Nov-08 23:22
protectorChristian Graus25-Nov-08 23:22 
GeneralRe: Use variable from the code behind Pin
Kefaleas Stavros25-Nov-08 23:30
Kefaleas Stavros25-Nov-08 23:30 
GeneralRe: Use variable from the code behind Pin
Christian Graus26-Nov-08 10:08
protectorChristian Graus26-Nov-08 10:08 
int _n; // this is a variable

protected int N
{
get { return _n; } // this is a property
}

Wrap your variable in a property and then access the property.

Christian Graus

Driven to the arms of OSX by Vista.

QuestionSharing master Page Pin
ALAQUNAIBI25-Nov-08 21:34
ALAQUNAIBI25-Nov-08 21:34 
AnswerRe: Sharing master Page Pin
Christian Graus25-Nov-08 21:44
protectorChristian Graus25-Nov-08 21:44 
QuestionHow to move the data reader Pin
nour12325-Nov-08 21:12
nour12325-Nov-08 21:12 
AnswerRe: How to move the data reader Pin
Christian Graus25-Nov-08 21:14
protectorChristian Graus25-Nov-08 21:14 
GeneralRe: How to move the data reader Pin
nour12325-Nov-08 21:21
nour12325-Nov-08 21:21 
GeneralRe: How to move the data reader Pin
Christian Graus25-Nov-08 21:33
protectorChristian Graus25-Nov-08 21:33 
GeneralRe: How to move the data reader Pin
nour12325-Nov-08 21:42
nour12325-Nov-08 21:42 
Questiononclientclick is working even when the buttton is in disable mode Pin
lakshmichawala25-Nov-08 20:49
lakshmichawala25-Nov-08 20:49 
AnswerRe: onclientclick is working even when the buttton is in disable mode Pin
Nishant Singh25-Nov-08 22:08
Nishant Singh25-Nov-08 22:08 
QuestionAJAX.net posting back the page on Firefox Pin
DineshSharmain25-Nov-08 20:15
DineshSharmain25-Nov-08 20:15 
AnswerRe: AJAX.net posting back the page on Firefox Pin
Christian Graus25-Nov-08 20:18
protectorChristian Graus25-Nov-08 20:18 
QuestionGalieo Webservice for Flight Pin
Hemant_ec4825-Nov-08 20:14
Hemant_ec4825-Nov-08 20:14 
AnswerRe: Galieo Webservice for Flight Pin
Christian Graus25-Nov-08 20:15
protectorChristian Graus25-Nov-08 20:15 
QuestionUnable to connect to remote server Pin
needhi_p25-Nov-08 20:12
needhi_p25-Nov-08 20:12 
AnswerRe: Unable to connect to remote server Pin
Christian Graus25-Nov-08 20:16
protectorChristian Graus25-Nov-08 20:16 
AnswerRe: Unable to connect to remote server Pin
Abhijit Jana25-Nov-08 20:38
professionalAbhijit Jana25-Nov-08 20:38 
QuestionHow To Change Addrotater adds in ASP.NET With out Page Refresh? Pin
Rajesh Kumar Chekuri25-Nov-08 20:05
Rajesh Kumar Chekuri25-Nov-08 20:05 

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.