| Thread | Last Post | Replies |
|
| Building a custom table control | 20 May 2005 03:29 GMT | 1 |
I am new to Server control development and I need some serious help with something. I want to build a control that will allow the developer using the control to define columns so I am building a composit control and inheriting from the Table web control. My problem is how do I ...
|
| help with postback-less calendar control. | 19 May 2005 07:50 GMT | 4 |
I need to create a Calendar control that does not do postback when a date is selected...any ideas on how to do this thanks in advance Ramakant
|
| Losing user control | 18 May 2005 23:02 GMT | 5 |
I am setting up a tab strip in an aspx page. I am using link buttons to switch between the tabs (at the moment, it is just link buttons, no tabs...) Under each link button, I intend to add a usercontrol. I
|
| how to display windows control in IE browser | 18 May 2005 19:42 GMT | 1 |
I created a windows control and put it inside a html code, when the page load in IE brower, the weindows control can not be displayed properly. I also tried putting the control assembly into GAC, but it still doesn't work. Is there any special configuration i need to do? ...
|
| custom control works, but wont display in design time | 18 May 2005 12:39 GMT | 4 |
I recently created a custom control in c#. The control inherits from the datagrid. I included a reference to the dll in a web project, and put a copy of the dll in the bin folder of the web directory. I then added it to the toolbox by browsing to the dll on the add/remove items
|
| IPostBackDataHandler and validating a control -- the best place to do this. | 18 May 2005 09:43 GMT | 2 |
I have an asp.net page with two composite controls on it as well as a single button in the asp.net page AND a single dropdown box on the page that has its autopostback property set to true so that it posts back when ever the selection is changed.
|
| General Question about custom controls | 17 May 2005 01:05 GMT | 1 |
In a windows application you use the Method() as an entry point for an application. In a web application using ASP.NET you use Page_Load() as an entry point. My question is: In a Custom server control what method do you use as an entry point?
|
| 'Out of memory at line XX' error in Internet Explorer | 16 May 2005 15:43 GMT | 3 |
Problem description: I have a TextBox on Web User Control that is loaded into a PlaceHolder on my ASPX page. There are other Web User Controls on that page as well.
|
| Control not maintaing viewState and PostBack not firing event. | 16 May 2005 14:45 GMT | 1 |
I created a nWeb Custom Control that inherits from WebControls.Panel and add a CheckBoxList to this control. I can't seem to get this control to maintain it's viewState. I don't think I need any additonal code since I'm using existing controls. Is this correct?
|
| Uable to access dynamically generated controls using findcontrol method | 16 May 2005 14:42 GMT | 1 |
I am unable to access dynamically generated controls using findconrol method. I tried saving and passing the controls via session object, but I am trying to retrieve the user-input values which I cant do without using findcontrol method. Can anyone please suggest an alternative to
|
| Load an embbed resource image | 13 May 2005 19:11 GMT | 1 |
Hey there! Someone knows how can I get and show an embbed resource image? I'm developing a web custom control and this control have some images and I want to put all these images like a embbed resource.
|
| Problem inheriting from the list control | 13 May 2005 17:44 GMT | 1 |
I am trying to develop and ASP.NET custom control. I want to change the rendering of the list control. So I inherited from the list and I want to show the UI of my own. The porblem is that the items in the list are getting lost in postbacks and I am not able to retrieve them in ...
|
| How do I have a UITypeEditor tell the Designer that the component has changed? | 13 May 2005 16:30 GMT | 2 |
When I change properties through the property window on my custom control and then move focus from that property cell VS.Net runs the GetDesignTimeHtml() method on my designer. When I implement a UITypeEditor, change the values, then close the editor nothing happens until I switch ...
|
| HOWTO: Bring that row back into focus ... | 13 May 2005 14:32 GMT | 2 |
HOWTO: Bring that row (in a grid) back into focus, on which a hyperlink was clicked to navigate to Detail page. Hi everybody, There is a grid control on page with a hyperlink column. On clicking on of
|
| Why don't child control events trigger OnBubbleEvent? | 13 May 2005 02:58 GMT | 7 |
I have a control which contains a collection of another control. The members of the collection can contain child controls themselves, but these aren't coded. They are merely added between the start and end tags of the child controls in the HTML view.
|