-----------------------------------------------------------

New Message on BDOTNET

-----------------------------------------------------------
From: Suresh[MS MVP]
Message 3 in Discussion

Hi Deepak,                  You can use the "LoadPostData" method to retrive previous 
value ,please have a look following code and asp.net life cycle given below.        
private int _value = 0;         public int Value {            get {               
return _value;            }            set {                _value = value;            
}         }         public bool LoadPostData(String postDataKey, NameValueCollection 
values) {            _value = Int32.Parse(values[this.UniqueID]);            return 
false;         }    Please have a look on "Developing a Custom (Non-Composite) Control 
that Handles Postback Data "  at  
http://samples.gotdotnet.com/quickstart/aspplus/doc/webctrlauthoring.aspx   and also 
the asp.net life cycle  
http://groups.msn.com/bdotnet/shoebox.msnw?action=ShowPhoto&PhotoID=13   or you can 
look for LoadPostData ast MSDN.   Hope this help you to find out your solution ,let us 
know if you have any querie.   With regards,   Suresh [Microsoft MVP | MCAD(CM) | 
MCSD.Net(CM)] [EMAIL PROTECTED]  

-----------------------------------------------------------

To stop getting this e-mail, or change how often it arrives, go to your E-mail 
Settings.
http://groups.msn.com/bdotnet/_emailsettings.msnw

Need help? If you've forgotten your password, please go to Passport Member Services.
http://groups.msn.com/_passportredir.msnw?ppmprop=help

For other questions or feedback, go to our Contact Us page.
http://groups.msn.com/contact

If you do not want to receive future e-mail from this MSN group, or if you received 
this message by mistake, please click the "Remove" link below. On the pre-addressed 
e-mail message that opens, simply click "Send". Your e-mail address will be deleted 
from this group's mailing list.
mailto:[EMAIL PROTECTED]

Reply via email to