1
vote
3answers
38 views
How can I have an ascx postback and refresh itself automatically every X seconds?
I have an ascx control bound to a datasource with frequently changing data. Is there a quick way to have an ascx control postback, rebind and refresh itself every X seconds. The as …
1
vote
1answer
23 views
Is it possible to have VS 2008 Javascript Intellisense in a usercontrol?
I have been banging my head against this for a little while now. I just can't seem to get intellisense to work in a ascx user control, but it works fine in a plain old aspx.
Here …
3
votes
3answers
58 views
Encapsulating User Controls in ASP.NET MVC
Sorry if this is a basic question - I'm having some trouble making the mental transition to ASP.NET MVC from the page framework.
In the page framework, I often use ASCX files to c …
3
votes
2answers
84 views
JSP or .ascx equivalent for Scala?
I'm working on a small MVC "framework" (it's really very small) in Scala. I'd like to be able to write my view files as Scala code so I can get lots of help from the compiler. Pre- …
2
votes
5answers
41 views
inline dynamic string in ascx
This doesn't execute the delimiter (its displayed verbatim in the confirm dialog). Why not? Also, that variable is set in the codebehind, but is ready by the time PreRender gets …
0
votes
2answers
39 views
Does a custom control (ascx) get rendered regardless of whether visibility property is true or false
Does a custom control (ascx) get rendered regardless of whether visibility property is true or false.
It seems that when some controls have their visibility set to false, they do …
0
votes
1answer
23 views
Is it possible to isolate an ascx controls in a separate project?
Is it possible to isolate an ascx controls in a separate project? I tried to create a project 'class library' and I can not add ascx component.
0
votes
2answers
51 views
Problems maintaining a custom control’s (ascx) states between postbacks when loading said ascx control in page_load
I am loading a custom ascx control in page_load of the page that hosts it.
This creating all sorts of issues with postbacks. Mainly, control (textboxes, dropdowns,etc) states are g …
0
votes
0answers
31 views
modalpopupextender page load fails
Hi,
I had a situation to call page load method when an ascx control loaded through modalpopupextender's popupcontrolid. In that ascx control's page load method i have assigned val …
0
votes
0answers
14 views
Trouble using User Control in multiple aspx pages
My site has a master page file and several pages. I have a ModalMessageBox user control located in a Controls folder (ascx and C# code behind). I have made an entry in the web.co …
0
votes
0answers
33 views
ImageButton not working?
I have master page and my other pages like index, category etc in the same folder (root), and the root folder also has _images folder and _includes folder that contains some ascx c …
0
votes
2answers
66 views
References on how to create webtests for ASP.NET
I've been working for a while with .net unit testing and stuff. Now I need to create tests for ascx and ascx.cs pages (but it aspx and aspx.cs references might also help). I'm not …
2
votes
2answers
212 views
How do I add an ASP.NET control inside an ASCX to an external RequiredFieldValidator programmatically?
I have a drop-down list inside a user control (ASCX) that I want to validate from the page on which I've placed the ASCX, but when I set the ControlToValidate to the drop-down list …
0
votes
3answers
93 views
Will this jscript run inside a .ASCX page?!
Will this run inside an ASCX file in my ASP.Net project?
I can't seem to get it to work, just wondered if there was some particular thing missing? Do i need to include "runat="serv …
0
votes
0answers
26 views
Can I set a metadata attribute in an ASCX file?
I want to set a metadata attribute (parsechildren=false) in a custom control which I am writing.
I do not want to create a partial class in a code behind file.
How do I set meta …
