I have a custom user control that I made called OrderForm.ascx. I also have an .aspx file that utilizes the OrderForm control.
Specifically, I have an ascx control, let\'s assume it injects the javascript var x=5. The ascx control contains a button, which when clicked does x++;
How would I set focus on the TxtPassword input field from this page using jQuery?The TxtPassword input field lives in the SaveCancelDelete user control.
I\'m working on a project right now which has aspx files in the root folder and one folder named \"UserControls\" that contains all the ascx files. I had to localize it so I used the App_GlobalResourc
I have this code in my .ascx file (the ascx file is used in my search.aspx and search.aspx.cs files):
i have one user control and one aspx page. with the help of jquery i trigger a page method in my aspx file and which will load the user control from the static method. but i am getting error....so i n
I am getting the error below when trying to build the web site project in Visual Studio 2010: The page \'/WebSite/controls/C2.ascx\' cannot use the user control \'/WebSite/controls/C1.ascx\', because
I have a user control where if a certain action is performed I want to redirect to the page the user was on with some additional query string parameters.
I have an ASCX based project that in IE7 sometimes seems to lose the CSS styling. Every once in a while, parts of the ASCX suddenly render no styling to keep the rows of information in check. This hap
I\'ve an ASCX includes a javascript. If I use this ASCX more than once on a page I have the javascript definition r开发者_JS百科epeated.