Click here to Skip to main content
15,914,221 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Preventing post back on selected item of RadioButtonList Pin
I Never Look Behind20-Sep-07 22:26
I Never Look Behind20-Sep-07 22:26 
Questionhow to reatin dynamically cretaed table (from client side) across postback [modified] Pin
here2learn20-Sep-07 18:12
here2learn20-Sep-07 18:12 
Questionasp.net - Please clear my dought Pin
abglorie20-Sep-07 18:00
abglorie20-Sep-07 18:00 
AnswerRe: asp.net - Please clear my dought Pin
N a v a n e e t h20-Sep-07 18:58
N a v a n e e t h20-Sep-07 18:58 
AnswerRe: asp.net - Please clear my dought Pin
Christian Graus20-Sep-07 19:30
protectorChristian Graus20-Sep-07 19:30 
QuestionOutlook style folder Tree in ASP.Net Pin
urmohsin20-Sep-07 15:51
urmohsin20-Sep-07 15:51 
QuestionCreate Multiple Work Sheet In Excel Using Asp.net in vb Pin
HatakeKaKaShi20-Sep-07 15:46
HatakeKaKaShi20-Sep-07 15:46 
QuestionUsing public readonly classes in BO [modified] Pin
k66620-Sep-07 12:06
k66620-Sep-07 12:06 
I was hoping to use objects instead of simple types as fields in my business objects but am finding that the ObjectDataSource does not recognize the objects when generating the schema. Is there a way I can get the ObjectDataSource to recognize my objects/classes as data fields in the object?

eg:
public class IntField {... }<br />
public class BO {<br />
   public readonly IntField IntValue = new IntField();<br />
   private IntField _AnotherIntValue = new IntField();<br />
   public IntField  AnotherIntValue { get {return _AnotherIntValue; } }<br />
}


The schema generated for BO does not include the IntValue or AnotherIntValue.
I would really like to use these heavyweights so I can have advanced functionality in my fields without having to code it in each property.

I guess this boils down to: Can I use anything other that public properties with get/set as fields in business objects?




-- modified at 11:18 Friday 21st September, 2007
QuestionStruct accsess Pin
Saksida Bojan20-Sep-07 11:37
Saksida Bojan20-Sep-07 11:37 
AnswerRe: Struct accsess Pin
Christian Graus20-Sep-07 12:03
protectorChristian Graus20-Sep-07 12:03 
AnswerRe: Struct accsess Pin
N a v a n e e t h20-Sep-07 19:00
N a v a n e e t h20-Sep-07 19:00 
GeneralRe: Struct accsess Pin
Christian Graus20-Sep-07 19:33
protectorChristian Graus20-Sep-07 19:33 
GeneralRe: Struct accsess Pin
N a v a n e e t h20-Sep-07 19:46
N a v a n e e t h20-Sep-07 19:46 
GeneralRe: Struct accsess Pin
Saksida Bojan21-Sep-07 8:50
Saksida Bojan21-Sep-07 8:50 
AnswerRe: Struct accsess Pin
rajareddy.beeram20-Sep-07 19:35
rajareddy.beeram20-Sep-07 19:35 
QuestionGetting page. Pin
Saksida Bojan20-Sep-07 9:02
Saksida Bojan20-Sep-07 9:02 
AnswerRe: Getting page. Pin
pmarfleet20-Sep-07 10:04
pmarfleet20-Sep-07 10:04 
GeneralRe: Getting page. Pin
Saksida Bojan21-Sep-07 8:51
Saksida Bojan21-Sep-07 8:51 
QuestionWhy go ASP.Net 3.0? Pin
Heavy Storm20-Sep-07 8:33
Heavy Storm20-Sep-07 8:33 
AnswerRe: Why go ASP.Net 3.0? Pin
Al Ortega20-Sep-07 9:45
Al Ortega20-Sep-07 9:45 
QuestionRe: Why go ASP.Net 3.0? Pin
Heavy Storm21-Sep-07 2:58
Heavy Storm21-Sep-07 2:58 
AnswerRe: Why go ASP.Net 3.0? Pin
Al Ortega21-Sep-07 5:20
Al Ortega21-Sep-07 5:20 
QuestionChangepassword control Pin
Priya S20-Sep-07 7:21
Priya S20-Sep-07 7:21 
AnswerRe: Changepassword control Pin
Sam Xavier23-Sep-07 19:45
Sam Xavier23-Sep-07 19:45 
QuestionAsp.NET Membership Provider Pin
Brendan Vogt20-Sep-07 5:16
Brendan Vogt20-Sep-07 5:16 

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.