J
Jeti [work]
I override IPostBackDataHandler interface, and implement my code in the
following method:
public bool LoadPostData(string postDataKey, NameValueCollection
postCollection)
{
}
by default, this method returns "false"... what does this return value
affects? i tried to return "true", but nothoing different happened.
thanks
following method:
public bool LoadPostData(string postDataKey, NameValueCollection
postCollection)
{
}
by default, this method returns "false"... what does this return value
affects? i tried to return "true", but nothoing different happened.
thanks