| Thread | Last Post | Replies |
|
| How to set default to TRUE: Overrides Function OnBubbleEvent(ByVal source As Object, ByVal args As EventArgs) As Boolean? | 18 Jul 2003 14:03 GMT | 1 |
how can I set the default value to TRUE of Overrides Function OnBubbleEvent(ByVal source As Object, ByVal args As EventArgs) As Boolean ? Thanks,
|
| Accessing values of child controls after postback | 18 Jul 2003 11:23 GMT | 1 |
I have a placeholder to which i add a Table with 2 columns. In one of the columns are textboxes with an unique ID (box1, box2, .... boxN). the user is supposed to enter values into these textboxes and then klick submit (button is static). on the click event i want ro read out the ...
|
| Composite Assemblies Not Loading | 18 Jul 2003 10:10 GMT | 5 |
I have a customWebcontrol that has the following hierarchy WebPage(aspx) | ---->CustomWebControl
|
| Multiple controls, Same name | 18 Jul 2003 02:59 GMT | 4 |
I have created multiple controls with the same name but in different namespaces (each one in a different folder) I now need to reference these controls on a single web page but when I try to browse the page I get errors saying the the control is defined more than
|
| CreateChildControls Event before Click Event | 17 Jul 2003 04:46 GMT | 1 |
Issue: I want to create a control that will accept a click event and then in response completely change it's look and feel. This could potentially mean a new completely new set of child controls than what the control
|
| Custom Control - inherit child properties? | 17 Jul 2003 03:49 GMT | 6 |
Hey All, I'm building a custom control that contains a System.Web.UI.WebControls.Calendar object and am wondering about how to make the calendar's many properties appear in my control's property
|
| Providing Browse capabilities for a File in property grid | 17 Jul 2003 02:23 GMT | 1 |
I am developing a custom control which has a property that represents a file within the current web application (an XML file as it turns out). I would like the property grid builder button to invoke the same sort of editor as used by the standard XML web form control properties ...
|
| DLL cannot be copied to the run directory | 17 Jul 2003 02:11 GMT | 1 |
I'm getting the following error when compiling my control library: The file 'DDSControls.dll' cannot be copied to the run directory. The process cannot access the file because it is being used by another process. Could not copy temporary files to the output directory.
|
| ComboBox Control | 17 Jul 2003 01:14 GMT | 7 |
hi, i am trying to implement, the combo control which is available online at http://www.codeproject.com/useritems/ComboBox.asp but i seem to land up having problems, i can't open the source code in VS.NET and don't know how to go about implementing it.
|
| RaisePostDataChangedEvent | 16 Jul 2003 18:57 GMT | 1 |
I am trying to understand the difference between RaisePostDataChangedEvent and RaisePostBackEvent what is each method intended for?? Does anyone have a good explanation or can anyone refer me to a decent
|
| Using ParseChildren attribute to load child tags - VS removes tags | 16 Jul 2003 02:09 GMT | 2 |
I am building a poll control, nested in the tag I have child tags to setup the poll options. Everything works fine, but when I edit a property in VS design mode, VS removes the child tags.
|
| Need example: To create Initialize Code f?r a custom control in CodeBehind File. | 15 Jul 2003 04:20 GMT | 1 |
I create a Custom WebControl and need to create a initialize Code for that Control in the Codebehind file. my question: how can I crete initialize statments in the Method "InitializeComponent"?
|
| a Calendar control with date range selection | 15 Jul 2003 03:05 GMT | 1 |
http://cheapdevtools.com/product/product.asp?ProdID=246
|
| datakeyfield and 3 fields making up the PK | 14 Jul 2003 07:10 GMT | 3 |
In my database I have a table in which 3 fields make up the primary key. I use a datagrid to add, edit/update and delete entries of that table. To facilitate this work we often use the datakeyfield property to allow us to get the primary key of the row where the edit/delete is being ...
|
| LinkButtons and MouseOver | 14 Jul 2003 07:02 GMT | 2 |
I have an ascx page which acts as a menu. The menu has a table with a no of linkbuttons. When the app is running, if I put my mouse over any linkbutton, I get something like this in the status bar: javascript: __doPostBack('Menu1$LBClient',")
|