| Thread | Last Post | Replies |
|
| Checking if other controls exist | 23 Jul 2003 16:51 GMT | 2 |
I'm creating a small control that just outputs an image or text with some javascript code. What I want is for the control to check if a certain javascript function has been written on the page it is hosted on already. If it has, it just outputs its code, otherwise it writes out the ...
|
| How to get Data from Listbox? | 23 Jul 2003 13:20 GMT | 1 |
Hi there i've 1 Listbox with some listitem. can someone tell me how get all value of listitems in this listbox? thx :)
|
| ViewState Problem with Composite Control | 23 Jul 2003 09:40 GMT | 1 |
I am creating a composite control that contains an iframe. I am creating this iframe in the 'CreateChildControls()' method by adding a literal control with its definition. I also have a hidden field (named using mybase.ID), which i
|
| Creating controls at runtime | 22 Jul 2003 19:53 GMT | 3 |
I am trying to create a TextBox at runtime, using the following code with a CodeBehind-File: Dim txtBox As New System.Web.UI.WebControls.TextBox() txtBox.ID ="txtTest"
|
| Building a custom control that implement table server control | 22 Jul 2003 19:30 GMT | 4 |
I want to create a custom control that implements the table htmlcontrol. In my webform page I want to include that custom control and add content to a cell in my custom table control. I don't want to do this dynamically in the page_load event but in the HTML design view.
|
| WebControl and height? | 22 Jul 2003 08:10 GMT | 2 |
I have a WebControl that I have built which simply creates a DIV and applies the Style or Class to it. Simple. In the Designer however, it does not appear with any height to speek of if it is set to 100%, however in the browser it looks fine. I thought it might be a problem ...
|
| Web Combo Box | 22 Jul 2003 06:52 GMT | 1 |
hi, has anyone come across a web combobox, which manipulates the dataset rather than query the database everytime, to shorten the resulting resultants. i did check out a couple of the examples, specially the one from dbcombo.net .. but it seems from their code, that they keep ...
|
| Collection Editor vs. Item ID | 22 Jul 2003 03:09 GMT | 3 |
I'm using the standard CollectionEditor to allow design-time editing of a list of controls, all of the same type. I notice that when you enter a new item and specify its "ID" property, that row in the list takes on the name of the ID.
|
| Event not firing.adding dynamic controls to Usercontrol. | 21 Jul 2003 15:17 GMT | 3 |
I am adding controls to the UserControl dynamically and then loading the UserControl Dynamically.But I am facing problem with firing of click event of one of the buttons within the UserControl.It does not fire. If I do the same thing in a aspx page instead of a user control then the
|
| Re: Design time "move" and "resize" | 21 Jul 2003 14:29 GMT | 2 |
I saw the following post on dotnet24x7.com. Usually Victor Garcia Aprea has been pretty helpful. I have a similar issue. I WANT to derive from control, not webcontrol because I don't want all those other properties, only mine. I'm just seeking a little clarification and perhaps a ...
|
| Creating a new control collection | 20 Jul 2003 19:36 GMT | 1 |
I have an aspx page that has many nested controls. For example I have Panels that contain text boxes. There is also text boxes on the page itself. I'd like to loop through every control on the page and build a collection of those controls that interest me (in this case the text
|
| Multiple Parameters With Hyperlink in DataGrid | 19 Jul 2003 22:20 GMT | 5 |
I have a datagrid with a hyperlinkcontrol column. And it will only take one parameter. So I created a template column, with a hyperlink based on an example I saw. (now working directly in the aspx page as opposed to the code behind) It uses the NavigateURL and then useses
|
| Designer Support for Selecting Web Form control | 19 Jul 2003 17:53 GMT | 4 |
I've got a validator control that has somewhat limited designer support. It has an additional property that contains a string identifying another control on the form, e.g. "MyListBox". The BaseValidator control has a ControlToValidate property that does exactly
|
| How do i use mshtml | 19 Jul 2003 02:14 GMT | 4 |
How do i use mshtml in asp for parsing an html file. Can anyone give the code in vb..... Mathew
|
| Failed to load viewstate | 18 Jul 2003 21:02 GMT | 2 |
I'm trying to replace my panels with usercontrols. On pageload, I pull an array and it's index from the session and I load a corresponding usercontrol and add it to a placeholder. This control dynamically gets webcontrols
|