Basic Date Picker Documentation
TimePicker.LoadPostData Method
[Visual Basic]
NotOverridable Public Function LoadPostData( _
ByVal
postDataKey
As
String
, _
ByVal
postCollection
As
NameValueCollection
_
) As
Boolean
_
Implements
IPostBackDataHandler.LoadPostData
[C#]
public
bool
LoadPostData(
string
postDataKey
,
NameValueCollection
postCollection
);
Implements
IPostBackDataHandler.LoadPostData
See Also
TimePicker Class
|
BasicFrame.WebControls Namespace