| Thread | Last Post | Replies |
|
| PagedDataSource related to DataGrid? | 12 Mar 2005 23:21 GMT | 3 |
We are working on a problem related to a control to use for paging in combination with either DataGrid controls or PagedDataSource objects used as datasources for other controls like Repeaters or DataLists. What is the best way to make our paging control get access to the ...
|
| Composite Web Custom Control derived from DataGrid | 12 Mar 2005 21:29 GMT | 2 |
I am a beginner at creating composite web controls. What I am trying to do it add functionality to the DataGrid webcontrol by adding two dropdowns, a textbox and two buttons to it (for search-capabilities) I have created a new class (DataGridFilter) derived from DataGrid
|
| Design view problem | 11 Mar 2005 09:12 GMT | 1 |
I can't understand why when I write this text (part of datalist) onclick="javascript: changeImage('<%# DataBinder.Eval(Container.DataItem, "imageName") %>');" Working perfectly, but when I click design view in vs.net 2003 it tells me
|
| ValidatorTrim(s) & RequiredFieldValidator bug w/Windows XP SP2 and IE SP2 | 10 Mar 2005 14:27 GMT | 1 |
Ever since I upgraded to Windows XP SP2, I started noticing that the RequiredFieldValidator on a textbox on one of my ASP.Net pages was taking a REALLY LONG TIME to validate in my IE client! The CPU on my machine was at 100% utilization and after about 30 seconds, I got control back ...
|
| Getting values entered into (dynamicly loaded control) | 10 Mar 2005 06:40 GMT | 4 |
I've dynamicly loaded user control (.ascx file) into my page via Page.LoadControl() method. The control has been added to Controls collection of some TableCell (named dynamicCtlPlaceholder). The control appears in the desired location. The control allows to enter two strings: ...
|
| Time out problems for long lasting actions | 09 Mar 2005 16:10 GMT | 2 |
I have developed a webserver control that executes some business logic on the server side. The problem is that the logic takes some time to complete, and client browser (IE 6.0) after the specified period of time
|
| Description of property | 08 Mar 2005 15:39 GMT | 5 |
I have simple question. I build user control with property: Public Property clickFill() As Boolean Get
|
| Extending Calendar to add Day Click Event | 07 Mar 2005 16:09 GMT | 1 |
I am trying to extend the Calendar Control to add a event for a Day Click. Currently we have a "SelectionChanged" event. I would like an event to be fired on "DayClick"
|
| Controls inheriting ListControl will not fire in UserControl | 07 Mar 2005 15:03 GMT | 2 |
I ran into a problem when building some usercontrols. I am using a dropdownlist and radiobuttonlist and setting the AutoPostBack = "True". I add sub routines to handle the selectedindexchanged event. Neither of them fire. All of my other controls fire no problem.
|
| List of Checkboxes | 06 Mar 2005 19:19 GMT | 2 |
How would I create a list control containing checkboxes in ASP.Net TIA
|
| Implementing postback functionality in custom control | 06 Mar 2005 17:58 GMT | 5 |
Here is my situation. I first made a custom composite control (consisting of a textbox and button) that does a whois lookup based on the domain name entered in the textbox. Getting the lookup sub to fire in the composite version is not a problem b/c all i do is add AddHandler ...
|
| Performance wise whats better? | 05 Mar 2005 13:29 GMT | 4 |
With respect to performance, whats better - using the the utility methods of HtmlTextWriter to render the control or to use Dim inputa As New TextBox Dim butt As New Button
|
| Embedded dll in html page | 05 Mar 2005 13:27 GMT | 1 |
Hi, I've tried creating a very basic class library. It has one object and one property. The property returns always the same string value. I then use the <OBJECT> tag to embed the dll in my page. The dll and html sit in a root
|
| RegisterClientScriptBlock does not work from a server control | 05 Mar 2005 13:25 GMT | 1 |
For some reason I cannot get RegisterClientScriptBlock to render a script reference on the page from a server control. Yes, I have not placed the code in the Render method, I also tried the OnInit just in case. Below is the a simple version of the code, any help is appreciated:
|
| ListBox PROBLEM in User control | 05 Mar 2005 13:22 GMT | 1 |
I'm trying to develop a simple Web User Control that contains two list boxes, Add and Remove buttons. This User Control transfers the selected items from left list box to right list box and vice-versa, depending on the button clicked. The SelectionMode of both list boxes is ...
|