| Thread | Last Post | Replies |
|
| Open Window with Javascript from WebUserControl and return values | 17 Jan 2005 15:44 GMT | 3 |
I have a Web User Control (ascx) - lets call it "My_WUC" - in a Web form. In that WUC I want have a textbox and a button. I want to click on the button and open a popup (I use javascript for that), the popup window will have also a text box and a button. when the User click on ...
|
| dynamically work with datagrids | 16 Jan 2005 20:46 GMT | 2 |
How can I dynamically get the type of control in a datagrid. I have several columns that when editing a row, one column may be a dropdownlist, the next column may be a text box, the next column may be a label, or something else, depending on what the datagrid is for and whether ...
|
| Is Caching disabled by default ??? | 16 Jan 2005 09:05 GMT | 1 |
I have a usercontrol showing some generic information across multiple screens. As per MS, caching is disabled by default so i didn't put a @OutputCache directive in my control. I found the control being cached at several occassions so was forced to put some code to disable ...
|
| Stupid Question?? | 14 Jan 2005 02:31 GMT | 1 |
I have written a class to be used by asp.net applications that provides a useful function. Other than the constructor, it has just one method. There is no need for properties or events. Prior to .net I would have just created a dll from my class and distributed
|
| <img> tag and resource files for scr-source? | 12 Jan 2005 13:21 GMT | 3 |
I want to compile my images into a resource file and then use this for my <img> tags in my table (<table><tr><img scr=(my resourcefile)</tr></table>; instead of having a list of images on my server... How can this be accomplished??
|
| TemplatedControlDesigner - how to refresh design view | 11 Jan 2005 04:39 GMT | 1 |
I have a simple templated control (the one from ASP.NET quickstarts, little modified -> http://samples.gotdotnet.com/quickstart/util/srcview.aspx?path=/quickstart/asppl us/samples/webforms/ctrlauth/templates/Template1.src). I tried to add design-time support, and found
|
| TemplatedControlDesigner Events | 11 Jan 2005 03:59 GMT | 1 |
I have a webcontrol that supports template. Everything works fine except that in Design time (in ide) when i click on the control inside the template the property window does not show the events this control have !
|
| class is not visible | 08 Jan 2005 22:39 GMT | 4 |
I want to use a user control on my page. I want to reference to the control class from the page’s code-behind. I registered the control: <%@ Register TagPrefix="uc1" TagName="ButtonList" Src="ButtonList.ascx" %>
|
| Properties with PersistenceMode.InnerProperty not saved | 07 Jan 2005 19:12 GMT | 2 |
I'm having trouble getting my custom control to save properties that are decorated with the PersistenceMode.InnerProperty attribute. The properties that are saved with PersistenceMode.Attribute are saved OK. The class below is built into it's own assembly, added to the toolbox ...
|
| Add controls DESIGN Time. | 07 Jan 2005 06:37 GMT | 5 |
I would like to know, HOW can I add control (textboxes) etc to my web form in design time? I have tried everything... someone @ MS should be able to tell me. Thanks.
|
| EDIT & DELETE grid buttons don't work | 07 Jan 2005 03:17 GMT | 2 |
Hello all, Going to make this short and sweet for now, need to dig myself out of a foot of snow this morning. :( I have a data Grid, everything work well, except for the button. Here is my error: "Index was out of range. Must be
|
| get html result from a control | 06 Jan 2005 21:03 GMT | 1 |
Hello, i'd like to know how to get the html result from a control, the html that is sent to the client, in a variant? Thanks Pietro
|
| ViewState, XML and XSLT | 06 Jan 2005 17:06 GMT | 2 |
I'm using XML and XSLT to format my HTML. After a postback I recreate all controls as soon as possible (OnInit and after the LoadViewstate). After the recreation all events are handled correctly. However, some events make adjustments to the XML. Because of this changed XML I need to ...
|
| Back button | 06 Jan 2005 12:57 GMT | 1 |
I have created a control that dynamically changes it's own content after the user posts back data. However, each time this is done the user's interaction is added to the history stack even though the user never leaves the control's parent page. This is resulting in a 'The page ...
|
| How to access contents of cells within a generated table? | 05 Jan 2005 15:38 GMT | 4 |
I am writing a custom control to display the contents of a shopping cart within a table. The quantity of each item appears in a textbox inside a cell. It all appears just fine on a web page, but I do not know how to access the contents of the text boxes. Adding the runat="server" ...
|