| Thread | Last Post | Replies |
|
| Dynamically loading and adding usercontrols after CreateChildControls | 30 May 2004 13:39 GMT | 1 |
I'm having a problem with loading and adding usercontrols dynamically after CreateChildControls. To be more specific, I have a number of buttons and a PlaceHolder control. When the user clicks one of the buttons, I want to load and add a different usercontrol in the click event ...
|
| Help needed with htmlinputfile controls | 28 May 2004 23:50 GMT | 2 |
I am looking for help with getting the Value property from a htmlinputfile control when the user selects the Submit button on my form. I need to gather the file name only and not perform a File Upload procedure.
|
| WebControl Designer Problem using Custom Collection | 28 May 2004 15:34 GMT | 2 |
I'm having some weird things happen in design view while editing a custom collection - I've been at this for about 4 weeks now, and have tried all the different combinations of persistence settings (DesignerSerializationVisibility, PersistenceMode, etc) there is, and all to no ...
|
| Server Control Collection Properties Solutions,Problems MVP Advice Requested | 28 May 2004 14:58 GMT | 2 |
I have solved most of my Server Control Collection property issues. I wrote an HTML page that describes all of the problems that I have encountered to date and the solutions (if any) that I found. http://users.adelphia.net/~brianpclab/ServerControlCollectionIssues.htm
|
| Setting user control property dynamically? | 28 May 2004 12:37 GMT | 1 |
Hi I created a user control that has a property that accepts a url ("NavUrl").. I tried to set the value as follows directly in the aspx page where strLink would be a link. <uc1:mycontrol id="mycontrol2" runat="server" HtmlContent="html stuff goes here." ImgUrl="myimage.gif" ...
|
| DataGrid Viewstate problem | 28 May 2004 12:07 GMT | 2 |
Hi, to all.. I have 2 web controls (MyDataGrid.cs, MyCalendar.cs The first inherits from calendar, and i have implemented the event MyCalendar_SelectionChanged and inside of this i put in the viewstate a datatable that i filled (and its filled, i verified)... like this Viewstate ...
|
| RegisterStartupScript and IsStartupScriptRegistered not shown in listed methods of Page | 28 May 2004 11:47 GMT | 3 |
I'm building an Webcontrol and overriding OnPreRender i want inject client javascript, but RegisterStartupScript and IsStartupScriptRegistered is not been shown in the list of methods of Page object.
|
| Placeholder child of child control event problem. | 28 May 2004 08:56 GMT | 1 |
I have problem with placeholder which contain web user control. I want to add user control in placeholder. For example I have a.aspx and in this page I have a placeholder which is dynamically added web user control lets say at a time it is added that b.ascx. In this b.ascx I have ...
|
| Button.Init? how Do I know if click event has been fired? TextBox.TextChanged event before Button.Click in a CompositeCustomControl. | 28 May 2004 07:24 GMT | 1 |
I have the following situation: (everything is dynamic (controls.add)) 1. Button.Init { WasButtonClickFired = true }
|
| Connecting webcontrols and components | 27 May 2004 08:49 GMT | 13 |
I have been struggling with this for a long time now, and am beginning to think that what I'm attempting isn't the correct approach. The short version is that I want to be able to add a webcontrol to a page, and have that webcontrol have properties that reference other webcontrols ...
|
| AddParsedSubObject and LoadViewState | 25 May 2004 20:12 GMT | 4 |
I am building a combobox webcontrol which works from a collection of ListItems similar to a standard DropDownList. It uses AddparsedSubObject to load the nested ListItem objects (below). <cc1:combobox id="ComboBox1" runat="server">
|
| How To Write the external Iterator? | 25 May 2004 00:25 GMT | 2 |
I want to write an iterator class for GHashTable which belongs to GNU glib[ c library ] .Access function of GHashTable now only support internal iterator and define struct _GHashNode
|
| Prevent tag properties automaticaly generated by ASP.NET | 24 May 2004 13:16 GMT | 2 |
When I use System.Web.UI.WebControls.Image, ASP.NET automaticaly outputs : <img border="0" /> Is there a way to prevent this border="0" to be added, without creating a custom Control?
|
| Accessing the visible property of a User Control at runtime | 24 May 2004 07:01 GMT | 1 |
I need to make visisble/invisible my user control at runtime I am using code-behind and there is no access to the control here What do I do
|
| Submit form | 23 May 2004 17:58 GMT | 1 |
I am creating a control which will upload files. The problem I am having is the button event I have created does not seem to see the files getting posted to it. My first guess is that my event is not posting the form. I can add a submit button. How do I create an event that will ...
|