Questions tagged [web-user-controls]
107 questions
1
vote
2 answers
JQuery DatePicker bundled control can't be included in other controls
I've been tasked with implementing a Date/Time selector for several areas of our web project, and instructed to use a control that another developer created as part of it. The control I'm working on is supposed to allow the user to choose a date…

Jeff
- 2,835
- 3
- 41
- 69
1
vote
2 answers
How do I use the same Web User Control in two different DotNetNuke (DNN) modules?
I am developing a number of modules for a client that will share some user interface functionality using a common Web User Control to provide the UI. When I wrote the first module and added in the .ascx file, all was fine. When I add the same…

Chris Chubb
- 327
- 1
- 2
- 12
1
vote
0 answers
Dynamically adding a web user control to a web user control (asp.net vb)
I need to convert a C# web site to VB. There is a page that loads a custom web control (WholeLife.ascx) and then within this control, could possibly load multiple web user controls dynamically (WholeLifeChild.ascx).
The C# version works, the VB…

kjsharks
- 51
- 3
1
vote
1 answer
Multipul instance of user control on same page
I have a user control using Ajax dropdownextender ans asp control.
I want to stop drop-down panel from colsing when user check any check box from panel.
For that i use this java-script code
var DDE;
//Onload event set droparrow visibility to…

Ashish Rathore
- 2,546
- 9
- 55
- 91
1
vote
1 answer
How to position web user control according to client screen
I'm building an multi-column combo-box using asp and Ajax controls.
It works perfectly fine.
How can i set drop-down size and location according to the client screen and user control position on the page using javascript.

Ashish Rathore
- 2,546
- 9
- 55
- 91
1
vote
1 answer
Microsoft JScript runtime error: 'clientUploadComplete' is undefined
My user control code throws javascript error.
If I don't include uplNewRequestCreation in the main page, everything works as expected. All the server and client side file upload functions are triggered. The reason for including the update panel in…

Curious Coder
- 39
- 8
1
vote
2 answers
How to access web page public variable from user control in asp .net
How to access the web page public variable from user control in asp .net ?

bgs
- 3,061
- 7
- 40
- 58
1
vote
3 answers
How to create an array of User Controls programmatically
How do I programmatically create an array of web user controls?
I created a web user control. I already know how to implement one of them coding in the aspx file, however I would like to know if it is possible to do that from the code behind in…

Sarah Weinberger
- 15,041
- 25
- 83
- 130
0
votes
2 answers
How to find a control in a separate user control in the same page where it is registered
I have two user controls, in one of them I have a textbox, i need to retrieve its value from the second user control which is registered in the same page. How can i do this? I know the following line is wrong.. but i recall it was something like…

user710502
- 11,181
- 29
- 106
- 161
0
votes
0 answers
Can I directly call a function in a Web User Control?
I've a question, hope to explain it quickly!
Well, I have an .aspx page, where I check every time if a user is logged in or not. If it is logged, it will show some content, which come from some Web User Control inserted into this .aspx.
These User…

markzzz
- 47,390
- 120
- 299
- 507
0
votes
1 answer
WebUserControl dynamic content?
I have create a WebUserControl which consists for three html controls, tow buttons and one input text. Each of these controls have static id, is that wrong i don't think so. The control events are initialized using javascript, after the control was…

yahya kh
- 751
- 3
- 11
- 23
0
votes
1 answer
Web User Control output caching when output caching is already enabled at the page level
Easy question hopefully. . . Is there any benefit to be gained by turning on output caching on Web User Controls if the pages they are displayed on already have output caching turned on?
My guess would be no, it is not worth it, but maybe I am…

Chris Mullins
- 6,677
- 2
- 31
- 40
0
votes
2 answers
Can you update a web user control without updating the entire site?
I have a website which uses a web user control... well, basically all over the place. It's even included in other web user controls.
So I thought I could just upload the new source and it would recompile on the fly and be fine, but instead every…

CodeRedick
- 7,346
- 7
- 46
- 72
0
votes
1 answer
Initialization in Asp.NET Master Page
I need to do a dynamically loaded Header and Footer on Master page where there are two placeholders to store the users controls which will become the Headers and Footers. The reason why I am doing it to make it more customizable and it is the how it…

Tarik
- 79,711
- 83
- 236
- 349
0
votes
1 answer
Why the button event of a web user control does not fire?
My web user control is
in my webpage, at the Init part, i add the control into a panel dynamically
Private Sub Webpage_Init(sender…

OrElse
- 9,709
- 39
- 140
- 253