S
Siegfried Heintze
Would someone kindly translate this from C# to VB.NET for me? Thanks.
Siegfried
HttpApplication app=(HttpApplication)sender;
if(app.Request.IsAuthenticated && app.User.Identity is FormsIdentity){
FormsIdentity identity = (FormsIdentity) app.User.Identity;
Siegfried
HttpApplication app=(HttpApplication)sender;
if(app.Request.IsAuthenticated && app.User.Identity is FormsIdentity){
FormsIdentity identity = (FormsIdentity) app.User.Identity;