The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
15 views

AJAX not working on User Control

I'm heaving troubles with AJAX used in Web User Control. I have this User Control: <div> <asp:UpdatePanel ID="UpdatePanel1" runat="server"> <ContentTemplate> ...
0
votes
0answers
40 views

Having issue with porting .Net colorpicker to web page based color picker (VB)

With reference to this article: http://msdn.microsoft.com/en-us/magazine/cc164113.aspx I'm attempting to port the vb/net (forms based) color picker sample (using GDI) into web based color picker ...
1
vote
1answer
111 views

Edit, Insert, Update mode for ASP.NET user control

I am looking for the best way to template a user control, so that when I specify a mode say readonly, edit, update, insert then the user control changes its mode correspondingly. I have identified ...
0
votes
1answer
77 views

Low performance in ASP.NET web base application

Our team is developing a medical product. We are using Telerik Rad controls for the user interface. Actually my task is to find the reason behind the lack of speed and performance in a specific ...
3
votes
2answers
97 views

Web User Control Populate Items via XML

I have a web user control name as Chart Control, and I have a drop down List inside Chart Control I want to populate DropDown List of Chart Control like this: <UC:ChartControl ID="abc" ...
0
votes
2answers
123 views

How to create key-value pair property in web user control

I want to pass list of values to web user control from page. Something like this: <uc:MyUserControl runat="server" id="MyUserControl"> <DicProperty> <key="1" ...
0
votes
0answers
57 views

Loading UserControls / HTML markup from a WCF Service running inside _vti_bin in SharePoint 2010

First of all, I've read this question: Load a User Control in an Ajax WCF Service and Access Custom Properties. And while I agree that there should be a seperation of concerns, I think it can be ...
1
vote
3answers
207 views

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 ...
-1
votes
1answer
339 views

How to set and get Usercontrol's control id in aspx page

how to set usercontrol's control id(for example: In my Usercontrol im using one dropdownlist i have to set id for that control in ascx page and i have to get that ID in my aspx page). How to find ...
-1
votes
1answer
62 views

Lost GridView SelectIndexChanged at UserControl

I have a UserControl which contain GridView.I set AutoGenerateSelectButton is true for this GridView. But it didn't work when I press Select inside UserControl. Do you have anyidea?
0
votes
0answers
165 views

Can't get Select event at GridView in userControl

I have button and GridView at UserControl. When I press button.It will perform at PageLoad function. But when I click select in GridView.It can't work same button at PageLoad. if (!IsPostBack){} ...
0
votes
0answers
209 views

How to call User Control with Query String parameter?

Can we call a user control with query string parameter? I am trying with following code hdrCtl = LoadControl("Age.ascx?id='abc'"); But It giving me the following error. The file ...
0
votes
1answer
30 views

How to load user control in page with specification?

I have a user control where I taken two tables, now I want to add this user control to a aspx page. But there is a condition that I have to show only one table. I am using LoadControl("UC page url") ...
0
votes
1answer
200 views

ASP.NET Calling methods on user controls

I have created an user control as follows to upload images. In it's code behind I have the method to save the image. <%@ Control Language="C#" AutoEventWireup="true" ...
0
votes
0answers
302 views

UserControl is not a known element

I've just added a new UserControl to a project of user controls. I'm just using the default generated code without any editing. When I try to place the UserControl on a test page in a separate ...
0
votes
0answers
114 views

Nested properties in an ASP.NET user control (VB)

I am creating a user control that renders a filter bar which binds to a specified GridView. I have configured the properties of the user control such that you can specify any number of filters (either ...
0
votes
4answers
572 views

Context is not a member of in asp.net usercontrol

I just created new usercontrol in an asp.net webapplication project. Right after creation, the source looks like this: <%@ Control Language="VB" AutoEventWireup="false" ...
0
votes
1answer
1k views

Align dynamically loaded user controls horizontally inside HTML table cell

I have a html table which has a element with runat=server. I am loading some user controls inside it from code behind. <td id ="ModuleGridHolder" runat="server" rowspan="3"> ...
0
votes
1answer
2k views

ASP.NET Update Panel Not Working Inside Web User Control

I have created a html5 canvas and javascript signature pad that I would like to implement as a web user control with an update panel to handle the button clicks. For some reason if I add the update ...
1
vote
4answers
490 views

How do I load two ASP.NET UserControls on Demand?

I want load two user controls on demand. asp:UpdatePanel ID="UpdatePanel1" runat="server" ContentTemplate asp:Button ID="Button1" runat="server" Text="Button" UseSubmitBehavior="false" ...
1
vote
1answer
444 views

Extending usercontrol, Inner controls not initialized if declared on ascx page

The Usercontrol I am creating is made up of 3 files as expected (ascx, ascx.cs, and ascx.designer.cs) My Problem : Controls created in the aspx page ( asp:Button runat="server" id="mybutton" />) are ...
0
votes
1answer
310 views

two different user controls in same asp.net page

this is my application link please download i had 2 different user controls in one .aspx page. first user control was dropdownlist binded with database. second user control was gridview. if i ...
1
vote
1answer
444 views

User Control Static Name Option?

I know there is a way to force asp web user controls (ascx) to use static ID's so they don't get appended with all the appended naming garbage...but is there way to do the same for the"name" ...
0
votes
2answers
418 views

How to find a control in a separate user control in the same page where it is registed

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 ...
0
votes
0answers
105 views

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 ...
2
votes
2answers
895 views

Reference masterpage variables from control in child page?

Is it possible to access Masterpage variables from a web user control that is in a child page? I know you can access them in child pages by adding the following <%@ MasterType ...
4
votes
2answers
3k views

Registering .ascx ASP.NET User control in ASP.NET Page or Master Page will load it or not?

If I register user control in ASP.NET page, the control will be loaded to the page or not? <%@ Register Src=".." TagName="tag" TagPrefix="pre" %> even if I not call it in the page using? ...
1
vote
1answer
626 views

User Controls Asp .Net

Task – develop user control, which has <%#Bind(“expression”)%>` How send parametrs into user control and how to use Bind and Eval ?
0
votes
1answer
149 views

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 ...
0
votes
2answers
441 views

How to load a web usercontrol from a physical path rather than a virtual path [duplicate]

Possible Duplicate: Loading web user controls from blob storage in asp.net Hi i have a code like this UserControl objUserControl = (UserControl)this.LoadControl("physical path"); ...
0
votes
1answer
181 views

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 ...
2
votes
1answer
405 views

Can I store a Web UserControl ascx and code behind in database and load it from there?

Is there any way I can store the code of the UserControl in a database table, compile it dynamically or Load it from there ? Means I get a string from database that contains the complete code of ...
3
votes
3answers
3k views

How to find the url of parent page of a User control

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. So, if UserControl.ascx was on Home.aspx, I ...
0
votes
1answer
112 views

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 ...
4
votes
1answer
466 views

Integrating/switching to MVC3 from WebForms with large existing library of custom controls

Here's the situation. We're adding a new application to our suite of webapps based on WebForms and so I felt this would be the perfect time to introduce MVC. I did all the research about ...
0
votes
1answer
266 views

Why the button event of a web user control does not fire?

My web user control is <asp:DropDownList ID="cmbList" runat="server"> </asp:DropDownList> <asp:ImageButton ID="btnDoSub" runat="server"/> in my webpage, at the Init part, i add ...
2
votes
0answers
493 views

Web User Control Library in VS2010 & .net 4?

Is it possible to somehow load Web User Controls from another project / class library using Visual Atudio 2010 and ASP.NET 4.0? I only found THIS (all the other are for VS2008 & ASP.NET 2.0 or ...
2
votes
2answers
2k views

How to create redistributable user control in DLL form with embedded images, javascripts, style sheets?

I've developed a most reusable ASP.Net WebUserControl for our company's web applications. I'm now going to make it as a redistributable DLL according to this msdn topic. Since the WebUserControl comes ...
0
votes
1answer
611 views

Trigger update of UpdatePanel inside user control?

Is there any way to trigger update of updatepanel inside a web user control through use of a property ? This does not work public bool RefreshExclusions { set { upnl1.Update(); } ...
0
votes
3answers
3k views

Asp.net user control with inner controls

I need to develop a template-like user control, which would accept any arbitrary content, including other controls. WmlCard.ascx <asp:PlaceHolder ID="phContent" runat="server"> <card ...
4
votes
1answer
476 views

Updating a web user control based on another web user control

I have a web user control which has a Treeview control inside it. I have created another user control which contains a Gridview along with a couple of other controls. The Gridview, should update ...
1
vote
1answer
876 views

ASP.NET - How do I register multiple JavaScript calls to run on PostBack?

I have an ASP.NET page with two instances of the same Web User Control (a simple WYSIWYG editor). On submit, the WUCs do a little JavaScript magic and then proceed with a normal postback. The first ...
0
votes
0answers
465 views

Add row to table inside user control

I have a user control containing a table (but not only a table). I want this control to accept table rows (and only table rows) as child controls and add them to the table: MyTable.ascx <%@ ...
0
votes
1answer
728 views

Display ASP.NET VB User Control property in VS IDE

I built a VB ASP.NET 1.1 Web User Control that contains several properties. I want these properties to display in the VS2003 IDE Properties window, for easy manipulation. However, none of the ...
0
votes
2answers
811 views

Get Control Value From Web User Control

Lets say I have three DropDownList controls in a web user control and they depend on each other. Categories Brands Products Explanation: After I choose a category from Categories dropdown list, ...
1
vote
0answers
49 views

Can I develop visual studio extension for viewing Web User Control in temp web page?

I work now in a huge project that we build all interface as Web User Controls .. every time I want to view & test one i should add it in web page and then view .. I think in a way to develop a ...
0
votes
1answer
562 views

ASP .NET Web User Control Events

I have created a web user control called Activity. I have defined a public-facing event on that web user control called OnActivityDelete. There is a delete button in the Activity control. When the ...
1
vote
2answers
3k views

Call a function of a Web User Control from the parent page

I'm creating a comments web user control. I want to use this comments control on distinct pages like: articles, attractions and categories. So, on the articles page I delcare the Web User Control ...
0
votes
2answers
632 views

Horizontally align rows in multiple tables using web user control

I need to align rows in different tables that are layed out horizontally. I'd prefer to put the html code in a single web user control so I can create as many instances of that control as I want and ...
1
vote
1answer
990 views

ASP.NET/AJAX - Web user control update panel triggering from outside

I've got an web user control with an updatepanel. On my mainpage I got like 3 of those controls. Now I want to have an timer in the mainpage which would trigger the updatepanels in the web user ...

1 2