Is there a parrallel of IDeserializationCallback for ISerializationSurrogates? I'd like the Surrogate to be able to fixup the child objects once deserialization is complete.Thanks,Ray...
Is there a way to switch of the functionality that keeps the task list up to date while I'm writing code? Sometimes I find it very handy, but sometimes it just slows me down. So I'd like to switch it off when it annoys me and switch it back on when I'm happy for it to go check.Any ide...
Hi, I know how to get table columns with getoledbschematable and how to get the columns and type for a specific table but i need to know if a column have a identity type (incremental) please how can i get this information--Posted using Wimdows.net NntpNews Component - Posted from .NET's Lar...
Has anyone written or using an identity mapper design pattern in an enterprise framework? The identity mapper pattern is described in Martin Fowler's Patterns of Enterprise Application Architecture. It means that subsequent loads of the same object from the database will result in the same...
If we want to allow certain users to access some menus or some buttons on the web page while denying other users access to those menus or buttons. What s the right way to do that. For example, when a user who doesn t have the right to click on a certain button, should get a message “U can t execute...
Once i have tried to encode a data with some encoding and then I called ISAPI with these values.Then I had checked at the IIS' LogFiles, I found that those value were encoded again by urlencode(not sure) Thus, the url that appeared in logfile is some kind like "/xxx.aspx?item=%1C%C0&date="Is there...
Friends,I posted earlier my problem but even after trying out a billion things, its not working for me. I'm developing an asynchronous http server (using HttpListener) which needs to receive/process requests simultaneously.Here is my "synchronous" model - working just fine - which I ...
I am trying to create a custom form designer, I am using the following code which works fine.DesignSurface surface = new DesignSurface(typeof(UserControl));ServiceContainer sc = new ServiceContainer(surface);Control c = surface.View as Control;c.Click += new EventHandler(c_Click);if (c != null){ c.D...
Hi, I know how to get table columns with getoledbschematable and how to get the columns and type for a specific table but i need to know if a column have a identity type (incremental) please how can i get this information--Posted using Wimdows.net NntpNews Component - Posted from .NET's Lar...
Hello, I have an HttpModule, that tests for Logon_User, and sets status to 401 to force your browser to bring back windows credentials.The thing is, the site is suipposed to impersonate a power user defined in IIS which works.HOwever, once the challenge happens, and you come back with credential...
I have the portal working perfectly on local machine, but have some issues now that I have tried to migrate it to hosting (Interland).Specifically, I cannot insert new announcements, saying that ItemID doesn't allow null. But that field is an Iden Seed and is working fine as far as enterpri...
I have a web app that is running inside a controlled enviroment that needs to access files ( create/read/write ) on a network drive. I used the identity impersonate to true in the web.config and set my dev box IIS to not allow anonymous login ( Integrated Windows Authentication only ). When I do...