| Thread | Last Post | Replies |
|
| Custom server Controls event handling (Parent/Child) | 20 Oct 2003 17:39 GMT | 2 |
Hello, I have a question regarding Custom server Controls event handling. The problem I am facing is, I have created 2 Controls say BrandContainer and FamilyContainer.
|
| The file failed to load in the Web Form designer ... Unable to cast object of type myServicedComponentClass ... | 20 Oct 2003 17:11 GMT | 1 |
I have a user control that inherits from a base user control class. I can view and edit the base user control in the designer. However, my child user control fails to load in the web form designer. The error looks like this: The file failed to load in the Web Form designer. Please ...
|
| Trouble with dynamically added controls | 20 Oct 2003 02:29 GMT | 8 |
I need to dynamically populate a webpage at runtime with controls. This is the code I wrote. Public Class WebForm1 Inherits System.Web.UI.Page #Region " Vom Web Form Designer generierter Code "
|
| Preserving state of radio controls | 19 Oct 2003 06:35 GMT | 1 |
One custom control I am creating generates a series of radio buttons. These are html radio buttons, not the server version. When I run the control the radio buttons are created ok, so I click one of them and refresh the page. The selected option disappears. How can I preserve the ...
|
| Web user control | 19 Oct 2003 06:27 GMT | 2 |
Can anyone explain why we don't make instances of objects in the web application. Button1 x = new Button1(); Generate error in web application
|
| How to convert JPEG image into a binary data? | 19 Oct 2003 06:26 GMT | 1 |
Using ASP and VBScript. How to convert JPEG image into a binary data? Is it possible with a command from ASP / VBScript without having to put it into a database first? I want to take the JPEG image from a folder, convert it into a binary data,
|
| ASP.NET Drag Drop | 19 Oct 2003 05:17 GMT | 1 |
I need to develop a ASP.NET web application having two tree controls.I should be able to drag tree nodes from one tree to another.How can i achieve it?Is there any component (freeware/shareware)that enables drag drop between two
|
| No data coming back | 17 Oct 2003 18:24 GMT | 1 |
Ok to see what was going on with my WYSIWYG control I decided to create a smaller control with just one simple textbox. The idea is to take in the text and write it out on the screen. Below is the server control and the ASPX page with its codebehind. I am still having a problem ...
|
| Composite control and resizing | 17 Oct 2003 15:36 GMT | 9 |
I'm a little new to Web Forms, and building web form controls: I am trying to build a simple composite web form control. It contains a Label, with a TextBox At design time, if the user attempts to resize the control, I want for the
|
| Run Time Problem | 17 Oct 2003 15:29 GMT | 3 |
I have a problem. I have a property "prop1" in my custom control. When I change this property automatically I change the value of another property "prop2". Than I change the value of "prop2" to whatever I want.
|
| Adding "form runat server" from codebehind.. | 16 Oct 2003 19:29 GMT | 1 |
Hi.. I'm creating a "Web Custom Control" and need to generate a form. I can't put the form tag's to the aspx-fil. I have to generate them from the webcontrol.
|
| Implementing FontInfo | 16 Oct 2003 19:03 GMT | 1 |
Can anyone tell me how to implement the Font (FontInfo) property in my custom control so that it appears as a property in the properties window? Thanks, Gareth
|
| Multiple DataGrid in an ASPX page | 16 Oct 2003 14:52 GMT | 1 |
I have a requirement in which I need to display multiple datagrids in my ASPX page. I do not know how many of them until the page load. So I tried to approach this problem in the following ways
|
| page size... | 16 Oct 2003 13:34 GMT | 2 |
I have a pop window that is displayed and depending on the state of the system it will contain any number of user controls(ascx). These controls contain dynamic content and therefore the size of the control can change dynamically.
|
| Need help with custom control.... | 15 Oct 2003 03:53 GMT | 2 |
I have a custom server control that I created. There is a button on the control. When this button is clicked I need to popup a window with a new page(newpage.aspx). The new page needs to be a resource inside my custom control.
|