| Thread | Last Post | Replies |
|
| winform in asp.net | 23 Feb 2004 21:46 GMT | 1 |
I am trying to do rich-client code hosted in Internet Explorer, formally referred to as ActiveX. I have a couple of examples for embedding a .net winform on an asp.net page. However, I seem unable to make any of these examples to work. The control just does not render, and I ...
|
| eVENThANDLER PROBLEM | 23 Feb 2004 10:14 GMT | 1 |
I've added a column of ImageButtons to a datagrid and I want to run a method (OnImgBtnClick) when one is clicked. Using the code below, it seems that clicking on an ImageButton gets a postback but does not run the method. Can someone tell me what I'm missing Thanks in advance, J
|
| attaching client script to toolbar button control... | 22 Feb 2004 15:41 GMT | 1 |
I am sick and tired of ochestrating server and client side scripts. Basically I am using toolbar from IE web controls and want to attach javascript to one of the buttons' click event. The problem is that button doesnt exposes attribute collection. I can attach javascript to whole
|
| Control, UDP and IE | 22 Feb 2004 08:48 GMT | 2 |
I have written a control in c# which heard an UDP port on a network broadcast address. In the other hand, a server send periodically (every 500ms) some messages to this broadcast address/port.
|
| Custom OnChange event | 21 Feb 2004 22:36 GMT | 1 |
I am creating a custom textbox control I need to call a custom function on the client side instead of the __doPostBack() function provided by the Framework. I tried the code
|
| Custom Control Width sometimes has a value...sometimes doesn't | 21 Feb 2004 08:39 GMT | 8 |
My custom control is acting strangely. In my CreateChildControls method after creating my control, I wrap it in Div tags... with something like: Dim divStr As String = "<DIV STYLE=""overflow: auto; width: " &
|
| Still working on my collection issues | 20 Feb 2004 19:02 GMT | 1 |
Hello all, (again) I am still working on the issues I have had using a custom collection in my custom control. I decided to start from scratch while reading "Developing Microsoft ASP.NET Server Controls and Components". I believe I have gottn
|
| textboxes in dynamically loaded WUC not repopulated during PostBack | 20 Feb 2004 16:19 GMT | 1 |
i am building a webform that dynamically loads one of two web usercontrols during the webform's page_load event. i am using label, named TabId, on the webform to persist which WUC should be loaded. during the postback i reload the appropriate web usercontrol based on the value in ...
|
| Embedded winControl | 20 Feb 2004 14:00 GMT | 1 |
i asked this in another group, sorry for the cross post but i waited a week there the first time i asked an no answer. Can someone tell me is it at all possible to get a wincontrol embedded in an aspx page served over an intranet (lots of room to play around here) to
|
| Properties not visible in property browser | 20 Feb 2004 07:10 GMT | 3 |
I have been trying for hours to get this thing working, but since I'm new to asp.net the solution may be simple. This is my problem: I have created a class that represents a custom web control which looks like this:
|
| GetSavedLicenseKey doesn't work in an ASP.NET web application (HELP) | 19 Feb 2004 12:11 GMT | 2 |
hi, I am in the same situation that Mark when posted the following message some months ago. Mark wrote... When compiling an ASP.NET application which contains a licensed
|
| textbox value lost upon postback | 19 Feb 2004 08:18 GMT | 2 |
I have a server runnable textbox control. I also have a server side button object but I hook up javascript to it to show a modal dialog. Upon return it places the value in the textbox (client side script). The problem is that after it places the value, postback occurs and value is ...
|
| Tree View in ASP.net | 18 Feb 2004 21:45 GMT | 1 |
I want to develop a tree structure in ASP.net .The tree should be expandable with the child linking to some .aspx pages. How do i do it in asp.net? Any suggestions ?? Thanks kals
|
| Can I open a web form from another page | 18 Feb 2004 20:46 GMT | 1 |
I would like to open a webform based on the event fired from a customservercontrol. The webpage is not fixed. I have to set some variable. I tried: Private Sub DbWebCard1_ShowCard(ByVal id As Integer) Handles
|
| How do I get the form name my controls are in? | 18 Feb 2004 14:14 GMT | 3 |
I am building a composite control that populates a CheckBoxList with values from a database. A HtmlInputText control allows the user to type in the checkbox label value and have it checked in the list. All of the values are 3 characters in length, so I have a client-side ...
|