| Thread | Last Post | Replies |
|
| Programmatically resizing a web custom control at design time | 20 Mar 2005 02:19 GMT | 1 |
I have written a simple web custom control. The control however also acts as some place holder (could be a banner, picture or whatever). The control also has a set of properties to set the width and height. Then when either the width or height is set (using the property) the
|
| Writing a DIV tag? | 19 Mar 2005 00:45 GMT | 4 |
Starting to mess with writing to the HtmlTextWriter, and have a question about divs. Why is it that HtmlTextWriterTag.Div writes a *table*, when I tell it write a div? The tooltip help says "Specifies an HTML Div Element",
|
| Embedded Windows control | 18 Mar 2005 13:18 GMT | 3 |
We are trying to create a windows control and use it embedded in an asp.net page. This control is based on another 3rd party control, and we don't know how to include the dll of that control in our own dll to distribute it. We tried to embed the dll in the dll, but we ...
|
| Distributing images required by custom control? | 18 Mar 2005 10:43 GMT | 2 |
I am developing a new custom server control, and need to find the best way to store / retrieve the images which are required by the control. I can see a few of solution to achieve that: 1) Store the images in the assembly, and then read the from assembly sending
|
| Inserting columns in datagrid by code | 17 Mar 2005 18:29 GMT | 1 |
I tried to insert a column into datagrid by back-end code, and I have implemented a event handler for sorting. When I try to sort the column in browser, it does not fired the sorting event handlers. Do anyone know how to solve it?? Thx.
|
| Textbox control not posting value ? | 17 Mar 2005 13:03 GMT | 4 |
I have a text box control in an ASP.NET user control and it does not post its value when the base form posts. The value comes through as a null lenght string. Any ideas ?
|
| Custom Control Problem :: Object reference not set to an instance of an object | 16 Mar 2005 23:34 GMT | 1 |
I have the following Custom Control file... '########### WebUserControl1.ascx ############# <%@ Control Language="vb" AutoEventWireup="false" Codebehind="WebUserControl1.ascx.vb"
|
| Event raising question | 16 Mar 2005 22:10 GMT | 1 |
I have a question regarding events in a composite web control. In windows forms when I programmatically set the SelectedIndex property of a comboBox (for example) I seem to remember that the SelectedIndexChanged event is automatically fired (unless my mind is playing tricks ...
|
| Dynamically created user controls | 16 Mar 2005 19:56 GMT | 4 |
In ASP.Net, I am working with some in-house software that dynamically creates a form based on rows in a database table. For example, most pages consist of a header control, center control, and a footer control. By adding rows to specific tables in the database, the form can be ...
|
| Setting Focus in a User Control | 16 Mar 2005 14:56 GMT | 1 |
I have an editable datagrid as part of a usercontrol. When I click the Edit button, I wish for focus to be set on the first control, a dropdownlist. I have underlying javascript that I found elsewhere here but it does not appear to work.
|
| Child control renders at desing-time as if it is in run-time... | 16 Mar 2005 08:54 GMT | 1 |
Hi, I have a problem with design-time. The problem is rather hard to describe in a few sentences ... so I hope someone will reply asking for more info. For the start here's the situation (striped down to what I believe is crucial)
|
| RenderChildren/ParseChildren | 16 Mar 2005 02:52 GMT | 6 |
I am having a slight problem. Below is something similar to what I want to appear in the asp.net <cc2:WebCustomControl1 id="WebCustomControl11" runat="server"> <FillList CommandName="asfsadf" ParameterName="sdafas" >
|
| Custom web control not responding to change | 15 Mar 2005 18:19 GMT | 9 |
Since I ran into a problem with nested user web controls I decided I was (???) better off implementing this as a custom web control. Well, I have run into problems again... I created a new project on the solution that contains the web page. That project is a Web Control ...
|
| Catch Instance Creator | 15 Mar 2005 17:22 GMT | 1 |
My WebCustomControl has a property of collection type, and when add an objet to the collection at designtime I want to create the new object with an overload constructor. Why? Becouse to set a different ViewState key for each object in collection I need to know which index has the ...
|
| Mantain Property | 14 Mar 2005 16:35 GMT | 1 |
I don't know how to mantain the value of a Property of my WebCustomControl. I've my Control and set: ------Code in Page container of contrl ----... ...
|