Need inputs for logic for Codebehind in Infopath Button
问题 I have an infopath form,when i click on the button it should redirect to sharepoint list item's add item template.. in the code behined i gave try { string url = "Sharepoint List item's URL"; HttpContext.Current.Response.Redirect("url"); } catch { } But i am getting Security error like this System.Security.SecurityException Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed. at Activity