| Thread | Last Post | Replies |
|
| Calling other functions | 28 Nov 2006 20:00 GMT | 2 |
All, Using .NET 1.1, I have built a custom control, however I am having trouble compiling it. For the on click event of the button, I want it to run a function that is
|
| property of control | 27 Nov 2006 18:11 GMT | 2 |
Assume I designed web control which I use on different asp forms. Now I want to make next step. Some controls (like textbox or drop down) have properties which I see on the property tab of visual studio. When I change them they appear as part of web page, so I can change their ...
|
| Gallery admin thumbnail control | 24 Nov 2006 09:58 GMT | 5 |
I'm writing a gallery app with an online update facility, I would like to be able to create a custom Thumbnail control, which will display the thumbnail and an expandable panel with the meta data which the user can subsequently update.
|
| Dynamic controls button event in vb.net 2005 | 20 Nov 2006 14:57 GMT | 2 |
I have created a control with some label, textbox and Button. On the click of the button the entries in textbox on the control is validated and a database table is updated. The button click event works when the control is placed directly on the panel from design window but not when ...
|
| IPostBackEventHandler question | 19 Nov 2006 20:15 GMT | 1 |
Hey All, I have a question about the IPostbackEventHandler interface. This interface's RaisePostBackEvent method has an eventArgument paramter. When my control has two buttons, I can use eventArgument to see what button was
|
| IButtonControl.Click | 19 Nov 2006 19:48 GMT | 1 |
i am trying to set the defaultbutton property and i get the following error: The DefaultButton of '' must be the ID of a control of type IButtonControl. so i guess instead of this class declaration: using System;
|
| Dynamically adding Dropdown, Text Box, Add Button and Remove Button | 19 Nov 2006 07:35 GMT | 1 |
I am facing a poblem in creating a row which contains following scenario in ASP.NET
|DROP_DOWN_LIST | |TEXT_BOX| |ADD_Button| |REMOVE_Button| ------------------------------ -----------------
|
| "Unknown server tag" when deploying website | 16 Nov 2006 23:29 GMT | 1 |
I'm trying to deploy a small website that has a couple of custom controls. This works fine locally, but falls over with an "Unknown server tag" error when trying to parse the custom control reference in the live/deployed site.
|
| Binding a single object to a control | 15 Nov 2006 23:50 GMT | 2 |
This probably sounds like a stupid question, but what is generally the recommended way to display a business object in the aspx file for an object fetched in the code behind file? Normally I've been fetching the object in the code behind and exposing
|
| [Atlas Beta1] how to manually trigger an async postback | 13 Nov 2006 09:41 GMT | 7 |
I have developed a custom ASP.NET WebControl and I am now testing a possible Atlas integration, to take advantage of the UpdatePanel partial refresh. My WebControl subclass consists on a simple control that renders itself as an <img> tag with an associated <imagemap>, the ...
|
| Newbie, pulling a video from another web page | 11 Nov 2006 20:56 GMT | 1 |
Hi guys, sorry if this seems stupid I'm running asp .net 2.0, I'm trying to pull a video that's displayed in another web page so I can display it in my page, does any one have an idea on how to do this?
|
| Dynamically added controls are lost on a Postback | 09 Nov 2006 16:20 GMT | 1 |
i created a custom control overriden from HierarchicalDataBoundControl. In method PerformDataBinding I add some controls (Controls.Add(new TextBox)). It works fine on a first load, but on a postback there are no controls. I know I have to create them again, but a method ...
|
| Register User Control for ALL pages in a site | 08 Nov 2006 14:22 GMT | 4 |
Typically I can register a user control for a page using... <%@ Register TagPrefix="myControls" Src="controls/test.ascx" TagName="test" %> But how do I "register" a user control so that it can be assessable from ALL
|
| How do you set up the OnClick with ASP 2.0 ? | 07 Nov 2006 18:26 GMT | 4 |
In my 1.1 project, I was creating dynamically a LinkButton, and stored it into a Table.Row.Cell.Controls(). I was adding an MyOnClick handler to the Click property. I was doing this during the Load phase. It worked. Porting my code to 2.0, the Click event do not work anymore. It
|
| Creating a custom user control programatically | 02 Nov 2006 23:43 GMT | 2 |
I created a composite control derived from UserControl. It has two textboxes. The ascx file looks like this: <%@ Control Language="C#" AutoEventWireup="true" CodeFile="RangeCriteriaControl.ascx.cs" Inherits="RangeCriteriaControl"
|