| Thread | Last Post | Replies |
|
| Should be very simple.... Where is the error ? | 18 Jan 2007 05:06 GMT | 1 |
Hi. I have a class "MyCustomBoundColumn.vb" which looks like this ____________________________________________________________________ Imports System Imports System.Web.UI.WebControls
|
| Incorporating Flash into an .aspx page | 18 Jan 2007 03:42 GMT | 2 |
I'm somewhat a newbie to .Net (2.0) and even newer to Flash. I'm trying to incorporate a flash (.swf) file into my application. The code* below works in a .htm page (added to my project by using 'add new item' and pasting the code in it). However, the same code does not
|
| Gridview Sorting with AutoGenerateColumns OFF | 18 Jan 2007 02:59 GMT | 1 |
When I let the GridView automatically generate columns, I can allow sorting. But when I turn autogenerate columns off, it won't allow sorting (column names are not hyperlinks). Is there a way I can turn sorting on when i'm not autogenerating
|
| HTML 4.01 Schema in VS2005 | 18 Jan 2007 01:21 GMT | 2 |
Is there a problem with the HTML 4.01 schema in Visual Studio 2005? When I set the target schema for validation to HTML 4.01, I receive closing tag errors. Example:
|
| looking for example code | 18 Jan 2007 00:48 GMT | 2 |
--vb.net --gridview column as dropdownlist --populated from an array --match selected value stored in a database for that record displayed in the row
|
| Dynically add include files? | 17 Jan 2007 23:45 GMT | 3 |
I have a master page, that uses script to include standardized context. For instance: <!--#include virtual="/inc/myHeader.inc" --> I want the name of the file to be different depending on where the user is
|
| AutoComplete in ASP:TextBox control in ASP.NET 1.1 | 17 Jan 2007 23:34 GMT | 1 |
I know that there is a autocomplete property for the HTML "INPUT type=text" control which if set to OFF, disables autocomplete of the input textbox (doesn't remember previously entered values) However there is no such corresponding property for the TEXTBOX ASP.NET
|
| DropDownList and Databinding | 17 Jan 2007 21:36 GMT | 3 |
DropDownList and Databinding I have a DropDownList on my WebFrom, bound to a data source. When the form is loaded the first Item in the list of the control is selected by default. Is there a line of code that can prevent any item to be selected initially.
|
| type mismatch when using FindControl("...") | 17 Jan 2007 21:14 GMT | 5 |
I am generating a usercontrol dynamically successfully, but when I try to find that usercontrol I get a type mismatch. This is what I am doing: //Loading my usercontrol
|
| CSS substitution for the <center> tag | 17 Jan 2007 21:03 GMT | 5 |
As most of us probably know, the <center> tag is deprecated. Because many elements and controls have an align attribute, centering them is easy enough. However, certain elements/controls do not (such as the ASP.NET Button and Label controls). For the ASP.NET label control I ...
|
| Specifying the background colour of an <asp:TextBox> also changes its border style | 17 Jan 2007 20:39 GMT | 1 |
Have been modifying a piece of JavaScript I found on the net which completely prevents the Google AutoFill Toolbar from doing its stuff... Got that working now but, while I was debugging it, I noticed that every field that the Google Toolbar turned yellow also had its border ...
|
| Change Website from File to Http | 17 Jan 2007 17:32 GMT | 11 |
We created a "File" website on XP and transferred it over to server2003. Now we want to change it to an HTTP site. Without creating a new project and importing everthing, it there a way to convert it? the properties show file:///C:/Inetpub/wwwroot /etc. but it can't be changed ...
|
| first aspx file live | 17 Jan 2007 17:21 GMT | 5 |
I have some rented web space -- it is suppose to have asp.net 2.0 loaded. I can drop a default.aspx file in the directory and it will load. Currently in that file i have only basic html -- no asp.net code. If I drop a web.config file in the root directory, I then cannot get the
|
| Join Strings | 17 Jan 2007 17:14 GMT | 1 |
I created a list as follow: Dim feedback As New List(Of String) I need to display each item of this list as follow: <span style="margin: 2px;">item 01<br /><span>
|
| combo box error with IE and fine with FF | 17 Jan 2007 17:01 GMT | 6 |
I need your help please in an aspx webpage. I have 2 combo boxes in the page The first combo load and when i select item from it then the other combo should be loaded then and this cenario work fine in Fire Fox but
|