- "Value does not fall within the expected range" hides syntax errors
I've got a couple of MOSS publishing sites that have some custom server-side code written in various layout pages or custom pages that I've written. In trying to debug them, I made several changes to the web.config so that I could see the standard ASP.NET yellow error page instead of ...
- "Value does not fall within the expected range" hides syntax errors
I've got a couple of MOSS publishing sites that have some custom server-side code written in various layout pages or custom pages that I've written. In trying to debug them, I made several changes to the web.config so that I could see the standard ASP.NET yellow error page instead of ...
- "Unexpected Error" using SPItemReceiver''s - ItemAdding event
Hi,I validate the data entered in one of my custom list in "Item Adding" event.In case of validation failure I have used properties.cancel = true.It redirects me to error page.But when I click on back button or "Go back to site" link it gives unexpected error.It hangs and I ...
- .Net Remoting in a Web Part
Hi all,I have a Web Part in Sharepoint 2007 which is using .Net Remoting. When I place it on the page, an error is thrown saying that an unexpected error was faced. My code has try/catch covering all angles, and it works fine without the remoting. I am wondering whether we need to make any ...
- Moving Doc Libraries that have documents that have been linked to
Hi We are currently using a Document Management system with a central content database and unique id’s for each object. We are looking into moving this to MOSS but still have some open issues. Currently we are able to link to documents in this system without being concerned with where the ...
- (webpart) How to pass data from Url when click on ASP.NET button
Hi Friends,I would like to pass the value on url when user click on Asp.net button like the following.Original Url maybe one of the followings.http://localMOSS/somepage/default.aspx < Original Url ORhttp://localMOSS/somepage/default.aspx?test=somevalue&test1=another <- Orignal Url+-+ ...