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

New Message on BDOTNET

-----------------------------------------------------------
From: geek_prad
Message 6 in Discussion




In your control code, paste the following 
code.

The DateValue is the name of a property. It may be a 
telephone number etc. in your case. This can also be an array, it depends on 
what you saved in the SaveViewState method.

Hope this helps.

 

#region Overrides

protected 
override void 
LoadViewState(object 
savedState)

{

if(savedState != null)

{

string 
dateVal = (string)savedState;

DateValue = 
DateTime.Parse(dateVal);

}

}



protected 
override object 
SaveViewState()

{

return DateValue.ToString();

}

#endregion

  -----Original Message-----
From: MysticAspen 
  [mailto:[EMAIL PROTECTED]
Sent: Wednesday, January 07, 2004 
  11:45 AM
To: BDOTNET
Subject: Re: Urgent : Whats Wrong in 
  my Custom Control ?


  
    
      
      New Message on BDOTNET
    
      

  Urgent : 
    Whats Wrong in my Custom Control ?


    
      
      
        Reply

        
          
            
            
               
              Reply to Sender   Recommend 
              Message 5 in 
                Discussion 
      
        
          
            
            
              From: MysticAspen 
            
              

                Hi geek_Prad
                 
                I couldnt figure  out as to what  foes in thise 
                events that i have mentioned about. And also in this URL that u 
                have mentioned . I have no clue.
                 
                Would it be possible a sample code with just one 
                text box in Custom Control ?
                 
                 
                TIA
                 
                Srivats
View other groups in this 
    category. 



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

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