| Thread | Last Post | Replies |
|
| user control | 06 Mar 2004 10:49 GMT | 1 |
I have a user control that works fne (hits db display datalist) but on a different section of my page i want to use some datafrom the user control Is there a way to pass information from the control to page <%@ Register TagPrefix="info" TagName="DataControl" Src="datactrl.ascx" %
|
| Control won't serialize | 06 Mar 2004 10:34 GMT | 1 |
Hi, I created an assembly with a custom class called myTable that inherits from "System.Web.UI.WebControls.Table" so that I can mark it as serializable. I am attempting to put this control in viewstate but on doing so throws the error: 'myControlLibrary.myTable' must be marked as ...
|
| toolboxitems.add don't work | 05 Mar 2004 09:42 GMT | 1 |
I want to programmatically add my own custom controls to a ToolBoxTab in VS.NET. I can create my own toolbox tab but I cannot add item inside. No exception but the items just doesn't appear. there is my code:
|
| Finding a Component's (ComponentModel.Component) Parent Form | 04 Mar 2004 22:23 GMT | 1 |
I'm working on a .net component (not a control) and need to find out what form the component is contained in during runtime (DesignMode=False). With a control, there is a parent property (and FindForm) to do this with, but no such luck with a component.
|
| [ Custom Controls ] Insertar tags dentro de <HEAD> | 04 Mar 2004 21:01 GMT | 4 |
Hola amigos: Tienen idea de cómo se hace para insertar un <LINK...> y un <script...> dentro del <HEAD> desde un "Custom Control". En realidad el control opera sobre el Body y crea una tabla desde DataTable, pero no se como hacer para que me inserte esas líneas ...
|
| IPostBackDataHandler.LoadPostData does not fire on empty postDataKey form fields | 04 Mar 2004 19:46 GMT | 1 |
After creating a custom MultiSelectBox that has a checkbox list, i noticed that the control wasn't updating it's selected listitems when no checkboxes were selected. After inserting a Response.Write(postDataKey) in the LoadPostData(...) method, I noticed that LoadPostData is not ...
|
| Rearranging controls | 04 Mar 2004 13:27 GMT | 2 |
Hi, i am developing a user control that consists of different listboxes. The control needs the ability to arrange those listboxes in a different order, depending on a property established during design. How can i achieve this? Thx :)
|
| Open popup aspx page | 04 Mar 2004 01:48 GMT | 1 |
Hi, I have a usercontrol with a button. In the button's click event I have to open an instance of an aspx page, passing some values to some public variables of the page. How can I call the instance of the right page? The code is the follow:
|
| Questions about embedded winControl | 04 Mar 2004 01:44 GMT | 1 |
Hi group, i have 2 questions i hope somebody can answer about a wincontrol being hosted in ie. 1. Is it possible to create a pop up that prompts for a user name and
|
| Button-click fire before or after page_load? | 02 Mar 2004 13:48 GMT | 6 |
Hi - thanks for the help in this group so far. Regarding the click event of a link_button (created within a table and added to a placeholder at run-time) - there are a number of link_buttons added to the dyanmic table I am using (a gantt chart) - when you click
|
| Name is not declared | 02 Mar 2004 00:17 GMT | 1 |
I'm getting a BC30451: Name 'pageID' is not declared. I have a user control that contains a simple condition to display one row or another like: <% If x = 1 Then %>
|
| Control added programmatically not firing event | 01 Mar 2004 20:00 GMT | 3 |
Hi, I'm loading a usercontrol with image buttons into a panel. When clicking the buttons the click event does not fire. Any suggestions Thanks Tro
|
| Custom TextBox with custom attributes and properties question | 01 Mar 2004 14:01 GMT | 1 |
I have an webform that has a datarepeater on it. In that repeater I'm binding some data and I have put a textbox control in there. On the OnItemDataBound method of the repeater I have cast the controls collection index back to a textbox and added an attribute called
|
| Problem with postback not displaying my table again | 01 Mar 2004 11:16 GMT | 3 |
Hi - I posted this in the ASP.Net forum, but have not had any help unfortunately: I am adding a 'gantt chart' style table, to manage peoples availability - if they are unavailable, the table cell is just coloured - if they are
|