1
vote
3answers
91 views
Rails: Best practice to store user settings?
Hi,
I'm wondering what the best way is to store user settings? For a web 2.0 app I want users to be able to select certain settings. At the moment is it only when to receive email …
4
votes
2answers
32 views
Allowing any property/attribute on a server/usercontrol
I've noticed that on most, if not all, standard web controls in the System.Web.UI.WebControls namespace, you can add any properties you want to them without crashing the page.
Tak …
0
votes
3answers
20 views
No Load event on UserControl for Compact Framework?
Looks like there is no Load event for usercontrol on the CF.
I'm used to loading data on the Load EventHandler.
What is the other alternative to achieve this for CF?
So far l …
0
votes
1answer
30 views
My control is “not allowed here because it does not extend class ‘System.Web.UI.UserControl’”
Hi there
So I have another noodle-scratcher (for me anyway).
I'm trying to create my own custom control in a CMS I only have partial source code for (i.e. samples the vendor has …
3
votes
5answers
78 views
UserControls in Class Library
I am converting a 1.1 project to 2.0 and am having an issue with some User Controls.
In the original project, there was a class library project and the website project. In the cla …
1
vote
1answer
44 views
problem using UserControl in C#
hi all,
i'm new to C#. and just playing around with the UserControl feature.
my problem is that i am writing an RTL app (hebrew).
when i made a Form with panels in it, containing s …
0
votes
1answer
16 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
1answer
16 views
Visual Studio overwriting UserControl parent when not inheriting System.Windows.Controls.UserControl
I am creating a series of UserControls that all have some similar business logic. So I tried to implement this common business logic in an abstract base class that all of these use …
1
vote
2answers
44 views
WPF: TextBox Text is not updating.
I have a user control that i am using inside a Data Template, this user control contains a TextBox which is binded with Value property(declared as a Dependency Property) of my user …
1
vote
2answers
26 views
namespace in asp.net usercontrol
I make a asp.net usercontrol. its name is ucTreeview. in my page it named: uc1:ucTreeview
How can i rename uc1?
0
votes
1answer
29 views
Bind to Property of Parent Element in Silverlight
I am trying to bind a property of an element within a UserControl to a property set on the UserControl itself in Silverlight. I'm sure it should be simple, but I haven't managed to …
0
votes
1answer
13 views
ASP.NET User Control Insdie ListView Edti Tempalte
Hi,
I have User Controls (.ascx) file and when I place it inside a ListView Edit Template it throws a NullRefreche error (Object reference not set to an instance of an object).
Can …
2
votes
1answer
27 views
asp.net page location problem
I'm creating usercontrol. This control use javascript <script src='js/my.js' type='text/javascript'></script>
My web directory location is here>>
App_code\myusercon …
1
vote
1answer
87 views
Passing values from one Usercontrol to another UserControl !!
hie guys.
I have ParentPage which contains 4 user controls and i have user dropdown on each control.
whenever i change the selected index .. all user control should populate accor …
1
vote
3answers
158 views
User controls, web parts and WSPBuilder
Can anyone point me to tutorials on how to use WSPBuilder to host a user control in a MOSS webpart?
