Topic profile page for User Control.
This page has aggregated data from forum posts, threads, listings, online discussions, newsgroups, messageboards, and other online sources which contain user generated content for the term: User Control.
Topic "User control" was discussed 8,856 times on 1,151 sites in last 3 months
Started 23 hours, 37 minutes ago (2009-11-25 10:26:00)
by Brady Kelly
I have a User Control with a property declared internal bool AllowAllDepartments { get; set; } . However, whether I declaratively set this property where the control is sited, e.g. '...AllowAllDepartments="True"...', or programmatically in the Page_Load of the host page, when I hit a breakpoint in the Page_Load of the user control, the property still has a value of false. What am I doing ...
Started 1 day, 22 hours ago (2009-11-24 11:24:33)
by AppDevForMe
I have an Aspx web form and code behind file named "Maltose.aspx", and "Maltose.cs" The web form uses a web user control named "Gdriver". What I need to do is to figure out how to call a method in Gdriver from the code behind file "Maltose.cs". Can someone show me how to do this? I think I would perform some type of casting, but I don't exactly know how. The method in Gdriver.cs is named...
Started 2 days, 5 hours ago (2009-11-24 04:51:00)
by Swapnil.Mandgaonkar
Hi, I have a user control and i want to add it over a panel on a winform. I am using visual studio 2008. But i m not able to drag-drop control over panel. When i try giving it dock fill, it gets docked on whole form Please help me in this regard. thanks in advance. Swapnil...
Started 2 days, 8 hours ago (2009-11-24 01:52:00)
by osakan
hello im looking for extensions to have a user profile control panel (like the one this site has). are there any extensions for it? or i need to make it by myself if so any advices? thank you in advance
Started 2 days, 21 hours ago (2009-11-23 12:13:00)
by brian
Hello again, I've been working on my custom module and when I try to load my custom control, called "EditIdea.ascx" via a button click the page will load but nothing will show on the page. Sub btnAddIdeaClick(ByVal s As Object, ByVal e As EventArgs) Handles btnAddIdea.Click Response.Redirect(NavigateURL(PortalSettings.Activ eTab.TabID, "editIdea", "mid=" & CStr(ModuleId))) ...
Started 2 days, 22 hours ago (2009-11-23 11:26:00)
by brian
Hello all, and sorry if this question has already been answerd, but I'm having some trouble with a hyperlink column out of a datagrid field that will link to the editIdea.ascx control user control in my module. I have a custom class (for now at least) that I am using, called Utility Imports DotNetNuke Imports System.Text Imports System.Web Namespace DotNetNuke.Modules.ShareIdeas ...
Started 2 days, 22 hours ago (2009-11-23 11:10:00)
by samir80
Hi- i am wondering if there is any way to do the following: i want the other developers to just create an aspx page...and put some defined tags...lets say something like... if they put the above tags in their aspx page...and also the container user control (that i create) on the same page....the container user control will retrive the above tags and load appropriate user...
Started 3 days, 1 hour ago (2009-11-23 08:59:00)
by Mikul Khanna
Hi, I'm working on developing user control for serial number using Masked Textbox. i need to set masking value. The value has length of 11. The format is x-xx-xxx-xxxxx 1st one -- letter or digit 2nd and third -- digits 4,5,6 -- digits 7,8,9,10,11- digits. The input should accept in above format(while entering values). How can i set this format. Please help me out. Thanks in advance...
Started 3 days, 6 hours ago (2009-11-23 03:40:00)
by rowter
Hi, How do i call a method that is in the user control from the main form? I have a user control with a class ucontrol1 which has a method named st_addrfill I want to access this method from the main form in the comboboxselectindexchanged event in the main form, i want to call this method. For some reason, i am not able to access this method. Am i doing it the right way? ' -- ...
Started 6 days ago (2009-11-20 09:58:45)
by florune
Hey, I have a gridview and inside it's edit template I want to bind a field to a user control. Something like this: The problem is that this is only one-way binding when I use a user control. If I had binded it to the Text property of a textbox instead, like this then it would be a two way binding. How can I implement two-way binding i a user control? ...
Started 6 days, 16 hours ago (2009-11-19 17:27:00)
by samir80
Hi, another interesting scenario: I have an aspx page which has a user control (container user control). Is there a way where we can list all the user controls as tags in the aspx page that we want to dynamically load in the container user control? thanks
Started 1 week ago (2009-11-18 17:42:00)
by ItsMeSri
I am getting 'Object doesn't support this property or method' in web part user control. I am able to get alert after there is second alert. When I add same code in contentquerywebpart it works fine. $( function (){ $( 'h4' ).clickToSlide( 'div' ); }); I included references also that method is inside the spe_web.js file. $.fn.clickToSlide =...
Started 1 week ago (2009-11-19 04:47:00)
by dineshkumaar
Hello... I need to create a user control which can be used in my all projects. I have created a user control with a TextBox Control and a ListBox Control. My goal is that as soon as any character is pressed in the textbox, Listbox's item which starts from that character should be selected. I have done all the coding needed for the functionality but my problem is that when I add this ...
Started 6 days, 22 hours ago (2009-11-19 11:43:00)
by pwrofturbo
defi control unit 1 user manual If someone can help me here, I need the user manual for the defi control unit 1. Trying to set the daytime backlight and without the manual its impossible. Thanks in advance __________________ -Zack Quote:...
Started 1 week ago (2009-11-19 09:09:00)
by Malarjothi
We use Web control Client with out any problem for a long time. When IE8/IE7 (could not test for ie6 and lower) comes to picture, if the user agent value is more than 256 char, its malfunctioning. Even Request.Browser.Browser will become unknown if the application is .NET1.1. Code : VS 2003 & .NET 1.1 See below is the code in aspx User Agent with in 256 char limit:
Started 2 days, 4 hours ago (2009-11-24 05:27:00)
by ilke Muhtaroglu
I want to keep track of the user (administrators) when they look at / view the private personal info of the users ! So which portlet or class do this ? (Control panel -> users, view a user which method or class do this ? so in this class i can get the userid of that administrator and keep him in the database ?) ilke
Started 2 days, 10 hours ago (2009-11-23 23:51:00)
by Tamer Oz
Hi, First of all you can access that method since its public. I think you put the user control on the form. If so; userControl1.st_addrfill(); //here userControl1 is the ID of the control on the form If you don't put user control on form, you only want to access it's method. userControl c = new userControl(); c.st_addrfill() Hope this helps.
Started 3 days, 4 hours ago (2009-11-23 05:07:00)
by Ji.Zhou
Hello Kiwi, You can get a detailed sample from the codeproject, http://www.codeproject.com/Articles/39008/User-Pre ference-using-Application-Settings.aspx Have a nice day! Ji Zhou MSDN Subscriber Support in Forum If you have any feedback on our support, please contact msdnmg@microsoft.com...
Started 1 day, 22 hours ago (2009-11-24 12:01:33)
by MetalAsp.Net
rodnex: You should be using the ID of the user control not the tagPrefix, in your case above that ID is Gdriver1, such as: Gdriver1.Recalculate(); Good eyes! That's more likely the problem.