| Thread | Last Post | Replies |
|
| no really smart controls in asp.net v2 ? (out-of-band communication) | 25 Feb 2005 08:49 GMT | 2 |
I have just read the new functionality list in ASP.Net v2 : I have been very disappointed to not see any real support for out-of-band communication between the client and the server. Nothing for creating efficient interface à la gmail easily. True, there is something like
|
| Calling SubmitForm-Method from outside the PDF-Document by browser script | 25 Feb 2005 08:01 GMT | 2 |
- initally: english is not my native tongue (you'll notice about ;-) so don't feel astonished, if the description of my question seem to be pretty complicated - I have build an asp.net web-application to compose pdf-documents from
|
| Dynamically writing a <BR> in a panel or placeholder | 25 Feb 2005 06:13 GMT | 2 |
I am in a bit of a dilema trying to write an HTML <br> tag into a panel or placeholder. Here is the situation I have 4 tables that represent 4 levels of data (level4 is linked to a
|
| Strange form request - Ideas or input requested | 25 Feb 2005 05:19 GMT | 3 |
We have the regular aspx form with checkboxlist, text boxes etc, all this information is inserted into database and emailed to one user, which is working fine. What they would like to do is - once the user submits this information it takes them to another screen which lists out
|
| TreeView Control - Basic Question with TreeNodeSrc | 25 Feb 2005 01:12 GMT | 8 |
Ok. I have the TreeView Control working correctly as long as I do not use TreeNodeSrc. It seems that however I format the XML file used for TreeNodeSrc I get back the same error message: System.Xml.XmlException: The data at the root level is invalid. Line 1,
|
| Clicking On A Form Sets Focus To A Button - ASP.NET 2003 | 24 Feb 2005 22:28 GMT | 1 |
I have a aspx form that has focus set to an <asp:button> on the form when the user clicks an area within a <form></form>. This causes the click event on that control to fire even though the control was not clicked. For example, if the button was a "save" button, the form would
|
| What Happened | 24 Feb 2005 14:06 GMT | 3 |
I have an aspx page that was working (honest!). I was adding some features and some validation code and all of a sudden I am getting the following errors: c:\inetpub\wwwroot\WBA_StaffControls\frmFindBand.aspx.vb(101): Handles
|
| Why are WebControls not supported? | 23 Feb 2005 20:05 GMT | 3 |
Does anyone know why Microsoft Internet Explorer does not currently support WebControls?
|
| Changing the order of child controls affects state management | 23 Feb 2005 19:32 GMT | 1 |
I have developed a composite control which adds child controls from a definition in an XML document. The order in which these child controls are added to the composite control may vary across postbacks. This change in ordering of child controls does not seem to make any
|
| Autocomplete for Webcontrol | 23 Feb 2005 19:30 GMT | 2 |
In my webform i have TextBox webcontrols, how to enable the AutoComplete feature for this control? From http://www.developmentnow.com/g/15_0_0_0_0_0/dotnet_framework_aspnet_webcontrols.htm Posted via DevelopmentNow Groups www.developmentnow.com/g
|
| Try Again: add column colB to a dataset and copy values from colA to ColB ? | 23 Feb 2005 16:32 GMT | 1 |
I have a single datagrid in a usercontrol for my web app. The usercontrol grid is used in some 10 pages, for viewing and selecting records, searching etc..... I want to enable date sorting, so I want to take my EventDate comlumn, "ondate" and copy it's contents to a "SortDate" ...
|
| TextChanged eats up all other events | 23 Feb 2005 08:15 GMT | 2 |
I have a page with textboxes, checkboxes, buttons, etc. One of textboxes has Autopostback=true. I am using TextChanged event of this textbox to populate some other read only textboxes from the DB. If I change the textbox with autopostback=true and click on anything else in the ...
|
| stored procedure | 23 Feb 2005 08:06 GMT | 1 |
i've created one table and one stroed procedure to insert data into that table. i've created table like this table Name=QA_QAuthor
|
| Button vs HTML Submit Button | 23 Feb 2005 07:55 GMT | 3 |
I would like to replace a Button with a corresponding HTML submit button on my web page. The goal is to use pure HMTL to let our customers modify the look of our application. What I've done so far, is to replace the ASP tags with the correponding HTML
|
| Duplicate Values in DropdownList Control | 23 Feb 2005 06:58 GMT | 4 |
I'm populating a dropdownlist from a table that has no duplicates but the dropdownlist has every value listed twice. This seems to happen when I run my page on the server but not locally. This is my code: <%@ Page Language="VB" validaterequest="false" %>
|