| Thread | Last Post | Replies |
|
| Javascript and ServerControl | 30 Apr 2005 19:54 GMT | 1 |
I'm trying to add Server controls on the JavaScript side, I'm using the following syntax: var oText = document.createElement("asp:Label"); div.appendChild(oText);
|
| Creating a panel with a collection property -- NEED HELP | 30 Apr 2005 11:05 GMT | 3 |
I've been working lately on making my own tabstrip control because I couldn't find anything that works the way I want it. But now I have a problem, because I have a "Tabs" property which is the collection of tabs inside my control, I'm no longer able to add controls inside the ...
|
| registerclientscriptblock error | 28 Apr 2005 17:11 GMT | 5 |
I'm currently trying to register a block of javascript on a custom web control using the Page.RegisterClientScriptBlock functionality. I am trying to include the "<!--" in the javascript block to hide it as required by XHTML standards, but when I add these characters and
|
| webcontrol with embedded javasript in assembly | 28 Apr 2005 15:13 GMT | 8 |
I've created a webcontrol that uses some javascript. Currently i've embbed the javascript into the assembly and it's added to the webpage if necessary.. The disadvantage of this approach is that the client can't cache the script
|
| custom control onblur postback | 28 Apr 2005 10:26 GMT | 1 |
I have a custom control with a textbox and dropdown list. The dropdown list is hidden and acts as a data source for the textbox. When the user enters text in the textbox, an onKeyup event is fired and retrieves the first value from the dropdown list equal to that entered, and ...
|
| Only one instance of my control per Page | 27 Apr 2005 09:50 GMT | 7 |
Hi, what's the best practice of ensuring that only one instance of a (custom) control can be placed on a Web form (either at design or run time)? ~ Zarko
|
| Custom controls that contain other controls | 26 Apr 2005 22:20 GMT | 1 |
Okay... maybe this has been done. I hate the Microsoft Tab and Multipage controls. So I'm building my own Tabstrip control. The style and DHTML isn't a problem. In fact, I'll post it at the end of this for those who'd like it. It's probably IE only, but that's the
|
| Dynamic User Controls | 26 Apr 2005 22:19 GMT | 5 |
Hello, I have a page with user controls 1,2,3. 1-will always load in the page 2 or 3 will load depending on the action that is taken in 1.
|
| Can't retain state for Control inherted from ListBox | 26 Apr 2005 18:46 GMT | 1 |
I have created a Web Custom Control that inherits from WebControls.ListBox but can't get it to retain the selectedIndex after a postback. As a test I created a very simple version of the control with no additional code. I just inherited from the exisiting ListBox
|
| Limiting number of control instances? | 26 Apr 2005 13:40 GMT | 1 |
Hey all, Is there a way of limiting the number of instances of a server control that the user can put on a form? I'm writing an interfaceless server control, and I want to make it
|
| IHttpHandler and VS design-time | 26 Apr 2005 09:16 GMT | 3 |
I've developed a custom handler for my custom control that stores and serves all the JS and GIF files to the control user at run time. Question: how do I force the images to appear on the control (as those are child controls to this composite control) at design time in VS's ...
|
| removing item from dropdown list | 26 Apr 2005 04:17 GMT | 1 |
Hi just wondering if there is a way to remove an item from a dropdown list in code after it has been filled with data from a dataset? Also do I need to know the index of the item I want to remove or is just knowing the string value sufficient?
|
| Using controls in datagrid cells | 25 Apr 2005 17:43 GMT | 1 |
How can I retrieve the Container.DataItem name in a checkbox used in a template column. During an Update, I can dynamically retrieve the value of the checkbox, but I need to retrieve the DataItem also. <asp:TemplateColumn>
|
| Read a CSS File | 25 Apr 2005 10:26 GMT | 5 |
Using vb.net. Can anyone provide some insight or examples of reading a css file. I want to be able to read the name/value pairs for some classes. My asp.net app is using IE WebControls TabStrips which don't support css
|
| Multicolumn combo box | 23 Apr 2005 14:34 GMT | 9 |
Hi, I have to show data in grid like manner in the combobox. Please give me ne idea to create multicolumn comboBox. Thanx.
|