| Thread | Last Post | Replies |
|
| DataGrid Help | 06 Jan 2004 23:11 GMT | 3 |
I am using Provider=MSIDXS.1 and following code to fill datagrid. Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim strCatalog As String ' Catalog Name
|
| Detect change in property within control | 06 Jan 2004 18:07 GMT | 2 |
Is it possble to have a property like so: [code] <Bindable(True), Category("Appearance"), Description("The help image associated with this control."),
|
| User control resets the form elements | 06 Jan 2004 04:43 GMT | 3 |
i have an aspx page with 3 ascx files(header,footer,left menu). my aspx page several textbox and dropdowns.some dropdowns submit the form when selection change.and all other
|
| code :::::USer control for menu | 05 Jan 2004 21:58 GMT | 2 |
I HAVE WRITTEN THE CODE FOR USER CONTROL MENU BUT I AM UNABLE TO SEE IT IN DESIGN VIEW WHY WHERE WAS I WRONG. THE CODE IS AS FOLLOWS: <%@ Register TagPrefix="iewc"
|
| persistent values | 05 Jan 2004 21:52 GMT | 1 |
I'm developing a web user control. This control as global DataTable. WhenEver a button is pressed I have a method that adds a row to that DataTable, but it seems this data is never persisten for although I add a row everytime (
|
| Rendering graphics on a custom control | 04 Jan 2004 22:07 GMT | 5 |
Hope someone can help me on this. I like to make an own ASP.NET charting control, so I need to render some graphics in a custom made control. I already found this example which sends back a bitmap from the control to the page:
|
| How to place a control under a form? | 04 Jan 2004 03:40 GMT | 1 |
What is the difference (probably in attributes settings) between a control that can be dragged on a page and that has a visual presentation (as any of "Web Forms" controls) and
|
| keep getting not in debug config | 02 Jan 2004 22:49 GMT | 5 |
Hi I am trying to debug a asp.net project done by someone else and when I try to start it in debug mode I get the (not in debug config message). I checked the web.config file and the tag is set as
|
| Custom Controls Variables persistence. | 02 Jan 2004 03:43 GMT | 3 |
I am building custom controls with <asp: tags and instance variables. The <asp: tags persist between post backs but the instance variables do not. How do I get around this?
|
| Rendering literal and serveral controls nested in web control at design time | 02 Jan 2004 01:27 GMT | 1 |
I have a custom web control that I want to be able to render nested literal HTML and or server controls. When deployed on an aspx page, my control might look like: <cc1:myControl RunAt="server">
|
| Why is SaveViewState called twice in the Control Life Cycle? | 01 Jan 2004 11:13 GMT | 1 |
I'm just looking at the web control life cycle and it appears that the SaveViewState method SaveViewState is called twice. To demonstrate, I overrode each method of the Web Control Life Cycle with a 'Page.Trace' command (note that the string '-> SaveViewState'
|