| Thread | Last Post | Replies |
|
| Problem viewstate dynamically added custom control | 17 Mar 2004 19:35 GMT | 2 |
I have a custom control that works fine with it's viewstate when it is placed as a tag inside the aspx (I need to read if a Checkbox, rendered by the custom control, is checked). Problem is that I want to create it dynamically (in Page_Load or the OnInit of the aspx) and than add it ...
|
| Using Color | 17 Mar 2004 14:56 GMT | 2 |
I've problems using Color for a WebControl I've declared a property called TEST which is of the type Color. Comparing to existing Color properties, such as ForeColor I can spot the following difference;
|
| ASP.NET Forums beta search hide feature!!??!?!? | 17 Mar 2004 11:30 GMT | 5 |
Hi!! can someone tell me where I can find some information to get this cool feature to hidde text as it's used in the ASP.NET Forums beta search ??? for example here:
|
| WebControl rendering at design time | 17 Mar 2004 10:24 GMT | 1 |
Is it possible to make a custom WebControl reder itself at design time? I've made a WebControl that contains a Label and a RadioButtonList. It works fine at run time, but at design time it just draws a solid while box. Neither the Label nor the RadioButtonList render themself. Am I ...
|
| Updating Design Time Based on Style Changes | 17 Mar 2004 02:56 GMT | 8 |
At designtime, how do I detect when a Style subproperty (e.g., Font.Bold) has changed so that I can redraw the display?
|
| Viewing WebControls in DesignTime | 16 Mar 2004 19:53 GMT | 3 |
I've problems with a custom WebControl. The control has properties for letting the user set the relative path to some images and a xml file that the controls need. In runtime the images are displayed and the control can load the xml file. In design time however, this fails because ...
|
| Dynamically added checkboxes disappear after postback | 16 Mar 2004 09:42 GMT | 9 |
I need some help to sort things with a server control. Two linkbuttons, one will read a directory and create a checkbox for each file in the directory. After choosing files by clicking the checkboxes the other linkbutton is
|
| Choosing a base class | 16 Mar 2004 02:45 GMT | 1 |
Hi, there I'm trying to write a non-rendering component that is manipulated at design time in VS.Net By non-rendering I mean the component doesn't generate any HTML tags In fact, the component is supposed to be used both for windows applications and web applications just like the ...
|
| Problem with ParseChildren = false and ITemplate | 15 Mar 2004 22:50 GMT | 2 |
I wrote a templated control for generating queries. initially, I had set ParseChildren=true. This worked really well, but I though I could improve upon it to allow users to use declarative syntax for some of the collections in the control , such as SearchFields. Thus, I set ...
|
| How to expose collections on a usercontrol | 15 Mar 2004 21:28 GMT | 2 |
I have a custom user control. In that custom control MyControl. I am exposing a property called MyItems. The MyItems is a strongly typed collection of MyItem. I am exposing a MyItems in the user control as a public property. I want to be able to add items to the MyItems
|
| How to find out in Page_Load which linkbutton event is fired? | 15 Mar 2004 14:31 GMT | 3 |
how can I find out in Page_Load which linkbutton event is fired? Thanks for any help in advance!! Andreas
|
| Bug with a DataGrid bound on every request | 15 Mar 2004 03:27 GMT | 6 |
Most of the time you bind a datagrid when it's not a PostBack. The DataGrid then uses ViewState to remember all the data to rebuild it on subsequent postbacks. Thats great when it is expensive to grab the data, like running a sql query might be If you've ever done a View Source on ...
|
| Design time problem | 14 Mar 2004 20:10 GMT | 3 |
I'm developing a custom control which hosts several class properties. for instance: The control hosts a composite BarStyle property which has thre properties and a simple Count property (integer)
|
| Changing visibility onmouseover | 14 Mar 2004 16:54 GMT | 4 |
Newbie question - I'm sorry if this is basic but I've been struggling with it for 1 1/2 days now and was dreaming about it last night. Please save me from further dreams about my programming! I had a webform on which I had a table with 3 DIV's (2-5) set to
|
| Books on Creating Data Aware Webcontrols? | 14 Mar 2004 01:27 GMT | 4 |
Can anyone suggest a book or two on how to build webcontrols that work with various data sources? The Microsoft documentation absolutely sucks the big one (IMHO, whoever released the framework documentation as it currently stands ought to be summarily fired for gross incompetence).
|