Click here to Skip to main content
15,907,687 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Drop Down list Pin
seemamltn11-Sep-07 7:30
seemamltn11-Sep-07 7:30 
GeneralRe: Drop Down list Pin
N a r e s h P a t e l11-Sep-07 18:32
N a r e s h P a t e l11-Sep-07 18:32 
QuestionCharting Software Pin
RahulOP11-Sep-07 6:53
RahulOP11-Sep-07 6:53 
QuestionEmail in ASP.NET [modified] Pin
.NET- India 11-Sep-07 4:55
.NET- India 11-Sep-07 4:55 
AnswerRe: Email in ASP.NET Pin
ToddHileHoffer11-Sep-07 5:19
ToddHileHoffer11-Sep-07 5:19 
QuestionNo parameterless constructor defined for this object. Pin
firestoper11-Sep-07 4:48
firestoper11-Sep-07 4:48 
AnswerRe: No parameterless constructor defined for this object. Pin
Pete O'Hanlon11-Sep-07 5:14
mvePete O'Hanlon11-Sep-07 5:14 
AnswerRe: No parameterless constructor defined for this object. Pin
ToddHileHoffer11-Sep-07 5:29
ToddHileHoffer11-Sep-07 5:29 
Here's the deal. Any serializable object must have a parameterless constuctor. For the Object Oriented beginner that means.


Class MyDataOject
{

public MyDataOject()
{
//parameterless consturctor
}
}

This is so that the object can be serialized to XML. Also you can not not have read only properties for the same reason. If a property is read only you can't recreate the object from xml. The objectDataSource probably serializes your class behind the scenes.




I didn't get any requirements for the signature


GeneralRe: No parameterless constructor defined for this object. [modified] Pin
firestoper11-Sep-07 6:18
firestoper11-Sep-07 6:18 
GeneralRe: No parameterless constructor defined for this object. Pin
StylezHouse11-Sep-07 7:43
StylezHouse11-Sep-07 7:43 
GeneralRe: No parameterless constructor defined for this object. Pin
firestoper11-Sep-07 14:35
firestoper11-Sep-07 14:35 
QuestionRegisterStartupScript Pin
Rev T11-Sep-07 3:52
Rev T11-Sep-07 3:52 
AnswerRe: RegisterStartupScript Pin
Sandeep Akhare11-Sep-07 3:57
Sandeep Akhare11-Sep-07 3:57 
QuestionHow to save file with some default name without prompting user Pin
here2learn11-Sep-07 2:44
here2learn11-Sep-07 2:44 
QuestionCookies and Session.Abandon() Pin
varshavmane11-Sep-07 2:40
varshavmane11-Sep-07 2:40 
AnswerRe: Cookies and Session.Abandon() Pin
Sandeep Akhare11-Sep-07 3:24
Sandeep Akhare11-Sep-07 3:24 
GeneralRe: Cookies and Session.Abandon() Pin
varshavmane11-Sep-07 3:35
varshavmane11-Sep-07 3:35 
AnswerRe: Cookies and Session.Abandon() Pin
Ahmad Adnan11-Sep-07 3:25
Ahmad Adnan11-Sep-07 3:25 
QuestionConfirmation box onload Pin
munklefish11-Sep-07 1:21
munklefish11-Sep-07 1:21 
AnswerRe: Confirmation box onload Pin
Sandeep Akhare11-Sep-07 1:51
Sandeep Akhare11-Sep-07 1:51 
GeneralRe: Confirmation box onload Pin
munklefish11-Sep-07 2:16
munklefish11-Sep-07 2:16 
GeneralRe: Confirmation box onload Pin
Sandeep Akhare11-Sep-07 2:48
Sandeep Akhare11-Sep-07 2:48 
GeneralRe: Confirmation box onload Pin
munklefish11-Sep-07 3:08
munklefish11-Sep-07 3:08 
GeneralRe: Confirmation box onload Pin
Sandeep Akhare11-Sep-07 3:14
Sandeep Akhare11-Sep-07 3:14 
Questiondisplay video in browser Pin
Khawar Abbas111-Sep-07 0:58
Khawar Abbas111-Sep-07 0:58 

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.