Exception of type ‘System.OutOfMemoryException’ was thrown.
I got the following problem
I got the following problem
Background:
I’m working on a silverlight (1.0) application that dynamically builds a map of the United States with icons and text overlayed at specific locations. The map works great in the browser and now I need to get a static (printable and insertable into documents/powerpoints) copy of a displayed map.
I have a checkbox and a panel inside of a FormView control, and I need to access them from the code behind in order to use the checkbox to determine whether or not the panel is visible. This is the code that I originally used, but since I put the controls inside of the FormView, it no longer works.
I have a general question on whether something can be done – and whether it will be the most efficient way of doing it !
I have a form and stored procedure that inserts the data from the form. It works fine except that if a field isn’t filled in it doesn’t insert a NULL into SQL it inserts "".
I have following code on page load event:
I’d like to impersonate a specific user in code to perform some file manipulation on a remote machine. The problem I’m having is that I am unable to get impersonation to work. I’m using the code from the Microsoft article found here: How to implement impersonation in an ASP.NET application
Okay, I’m pretty confused about the IDs of dynamically created controls.
I have a stored procedure which updates a database using the parameters I supply but I’m having trouble passing a NULL to the stored procedure
I know the < and > characters will cause this error, but what other characters/inputs will cause this error?