| Thread | Last Post | Replies |
|
| ITemplate strange behaviuor | 29 Aug 2005 22:38 GMT | 1 |
I've found something strange that I cannot explain to myself. See the code below: [ParseChildren(true)] public class MyControl : Control, INamingContainer
|
| One custom WebControl using it at several webpage with diffirent behaviour isnt working | 26 Aug 2005 13:29 GMT | 1 |
I searched a lot on internet/newsgroups, without any correct answer for my problem. The problem is: ================
|
| How to add "..." button to a property to open up "File Open"? | 26 Aug 2005 07:30 GMT | 2 |
I am creating a control and thinking about adding a property to the control. I will like a "..." button shown next to the value of this property when user clicks on this property. I want to open up standard "File Open" dialog box when the user then clicks on "..." button. Any ...
|
| HELP!DataGrid HyperLink Highlighting?? | 26 Aug 2005 01:58 GMT | 2 |
I have a datagrid that passes values to one page to another - well it actually loads up the same page again with the param passed in so i can poplulate another datagrid from that parameter if you know what i mean. My question is this: How can i make the datagrids' row highlight(like
|
| Command Event in button being magically invoked. | 25 Aug 2005 20:18 GMT | 2 |
Top of page: Listbox and button. Listbox contains a list of products. Button says "Load". Beneath both is a datagrid. In the datagrid, 25 columns contain text and one of the columns contains a textbox or button depending on the nature of the account. Clicking a button in ...
|
| HELP! Databound Update(untyped dataset) | 25 Aug 2005 13:20 GMT | 3 |
I am trying to perform an update of a databound datagrid. I just cant figue out how to update the rows and though. Every example i come across either uses that example with the FindbyCategoryID method in a typed dataset or uses a DataView which i dont think i want to do
|
| FindControl Method always returns empty string!!!!! | 25 Aug 2005 04:15 GMT | 2 |
Hi guys - Can somebody please help me? I'm a novice at all thisIve run into a serious stumbling block for the last few hours now and its killing me! I have a paged/sorted Datagrid setup and it works fine except for the
|
| Help with using a custom collection as a property for a TextBox derrived control. | 24 Aug 2005 15:54 GMT | 3 |
I am creating a new TextBox control but I am having problems when I am trying to add my own collection to the control and persisting the values to the asp.net web page. This is my code for the collection property
|
| User Controls Reusability | 24 Aug 2005 12:22 GMT | 5 |
I have created a DHTML menu and wrapped it into a asp.net user control library. I am able to use this in any project by using <%@ Register TagPrefix="uc1" TagName="menu" Src="...%>. The Src attribute is the problem. Can anyone give me any information on how to locate my .ascx ...
|
| explanation of when need to repopulate control | 24 Aug 2005 10:30 GMT | 28 |
I have a quesiton: if i have a composite control and on its intial page loading, i fill my (sub control) drop down list's items collection from the database and return. When the user hits a button to cause postback, the control is going to get
|
| UserControl DesignTime Designers | 24 Aug 2005 04:38 GMT | 2 |
Can someone please give me an hello world example of a UserControl that makes use of a UserControlDesigner. I'd like the Designer to be able to give a realistic representation of my user controls but the only examples I can find are on CustomControls.
|
| Command Event firing without apparent cause | 22 Aug 2005 16:37 GMT | 1 |
I am building a control with among other controls is a datagrid. The data grid, when populated has twenty-five text columns and a single input column. The column, depending on the data in the row, is being created as either a button or a textbox. This logic is performed in the ...
|
| Including files with a control | 20 Aug 2005 19:58 GMT | 1 |
I am attempting to make an ASP.NET server control (inheriting from System.Web.UI.Control) and, when the control is dragged from the Visual Studio toolbox, I'd like it to automatically copy some indlude files (images, etc) to the user's web project. Is this possible?
|
| Exposing a collection properties | 18 Aug 2005 18:42 GMT | 2 |
I am trying to create a control that expose a collection of a custom class. I did some like this: // My Custom Button [TypeConverter(typeof(ExpandableObjectConverter))]
|
| How to add vertical align attribute to designer | 17 Aug 2005 17:49 GMT | 3 |
Hi, I am trying to add designer support to my custom web control. It's similar to the Panel control and I'd like to allow the user to specify vertical align. I'm not quite sure what style is supported in the vs.net designer,
|