Click here to Skip to main content
15,888,984 members
Home / Discussions / ASP.NET
   

ASP.NET

 
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 
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 
Your propertys are completely wrong.   You're trying to return _a but when you're setting the property you set _deno to a. Try this
class AA
{
public AA{}
private decimal _a;
public decimal A{ get { return _a; } set { _a = value; } }

}

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 
Question[Message Deleted] Pin
Omar Gameel Salem27-Jul-09 11:22
professionalOmar Gameel Salem27-Jul-09 11:22 

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.