| Thread | Last Post | Replies |
|
| Browsable Attribute | 31 Dec 2004 17:23 GMT | 1 |
Could any body plz help me. I want to set the browsable attribute value of "property2 " according to the value of "property1" i could able to change the value of that property but not the attribute
|
| Getting the page to focus on the right place. | 31 Dec 2004 08:37 GMT | 1 |
Wondering if you can provide me with some assistance on this one. I have dynamically generated radio buttons on my screen, which autopost back when selected. The problem is that each time the page loads, it ends up at the top of the screen and not where the interaction is taking ...
|
| Cannot keep selected value in control? | 30 Dec 2004 03:54 GMT | 1 |
I've begin my first webcontrol with asp.net. I've not build everything but the first part is done except that the dropdownlist did not keep is selected value between postback. I've reed many tutorial but no one can explain me what's wrong with my code. Someone could give ...
|
| Extending a 3rd party control | 29 Dec 2004 16:10 GMT | 2 |
I'm trying to extend the Infragistics Webcombo. I create my own server control and set all the properties that I want to standardize on in the constructor. However, drag my control onto the design view of my aspx page, it puts all
|
| PrepareControlHierarchy | 29 Dec 2004 14:58 GMT | 3 |
I have yet another problem, I've derived a control from Datagrid, Now in the OnInit() method i Created a button control, added it to a HtmlTable and added the HtmlTable to my Composite control's Control
|
| Adding validator to simple server control | 28 Dec 2004 19:34 GMT | 1 |
I have some trivial server controls, derived from various WebControls (TextBox, DropDownList, etc). The server control wraps the web control and its label in a number <div>, <span> and <label> elements, with appropriate class or style to facilitate proper positioning within a form ...
|
| serialization problem - eventhandling by control | 24 Dec 2004 09:51 GMT | 4 |
I am developing a custom TreeView and I have got a problem with the serialization of my TreeViewModel: [Serializable] public class NavigationTreeModel : ITreeModel {
|
| update of custom control | 23 Dec 2004 01:23 GMT | 1 |
I created a user control that displays different subsets of data depending on the value of its public property "Folder". I placed the control on my page along with four asp:buttons to represent the four different folders. The clicking a button fires off the folder_click ...
|
| How to handle events of controls created at run time? | 23 Dec 2004 01:21 GMT | 1 |
My application has two methods which creates buttons at runtime. In one method I am able to handle the events of the buttons created at run time, but in other I am not. The code structure is as follows:
|
| How to access the owner Page from within a component | 22 Dec 2004 19:40 GMT | 8 |
I have a component (System.ComponentModel.Component) and want to access the Page that "owns" it, during runtime. Yes, I can write a public property and set that property in the designer, and thereby get access to it at runtime, but I want to be
|
| Datareader, Datagrid and hyperlinks | 22 Dec 2004 16:16 GMT | 5 |
I am filling a datareader and then assigning the reader to the datagrid as follows: SqlDataReader reader = ADOConnect.populateDatareader(); AllResultsDataGrid.DataSource = reader;
|
| CustomDataGrid Child controls event problem - weird!?! | 22 Dec 2004 13:38 GMT | 3 |
I am trying to build a Custom Web Control that extends the DataGrid control but I am having problems with the events of the child controls. As you can see in the following code I have four ImageButtons that I am willing to add to the grid. They will function as page navigators ...
|
| Newbie IPostBackDataHandler Question | 22 Dec 2004 08:47 GMT | 1 |
I am having a problem with a custom server control I'm working on and put together a skeleton example to demonstrate the problem. Basically, I have a custom server control with two RadioButton controls added in CreateChildControls. They work great and all is well except for ...
|
| Creating a control that pops up a window | 21 Dec 2004 22:38 GMT | 1 |
I am developing a custom grid control. I want to add the filter feature in the columns of the grid, lets say when the user clicks the column header(or any image on header) a new form pop-ups asking the user of the filtering criteria.. when the user enters the criteria and press OK ...
|
| Help in composite control | 20 Dec 2004 21:46 GMT | 3 |
I've been stuck in this problem for a couple of days now and could'nt get any closer to the solution.. any help will be highly appreciated.. I have a server control that i derived from DataGrid control. This custom control also has a Microsoft IE Toolbar control which contains some ...
|