| Thread | Last Post | Replies |
|
| How to make changes made to a component be updated immediately | 20 Dec 2004 17:49 GMT | 3 |
I have two projects in the same solution. One of them contains a component, that is finished, and added to the toolbox. In the second project I have put this component on the webform.
|
| Breakpoints ignored in component | 20 Dec 2004 16:43 GMT | 2 |
I have two projects in the same solution. One of them contains a component, that is finished, and installed in the toolbox. In the second project I have added this component to the webform.
|
| Setting values of UserControls used multiple times on a page | 20 Dec 2004 00:51 GMT | 5 |
I have a pages which use the same UserControl multiple times on the same page - they have different IDs though. The UserControl contains a number of select lists. After databinding each select list in each control to a datasource, which
|
| Not Able to trigger event in Composite Control | 17 Dec 2004 23:00 GMT | 2 |
i have a datagrid and toolbar and have integrated them in my composite control(inherited datagrid) toolbar items are shown as for e.g <HeaderToolBarItems>
|
| how do I access controls from a static class? | 17 Dec 2004 15:22 GMT | 3 |
I have a page with about 40 text boxes for capturing data and need to get the values of these text boxes to a static class for processing. I can go through individually and add to an arraylist but there must be an easier way..
|
| SelectedIndexChanged event is not fired | 17 Dec 2004 08:25 GMT | 2 |
I've created a Web user control that contains a DropDownList and this DropDownList gets created and loaded in init() everytime. I set AutoPostBack=true and registered the event. I'm using the same user control at 2 different places. When running in the
|
| Capturing Click Events in Buttons | 17 Dec 2004 08:13 GMT | 2 |
i have three buttons in my custom web control and im not able to capture click events on em. how to do this in custom control. buttons are webcontrols too. Please Help
|
| Adding controls to a server control. | 15 Dec 2004 22:25 GMT | 1 |
Question regarding server controls. I have built a server control that creates two listboxes and a few buttons. Here's a snippet to show how I've done this (from AddAttributesToRender sub): ' Available listbox
|
| Debugging at design time | 15 Dec 2004 17:19 GMT | 3 |
It appears easy using vs.net to debug servercontrols during runtime but how can I step through code that gets executed at design time. for instance when properties are set. Thanks,
|
| New Control won't drop on designer page | 15 Dec 2004 17:15 GMT | 1 |
Made new control as perscibed by MS web documentation, added control to toolbar, but control can't be dragged unto new web page. What ComponentModel Designer property tags did I forget to include?
|
| composite control: how to assign initial values to child controls? | 15 Dec 2004 08:20 GMT | 5 |
I've got a question concerning composite controls: As you can see, in my CreateChildControls method I have two custom child controls, each of them using a model. This model should be assigned to those controls only once in their lifetime since they keep it in their viewstate.
|
| Events from a UserControl within a PlaceHolder | 14 Dec 2004 11:17 GMT | 2 |
Brief background: I have a page that loads n UserControls into a PlaceHolder control, where n corresponds to a number of inputs by the user. Each UserControl consists of a couple of labels, a TextBox, an ImageButton, and a DataGrid.
|
| Templated properties in composite control containing a datagrid | 13 Dec 2004 16:47 GMT | 3 |
I'm new to this. I have a composite server custom control that contains a datagrid, and can't quite figure out an easy way to make it configurable from an ASPX page - the same way datagrids are configured, with columns section etc. I know ITemplate is involved, but I am not
|
| TagPrefixAttribute Question | 13 Dec 2004 00:37 GMT | 2 |
I'm going through this book on asp.net server control development. I wrote a control using the namespace: ESS.ServerControls The book says that if I put the following in my control's AssemblyInfo.vb
|
| Rendering an UserControl inside a mail body without any page object reference | 12 Dec 2004 08:35 GMT | 1 |
I would like to use a User Control to render the body of the mail I send. I know how to do that using Page.LoadControl The problem is that my application is not an ASP.NET page so I can't use any Page object reference to call LoadControl
|