Hey guys,
I have a .net web form, with an asp.net front end, and vb.net codebehind. The set up of the page is sort of an "online atm machine", with an actual photo of the keypad split into separ...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_22813195.html
customer has requested that plus-sign / minus-sign images be used in individual accordion panel headers to indicate that the panel can be expanded or contracted.
The current ASPX code reads:
<Hea...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23483957.html
I would like to connect two listitems of a radiobutton list, say A and B with wo asp textboxes.
Therefore,
if the users clicks on the radio listitem A, it should enable textbox A and disable t...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23562117.html
Hello,
I have an aspx file that loads different ascx controls. In the source of the aspx file this line appears:
<script language="javascript" type="text/javascript" src="validations.js"></scri...
http://www.experts-exchange.com/Programming/Languages/Scripting/JScript/Q_23691554.html
Hello,
How do I set a breakpoint for a javascript function in my aspx file.
I tried adding a breakpoint but I receive this tooltip message:
Breakpoint will not currently be hit. Symbol not f...
http://www.experts-exchange.com/Programming/Languages/Scripting/JScript/Q_23691908.html
Hello,
I have omiited the line:
<script language="javascript" type="text/javascript" src="validations.js"></script>
in my aspx file and have registered it using:
ClientScript.RegisterClientSc...
http://www.experts-exchange.com/Programming/Languages/Scripting/JScript/Q_23691929.html
The ajax control is inheriting the page css and not the css for the ajax control. In other words, when I use the calender with no css, it looks great. When I use it with my css for the page, it won...
http://www.experts-exchange.com/Web_Development/WebApplications/Q_23068326.html
Hi,
I am currently trying to use ASP.NET 2.0 ICallbackEventHandler to zoom in on an image and I keep on getting a JavaScript Error that states object required. I know I could try to use AJAX, ...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23186086.html
I need to do client side validation on a text box entry. The user must input numeric values either 16 or 19 digits in length. My validator is providing the error message even whent he data is vali...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Studio_.NET_2005/Q_23250...
I have some codebehind that creates JavaScript to refresh the parent then close the child window. It functions fine in IE6 but not on IE7 - I've placed IE7 Security as intranet with pretty much eve...
http://www.experts-exchange.com/Web_Development/WebApplications/Q_23297031.html