| Thread | Last Post | Replies |
|
| Combo Boxes in Gridview (or similar) | 30 Jul 2007 22:32 GMT | 1 |
I'm trying to find a way that I can have a gridview type of control, but with added combo boxes. I have a scenario in Access where I'm using a continuous form; a text box on the left displays a student name and then I have four combo boxes which allow
|
| Designer Property Serialization -- Sycning inner properties to designer property window | 30 Jul 2007 22:09 GMT | 3 |
I am just getting started developing custom user controls, and I am having issues keep the inner properties of nested controls in sync with the properties in the designer window. When I change a property of a nested control in the properties window, the designer does not
|
| dropdownlist - hooking into the onselectedindexchanged event renders onchange html attribute | 30 Jul 2007 14:46 GMT | 2 |
i have an inherited ddl and i have a property (OnChangeFunction) that when set will add an onchange attribute to it which will call the JavaScript method used in (OnChangeFunction). the problem is that it interacts with the one created when assigning onselectedindexchanged to a ...
|
| Drop down list control | 26 Jul 2007 07:48 GMT | 1 |
I am making a drag and drop control for a email layout. I have a drop down list used for the subject and want to allow the developer to add items to the collection of the drop down. The listitem editor works, come sup and i can add. However the moment i go
|
| Web Container control | 25 Jul 2007 15:31 GMT | 2 |
I am relatively new to ASP.NET but has worked on Windows Forms for 4-5 years How to make a web container control, which has a header/Footer, Right and left panel and inside it is a Panel/Div anything which can container other controls.
|
| Adding CssClass property default to custom checkbox wraps with span tag | 18 Jul 2007 03:20 GMT | 3 |
i don't know why but when i set CssClass to a default value in the constructor for my checkbox control inherited from CheckBox, the rendered html wraps the checkbox with a span tag and puts the class attribute on it. I'm wondering why it does this?
|
| Custom web controls | 16 Jul 2007 13:36 GMT | 2 |
In VS 2003 there was a template if custom web controls. In VS 2005 that template is missing. Where is the documentation for building custome web controls for .net 2.0?
|
| GridView Inherting | 12 Jul 2007 10:45 GMT | 6 |
I am inherting from the GridView and adding a property ShowEditButton. When this is true a new column is added with an Edit button. I override the CreateColumns event to do this. What is the difference between, storing the property value in a private
|
| Web User Controls | 08 Jul 2007 08:11 GMT | 1 |
I have created a user control and declared a public event that I my user control raises. When I add my user control to a page, however, and click properties, I don't see the 'ligning bolt' and cant specify an event handler via the vs2005 poperties panel. I can add the event ...
|
| GridView get ODS DataObjectTypeName | 04 Jul 2007 09:27 GMT | 6 |
I am creating a control which inherits from the GridView. I want to have an event that adds a new row to the ODS before the GridView binds. I was thinking of doing this:
|
| How to fire a client event from a composite control | 04 Jul 2007 05:26 GMT | 1 |
i have a composite control that contains a textbox. I want the programmer that uses my control to be able to write a javascript function to handle the onchange event of the textbox. How can I do that ?
|
| Get reference to control in gridview at runtime... | 03 Jul 2007 23:15 GMT | 2 |
I have a gridview control with a headertemplate (and other templates). In that headertemplate, I have some controls (a textbox, for example, used to filter the data in the gridview). When the user clicks a button on the page (the "filter" button), I need to grab the
|
| How Capture windows2003 users login and logoff time. | 02 Jul 2007 22:29 GMT | 2 |
I need help about capturing time when user logs on to win2003. Is there any way for capturing this time using VB 6.0 Please Help.
|