> I want to be able to set some default values in my web application
> ...like..setting all strings to "" and all integers to int.MinValue....etc...
Cant you do that in the Init method?
> I have a web application object that is based on a web service class. When
> I create this new object in the application
[quoted text clipped - 12 lines]
>
> John Scott.
John Scott - 06 Jul 2005 21:38 GMT
There is no Init medthod in the Reference.cs file...the Reference.cs is for
the Reference.map file under the Web Refernces folder in Soluction
Explorer...it is for mapping web application objects based on webservice
classes...I could create a GetNewOjbect webservice method...in which I could
send back a populated object with default values...but I want to try and make
as few calls to the webservice as possible and let the application do most of
the work.
Thanks for the reply though.
John Scott.
> > I want to be able to set some default values in my web application
> > ...like..setting all strings to "" and all integers to int.MinValue....etc...
[quoted text clipped - 17 lines]
> >
> > John Scott.