| Thread | Last Post | Replies |
|
| CreateChildControls executes on initial load and at postback? | 09 Feb 2004 01:16 GMT | 8 |
I have a composite control I have built. I capture a click event of a tree control then raise my own event along with a custom args object for the server-side to deal with. All the plumbing seems to work just fine. However, I noticed, while in debug, that the CreateChildControls ...
|
| session state | 09 Feb 2004 00:02 GMT | 1 |
How can I handle sessionstate in the custom server controls Ton
|
| LoadViewState is not called | 08 Feb 2004 10:43 GMT | 1 |
I have a very strange problem. I've developed a simple web control, which inherits directly from the webcontrol class. I've overriden the LoadViewState and SaveViewState methods, in order
|
| How to implement a simple collection editor for my control? | 07 Feb 2004 11:43 GMT | 1 |
I have a server control that has an arraylist which holds allowed file types. I want to implement a simple collection editor like the one in the dropdownlist control so that I can I add more file types as needed. Any tips on how to do this or even a code sample would be appreciated. ...
|
| How ValidationSummary works | 07 Feb 2004 11:32 GMT | 1 |
I am having trouble with the ValidationSummary not getting all of the error messages from the validators on my page. Can anyone tell me how the ValidationSummary control works behind the scenes? I would like to know how it gathers the error messages so I can troubleshoot this.
|
| Saving Twice | 07 Feb 2004 11:19 GMT | 1 |
I am a control that I am working on that inherits from System.Web.UI.WebControls.ImageButton. Everything works find and the end result is fine except that when the user clicks on the button the export method runs twice. Basically I am trying to write a control that we can pass
|
| ValidationSummary doesn't get nested control error message | 06 Feb 2004 18:26 GMT | 2 |
I have a page that has a validation summary control. On this page I have a nested user control (Control1). Inside Control1 is another nested control (Control2). I have a CustomValidator on a textbox inside Control2. Although the validation works on this textbox, the error ...
|
| problems with postback | 06 Feb 2004 16:01 GMT | 1 |
I have a page where search results come up in a dynamically generated table of 15 results per page. Below the table is previous and next buttons and it is here the problem begins as you will see below.
|
| Image within a custom control | 06 Feb 2004 14:23 GMT | 4 |
Does anyone know if it is possible to emit a imagebutton with a bitmap within a custom control. In other words; I want the custom control to be selfcontained, and not have to rely on a aspx page to be able to display an imagebutton with a
|
| How can I use session state information in a serveruser control | 06 Feb 2004 09:50 GMT | 2 |
once a user has logged in I want to use some variable in the other custom server controls I've developed. In the page, where the controls are added I can use something like: session("Logname")="Roger"
|
| prompt user to save changes in datagrid editmode when they try to navigate away from page...how do you do that? | 06 Feb 2004 02:48 GMT | 2 |
I have a custom datagrid control that works great. But I was thinking about adding some functionality to it. Currently, I use the datagrid to display one record at a time, and with edit item templates, if you click
|
| Custom Control CustomDropDownListBorderColor in vb | 06 Feb 2004 01:41 GMT | 1 |
Hi, All I tried to run a customized dropdownlist control (code from http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlr fsystemwebuiwebcontrolsdropdownlistclassbordercolortopic.asp) and get the following error. (Please note changed the name space to be ...
|
| add events to dropdown list in custom server control | 06 Feb 2004 00:29 GMT | 3 |
It is easy to add an event to a hyperbutton, but what about a dropdownlist ? This is what I've implemented for the hyperbutton: lblHyper.CommandName = "H" & i lblHyper.CommandArgument = "Test"
|
| ASP.NET WorkFlow/Pipeline Component like Commerce Server ? | 05 Feb 2004 19:09 GMT | 2 |
We currently use the Microsoft Commerce Server pipeline component to run the workflow for our application, however this is very limited when it comes to ASP.NET and has no programmable interface so that we can make a web interface to changing the workflow. With the pipeline editor ...
|
| Windows form control on Web page | 04 Feb 2004 13:46 GMT | 1 |
VB.NET ASP.NET Does anyone know how to embed a windows forms control on a web page in the same way that you could do active x objects in asp Thanks
|