| Thread | Last Post | Replies |
|
| ASP.NET 2.0: problem with CompositeDataboundControl and GetSampleDataSource | 17 Aug 2005 12:57 GMT | 1 |
I have a control derived from CompositeDataboundControl, which is working fine at run time, but I can't get the control to draw itself at design time. I have overridden the GetSampleDataSource method, so that my control designer can provide dummy data.
|
| Design Problem | 17 Aug 2005 07:25 GMT | 1 |
Hi, I'm a programmer, but new to ASP.NET. I'm playing around with the Repeater and DataGrid controls. Here's the situation. I've got a MySQL database containing a couple tables. One called "games", one called "picks". picks has fields "GameID", and "PickedTeam". games has fields ...
|
| Using IFRAME in a custom control | 16 Aug 2005 13:36 GMT | 1 |
I am using an IFRAME in a custom control with src="Popup.aspx" where Popup.aspx is a page in the Web control library. How can I reference this page without having to copy it down locally ? I have tried embedding it in the Web control library dll and referencing in the Assembly.inf ...
|
| a simple custom control | 15 Aug 2005 08:16 GMT | 1 |
hi. my english isn't very good. sorry for mistakes. i am using Visual Studio 2002. i installed .net framework 1.1, also i installed .net framework 2.0. but visual studio is using .net framework 1.0.( i think., ?..)
|
| Newbie question...inheriting from Panel | 11 Aug 2005 01:41 GMT | 3 |
I have been creating custom controls in Delphi for years, but now am using Vis Studio 2005 Beta 2 and want to 're-create' a set of controls that I had in my 'previous life'. There is a hierarchy of Panel controls, which is as follows:
|
| add some code to the page <HEAD> | 10 Aug 2005 17:49 GMT | 1 |
Is it possible that my user control can add code to the HEAD of the parent page that hosts the control?
|
| Init Handler Not Firing After Page_Init | 09 Aug 2005 19:17 GMT | 2 |
Hello to all of you geniuses, I'm having a problem trying to get an Init handler to fire for a Placeholder control at the initialization phase. I’ve posted this problem to 3 other ASP.NET
|
| Help with Customized TextBox control. | 09 Aug 2005 05:15 GMT | 2 |
I have successfully added my TextBox control that inherits from the TextBox. I have added a property called ApplySecurity that can be changed in the designer and is reflected in the source HTML. I want to add the TextBox icon in the toolbox and want the value to toggle
|
| Referencing Page properties from child control | 09 Aug 2005 00:57 GMT | 5 |
I'm declaring public properties in a Page's code behind file (not declaratively). I would like to read and assign these from a child control's cs file. The Page's inherits attribute is _Default. So, for example, I would like to reach _Default.StudentID where StudentID is a
|
| about drop down list box | 08 Aug 2005 23:59 GMT | 2 |
i got two drop downlists when i select an item in dropdown list 1 the dropdown list 2 should be populated with the corresponding items from the database can any one suggest on this
|
| first click wont fire on dynamic load of usercontro | 08 Aug 2005 23:32 GMT | 1 |
what im doing is replacing user control in dyanamic way,with page.loadcontrol. after i replace , when i click on the first time on button, there is no respond.
|
| processing postback | 08 Aug 2005 03:35 GMT | 9 |
i have a composite control that has dropdowns on them. The page will post back on change, but their events won't raise. Can anyone tell me whats going on? I tried to use the IPostBackDataHandler to try to get a hold of the control to set values and such, but it has been no help. I'm ...
|
| Custom onclick event for composite control | 07 Aug 2005 15:31 GMT | 1 |
This has been posted to a couple of other groups where it is relevant as well as I am royally stuck with this so any help would be greatly appreciated. Basically I have a set of classes that create composite controls for
|
| why does my control retain its value after postback | 03 Aug 2005 03:27 GMT | 1 |
i am not implementing any state mechanisms or IPostBackEventHandler in my control, but when my asp.net page accesses the control, the data that was there from the last time i loaded the control on the previous page load, is still there.
|
| Custom control code serialization to class file | 02 Aug 2005 07:41 GMT | 6 |
I have a custom control that includes a custom collection. In the collection editor, I add a new item to the collection and that item gets persisted as desired to the aspx page that contains the control but it does not persist to the aspx.cs page.
|