Tagged Questions
1
vote
2answers
298 views
Strange problem with newdocset(Document set) with SPContext.Current.Web while using HttpModule
newdocset doesnot seems to work with SPContext.Current.Web
I have a HttpModule below is a sample code
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using ...