How can I protect my code from other server users?
I have .aspx web pages which consist of html,javascript and VB.NET. How can I protect all of this from the prying eyes of other developers, ser...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_21173599.html
I have a aspx web page the I created that contains a javascript that rotates banner ads. It works fine on my development machine but when i publish it to the web it does not work. Any ideas what c...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_21841229.html
I have some javascript in my main .aspx page and I would like to move it to a code behind file (.js). I'm not sure how I should reference this from my .aspx page.
i.e. my javacript is inside of...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_22838681.html
I am using VS 2005, vb.Net
I have a parameter page with some drop down boxes among other stuff.
Clicking on a start button, opens another window, using Javascript window.open, containing another...
http://www.experts-exchange.com/OS/Microsoft_Operating_Systems/Windows/Windows_Vista/Q_228...
I get this message when I use my ADMIN to save a new artist to ManageArtist.aspx
Here is the whole error message:
Input string was not in a correct format.
Description: An unhandled exception ...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23905186.html
Here is the file I THINK has the problem code. It is cart.aspx.cs I also can post cart.aspx.cx if you think it may have the problem code.
public partial class cart : System.Web.UI.Page
{
...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23906381.html
Hi,
I tried to make an image cropper using http://www.defusion.org.uk/code/javascript-image-cropper-ui-using-prototype-scriptaculous
I have attached my code below.
I want to pass cropping...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_CSharp/Q_23254922.html