| Thread | Last Post | Replies |
|
| System.ComponentModel.Design.CollectionEditor is missing | 13 Mar 2004 08:47 GMT | 1 |
I can't seem to find this System.ComponentModel.Design.CollectionEditor in the .NET Framework 1.1. There is documentation on it but the class doesn't actually exist... as far as I can tell Does anyone know anything about this class?
|
| Page_Load execute twice | 13 Mar 2004 08:44 GMT | 1 |
I have made an user control that contain DataGrid object and allow user edit data by clicking DataGrid buttons. This user control will put into another user control. Now, when I click edit button (EditCommand), the Page_Load is execute twice,
|
| User Control Does Not Display | 13 Mar 2004 02:42 GMT | 1 |
I have a user control as header.ascx, and it's in inetpub\wwwroot\admin\control directory. admin is the application root directory. I include it in a file called home.aspx with the following line. home.aspx is in the application root directory. However, it does not
|
| Fundamental asp.net server control question | 12 Mar 2004 05:26 GMT | 2 |
I am trying to create a custom control. However, I came across a question about how a control persists its state. Before you say ViewState(perhaps it is), let me explain the scenario. Most controls are contained inside an HTML form tag wether it be a client
|
| dynamicaly created custom control not visible | 12 Mar 2004 04:26 GMT | 1 |
I have created a custom control which contains dropdownlist. allready use this custom control on several places without a problem But when I try to dynamically create it in my code behind, it is no displayed on my page
|
| Show/Hide Div in a user control | 11 Mar 2004 19:03 GMT | 1 |
Hi - I'm getting there with the controls (well making progress I'm happy with) - I've taken some samples, and amended it to give me a colour chooser (just experimenting) - but what I'd like to know is, is there a way I can amend what I have to add another button to the control, ...
|
| How to use a scrollbar in a custom control | 11 Mar 2004 07:35 GMT | 6 |
I use a datagrid control and several onther controls in my custom server control. I do not want that the datagrid control uses all the space it seems to need. If the query I show has too many columns I rather use a horizontal scroll bar to keep it in the space, de webdesigner ...
|
| passing variables from webform to usercontrol code | 11 Mar 2004 03:11 GMT | 2 |
I have a two panel controls, one that shows if PageID = 10000 and the other when PageID = 10001. Problem is that these variables are set in the usercontrol.ascx.vb rather than the calling webform index.aspx.vb. How can I declare and set this variable from the webform and have the ...
|
| creating a command line to compile code into a dll | 10 Mar 2004 14:58 GMT | 1 |
when creating a command line to compile code into a dll, how does one determine which references ( /r:...) are to be added ?
|
| add server control to stringbuilder | 09 Mar 2004 15:30 GMT | 1 |
Hi I'm trying to add a server control to a stringbuilder and I'd like some suggestions please. The output of the server control is 3 html combo boxes and I would
|
| XHTML and custom attributes | 09 Mar 2004 10:47 GMT | 4 |
I'm planning my strategy to be XHTML ready for "Whidbey". My ASP.NET controls have a lot of client-side scripting. Sometimes I pass along custom attributes as data for my scripts to use. Those attributes appear in the normal HTML tag. For example:
|
| Workaround for GetSavedLicenseKey in ASP.NET | 08 Mar 2004 20:36 GMT | 1 |
I have written a workaround for GetSavedLicenseKey in ASP.NET applications. You can see it at http://gfogante.blogspot.com Regards,
|
| best way to query on dropdownlist with another | 08 Mar 2004 16:40 GMT | 3 |
I have two dropdownlists where one is a set of districts and the other sub-districts. Upon choosing a district in the first dropdownlist, I need the relevant subdistricts to show in the second one. Please help with code sample help with the following:
|
| Pagination | 08 Mar 2004 09:58 GMT | 1 |
I would like to implement pagination for my own templated control. How do I approach this ? TIA Patrice
|
| pass data from dataset to usercontrol | 07 Mar 2004 09:05 GMT | 1 |
I have a usercontrol with some textboxes in it. The usercontrol is called Personal and the first textbox in it txtName. After the click button event i call some data and fill in in a dataset DSAccounts.
|