R
Rob
Hey, I'm relatively new to C# and ASP.NET, but have been doing OK.
I'm trying to understand why I can't do this kind of thing to execute a
function if and only if it's defined. Is there another way to do that?
try {
FormPostBack();
}
catch { }
Many thanks,
Rob
I'm trying to understand why I can't do this kind of thing to execute a
function if and only if it's defined. Is there another way to do that?
try {
FormPostBack();
}
catch { }
Many thanks,
Rob