| Thread | Last Post | Replies |
|
| Why is CreateChildControls called when a dropdownlist (of a composite control) selected index has changed | 25 Mar 2005 01:34 GMT | 1 |
That sums it up. When any of the dependent dropdown lists get their selected index changed (by user interaction) there is a new invocation of the composite control's CreateChildControl which then basically resets some things. Very strange behaviour, really thinking of junking the ...
|
| Color property returns Color.Empty to my control | 24 Mar 2005 22:02 GMT | 3 |
I have written a custom composite control. When I try to get the value of a Color property I always get Color.Empty in the designer, but I do get the color that is selected when the webpage is run. Does anyone know if I have to do something specific to get the value of the ...
|
| custom WebControl sometimes doesn't render at design time | 23 Mar 2005 23:44 GMT | 1 |
I've created quite a few WebControls with pretty good success. I've made designers, data-bound controls, and so on. (Thank you to Nikhil Kothari and Vandana Datye for "Developing Microsoft ASP.NET Server Controls and Components".) I'm pretty comfortable with them now.
|
| High-level question about ASP.NET web controls.. | 23 Mar 2005 23:19 GMT | 7 |
I'm a bit of a noob when it comes to web controls... What I want to do, is create web control that appears in the toolbox, that one could drag onto a web page - and you'd see the actual control (e.g. what it will look like on the resultant web page - much like how the datagrid ...
|
| Volatile Design View | 23 Mar 2005 14:31 GMT | 1 |
Sorry if this shows up twice. I've created a custom control that is basically a preformatted table used throughout the page with ParseChildren(false); you add child controls as the content to the table and everything works great. My only problem is that when you go into design ...
|
| Exporting an ASPX's HTML to PDF | 23 Mar 2005 08:02 GMT | 1 |
I am looking for a way to sort of redirect the Page.Response content to a pdf generator component that would create a pdf file on the fly! I wonder if there is such a thing in the .net world. I see a java based product that may do this (from CORDA).
|
| Repeater and ArrayList | 22 Mar 2005 17:43 GMT | 2 |
I am trying to use arraylist (of strings) as Datasource for a repeater. what do I write in item template? DataBinder.Eval....??? The list only contains strings..
|
| Need help persisting a dynamically loaded userControl... | 22 Mar 2005 17:06 GMT | 1 |
Ok, I've done quite a bit of testing and am stuck. Here's the situation, I have two userControls and my webForm page. menu.ascx - menu contentEditor.ascx - input box + button
|
| custom usercontrol inside of datagrid - loses its state/viewstate on re-bind/postback of the datagrid | 21 Mar 2005 19:51 GMT | 2 |
I have a simple usercontrol, a datepicker which contains 3 dropdownlist , it resides inside a datagrid column and i set the selecteddate property of the usercontrol from one of the DataBinder.Eval 's ... everythign works fine. The datepicker also works fine on a regular page, and ...
|
| Enable Parent Controls | 21 Mar 2005 18:04 GMT | 1 |
I am using a datalist to generate controls based on the values arrive from DB. ------------------------------------------------------------ checkbox RadioButtonList/CheckBoxList
|
| DoubleClick Event on ListBox | 21 Mar 2005 18:00 GMT | 1 |
I have created a user control that has a list box webcontrol. Unfortunately, The listbox control does not have the doubleclick event in it, and for the life of me, I can not seem to create one. Does anyone have any tips on how to do this? The user control is this list
|
| Control in User Control not instantiating | 21 Mar 2005 15:35 GMT | 5 |
am building a user control that has a repeater in it. I first started with a regular web page to get the formatting right where everything worked properly. I then copied it into a new ascx file. The repeater is created on the page (not dynamic). I have a function that
|
| persiting data in asp.net | 21 Mar 2005 04:43 GMT | 3 |
Hi I am finding problem with dynamically created controls in asp.net When I Create a text box at runtime with a cycle when next time the cycle executes again it simply remove the entered data from text box this is not happening if i create a text box dynamically at runtime.I ...
|
| Custom Web Control and GridLayout | 21 Mar 2005 02:28 GMT | 2 |
I'm somewhat new to ASP.NET but have a lot of VB6 experience. I thought I'd dive into custom web controls as a way to encapsulate some common functionality. Once I drag the control onto my web form, it's stuck in the upper-left corner. I also thought I might try to use a
|
| building my own web-based music player | 20 Mar 2005 23:23 GMT | 1 |
I want to build a customized music player using VS.NET. I'm looking for a way to add some new controls to my Web Forms toolbox for building a jukebox...ie. Play button, pause, fast forward, display area, equilizer, etc. Does anyone know a site or a third-party vendor that sells ...
|