| Thread | Last Post | Replies |
|
| ASP.NET1.1: Event sequence (Page vs. Control)? | 16 Nov 2004 19:21 GMT | 1 |
I am having a number of User Controls (ascx) on my page (aspx). The page is in my scenario only working as a dumb "container "giving life to the Controls, as these are handling my UI-logic and communicating with each other (the controls are communicating) by subscribing to each ...
|
| range validator not working correctly | 16 Nov 2004 18:06 GMT | 2 |
I have a range validator that only allows a value up to 100 but I have specified 1000. Here is the html code from the validator(created by .NET) I previously had a validator set to 100 but deleted it. Thanks.
|
| Binding Directive "Not WELL FORMED???" | 16 Nov 2004 17:03 GMT | 1 |
Hi. In a DataGrid TemplateColumn, I'm trying to insert a data-binding directive and I'm getting a Parse Error - "The server tag is not well formed". The TemplateColumn Xml looks like: <ASP:TemplateColumn
|
| save functionality | 16 Nov 2004 01:42 GMT | 1 |
i have a 'Save' button in a asp page. when the user clicks the button, the page shpuld get saved. how to do this??
 Signature Thanks
|
| Easiest way giving an XML file to a control | 15 Nov 2004 21:38 GMT | 1 |
I've never created controls before, but am experimenting with em. I'm trying to create a listing control that displays a list of information, and indents them accordingly to a formated XML file, using the nodes of the xml file.
|
| Sorting DataGrid after Row Data Changed | 15 Nov 2004 17:13 GMT | 1 |
After I get a DataSet, and before I bind it to a DataGrid, I search through the rows on a particular column, and if the column has certain data, I change it. The data change is reflected in the datagrid, so that's fine. However, when
|
| Currency Symbols in tooltip | 15 Nov 2004 16:04 GMT | 1 |
I have a table that has a tooltip on it, and within the tooltip I have a currency symbol. Some of the symbols display fine, while others (India, etc) do not render and just have boxes. Is there anything I need to do to make them show correctly.
|
| Calendar Control........ | 15 Nov 2004 15:04 GMT | 4 |
When we drag a calendar control, you will be able to see the previous and next month dates in the control[iam not talking about the header], the dates, I need to show only the dates for that particular month, is
|
| Problems creating a Designer | 15 Nov 2004 07:37 GMT | 3 |
In designview of the WebForm, my control shows the error message: "Error Creating Control - ReportDate1 (i)". Failed to create designer 'System.Windows.Forms.Design.ComponentDocumentDesigner,
|
| Any Automatic Client-Side DataGrid Functionality? | 15 Nov 2004 01:47 GMT | 2 |
Hi. Is there any client-side functionality built in to the DataGrid control that I can just "turn on"? For example, when the user rolls over or clicks on a row, can any of the effects for what happens when they do that stuff be done on the client side with JavaScript that I don't ...
|
| Per-Row Function Calls in Data-Bound List Controls | 14 Nov 2004 23:54 GMT | 1 |
Hi. Say I have a DataReader object with a bunch orf rows. Each row has a text string column and a boolean column. When I go to display the data in one of the List Controls (such as the Repeater or DataGrid), I want the string column to be displayed directly.
|
| body onload set server side | 14 Nov 2004 17:35 GMT | 2 |
Is there a way to set the <body> tag's onload script event from a custom web control's server-side code? For example, how would you get the HTML to render like this: ... <body onload="alert('Hello');">
|
| skmMenu in Mozilla | 14 Nov 2004 00:50 GMT | 2 |
Scott Mitchell has really done us all a great service by developing this control and making it available as open source. "I recently downloaded the skmMenu 2.2. I have Visual Studio 2005 Beta 1 on XP Pro and am using skmMenu with that.
|
| How can i disable validation of a page in my custom control. | 13 Nov 2004 23:15 GMT | 3 |
I want to disable RequestValidation that consumers of my custom control. Is there a way for this. Infact my problem is: By using the control that i am developing, my users can write html from the
|
| validationsummary control | 13 Nov 2004 01:53 GMT | 1 |
How do I access the error output text of the validationsummary control so that I can reformat how it is displayed? Thanks
|