Click here to Skip to main content
15,889,176 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Set paper size before printing Pin
Christian Graus27-Jul-09 23:34
protectorChristian Graus27-Jul-09 23:34 
GeneralRe: Set paper size before printing Pin
banerjins27-Jul-09 23:43
banerjins27-Jul-09 23:43 
GeneralRe: Set paper size before printing Pin
Christian Graus27-Jul-09 23:44
protectorChristian Graus27-Jul-09 23:44 
Questioninh I can't get the value of property of base class in c#(inheritance) Pin
billcodes27-Jul-09 21:20
billcodes27-Jul-09 21:20 
AnswerRe: inh I can't get the value of property of base class in c#(inheritance) Pin
Abhijit Jana27-Jul-09 21:25
professionalAbhijit Jana27-Jul-09 21:25 
GeneralRe: inh I can't get the value of property of base class in c#(inheritance) Pin
billcodes27-Jul-09 21:52
billcodes27-Jul-09 21:52 
GeneralRe: inh I can't get the value of property of base class in c#(inheritance) Pin
Christian Graus27-Jul-09 22:02
protectorChristian Graus27-Jul-09 22:02 
GeneralRe: inh I can't get the value of property of base class in c#(inheritance) Pin
Christian Graus27-Jul-09 22:09
protectorChristian Graus27-Jul-09 22:09 
billcodes wrote:
public B Getval()
{
BB b=new BB();
b.A=5;
b.B=1;
}


You also don't return anything. I *think* you wanted to write

public BB Getval()
{
BB b=new BB();
b.A=5;
b.B=1;

return b;
}

It's unusual for a non static method to return an instance of a class, I need to create a BB to call Getval, and get another BB.

Christian Graus

Driven to the arms of OSX by Vista.

Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.

GeneralRe: inh I can't get the value of property of base class in c#(inheritance) Pin
DoctorMick28-Jul-09 0:34
DoctorMick28-Jul-09 0:34 
AnswerRe: inh I can't get the value of property of base class in c#(inheritance) Pin
Christian Graus27-Jul-09 21:40
protectorChristian Graus27-Jul-09 21:40 
AnswerRe: inh I can't get the value of property of base class in c#(inheritance) Pin
Abhishek Sur27-Jul-09 21:48
professionalAbhishek Sur27-Jul-09 21:48 
QuestionGlobalization Pin
Usharva27-Jul-09 21:18
Usharva27-Jul-09 21:18 
AnswerRe: Globalization Pin
Christian Graus27-Jul-09 21:41
protectorChristian Graus27-Jul-09 21:41 
GeneralRe: Globalization Pin
Manas Bhardwaj27-Jul-09 22:22
professionalManas Bhardwaj27-Jul-09 22:22 
GeneralRe: Globalization Pin
Christian Graus27-Jul-09 23:35
protectorChristian Graus27-Jul-09 23:35 
Questionpaper size before printing Pin
banerjins27-Jul-09 20:56
banerjins27-Jul-09 20:56 
AnswerRe: paper size before printing Pin
Christian Graus27-Jul-09 20:59
protectorChristian Graus27-Jul-09 20:59 
AnswerRe: paper size before printing Pin
Abhishek Sur27-Jul-09 21:53
professionalAbhishek Sur27-Jul-09 21:53 
Question[Message Deleted] Pin
Member 398136627-Jul-09 20:09
Member 398136627-Jul-09 20:09 
AnswerRe: Remove extra characters while export HTML to Word Pin
Tamer Oz27-Jul-09 20:40
Tamer Oz27-Jul-09 20:40 
QuestionFloating login? Pin
Tridip Bhattacharjee27-Jul-09 19:51
professionalTridip Bhattacharjee27-Jul-09 19:51 
AnswerRe: Floating login? Pin
Abhijit Jana27-Jul-09 19:54
professionalAbhijit Jana27-Jul-09 19:54 
Questiontwo link button with command name Edit in gridview Pin
amit sahu2027-Jul-09 19:29
amit sahu2027-Jul-09 19:29 
QuestionModalDialogBox for Previewing HTML and formatted Text Pin
codingrocks27-Jul-09 19:15
codingrocks27-Jul-09 19:15 
AnswerRe: ModalDialogBox for Previewing HTML and formatted Text Pin
www.Developerof.NET27-Jul-09 20:07
www.Developerof.NET27-Jul-09 20:07 

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.