| Thread | Last Post | Replies |
|
| Selected Value of a DropDownList is never the good one | 05 Feb 2008 06:19 GMT | 4 |
Hi group, I have a problem with my dropdownList. First, you have to know that I'm working with the ViewState setted to false. Consider this code, reproducing lightly my problem :
|
| Setting ASP.NET Configurations in a new Web Site in IIS 6 | 05 Feb 2008 06:15 GMT | 5 |
Hi. I have a machine that is running IIS 6 and has a few Web Sites already configured on it. Those sites are working fine for ASP.NET (2.0). When I added a new web site just now, it does not come configured to handle ASP.NET stuff already (which seems weird). In any case, is ...
|
| Using ASP.NET Configuration Tool Remotely? | 05 Feb 2008 06:13 GMT | 8 |
The ASP.NET Configuration tool is great for quickly managing users in the database on my development machine. However, I don't see a way to use it to access the database on my Web server. Is this possible?
|
| Asp.net Themes & Frontpage _vti_cnf directory | 05 Feb 2008 05:05 GMT | 2 |
When I look at the source html generated from my asp, the links for the css in my theme are duplicated to include files in the _vti_cnf. <link href="../../App_Themes/MainTheme/_vti_cnf/StyleSheet.css" type="text/css" rel="stylesheet" />
|
| Access to CreateUserwizard controls | 05 Feb 2008 02:41 GMT | 3 |
I have a textbox on a CreateUser control. I want to assign a value to this textbox programmatically. How can I access this control? Thanks.
 Signature L. A. Jones
|
| Confirm Extender for ButtonField | 05 Feb 2008 01:00 GMT | 1 |
I know how to add a confirmation or an AJAX extender to a regular button, but is there any way to add a confirm (yes/no) to a ButtonField in a Gridview?
|
| HtmlTextWriter Re-encoding my strings | 04 Feb 2008 22:54 GMT | 3 |
I am using an HtmlTextWriter to writer out some html. Prior to sending the content to the text writer, HttpUtility.HtmlEncode the string. However, doing so results in a string where "&" become "&" and "<" becomes "<". This is a problem because I am trying to actually write out ...
|
| grid format | 04 Feb 2008 22:44 GMT | 3 |
In my grid how can I get $229 to show instead of 228.889? I have the column set to string.format("{0:c}") but its still showing $228.88 and I want $229 to show
|
| SQL Query to Linq (Group By and Sum) | 04 Feb 2008 22:26 GMT | 6 |
I'm trying to convert this query into LINQ but I don't have idea how to do it. Select C.sName as CustomerName, S.sName as Salesperson, Sum(O.nQty) as Qty, Sum(O.mAmount) as Amount
|
| Connection String Storage | 04 Feb 2008 21:35 GMT | 3 |
My shop currently has all of its ASP.NET pages using a singular web.config file which to my knowledge doesn't work when you start doing additional tasks like AJAX or Futures. I either need to know if there is a way to use a singular web.config
|
| Exporting from an HTML table to a Spreadsheet | 04 Feb 2008 21:10 GMT | 5 |
I have a asp.net page that dynamically constructs a table based on data retrieved from a database. This is an excerpt of the code used: ' Create a row Dim row As HtmlTableRow = New HtmlTableRow
|
| problem to access user control(.acsx) | 04 Feb 2008 19:43 GMT | 4 |
I am in a problem to access user control(.ascx) on a .aspx page the following is my scenario I have following directory structure - Autoboom
|
| menu at visualstudiomagazine.com | 04 Feb 2008 19:18 GMT | 1 |
Does anyone know how the site makes the menu dropdown the subitems?
|
| visual studio 2005 | 04 Feb 2008 18:56 GMT | 3 |
Can I install .net 30 and visual studio 2005 on win 2000 server machine? Thanks...
|
| managing an ftp server | 04 Feb 2008 18:07 GMT | 1 |
i'm sorry, but i've posted this before by accident already into another group. here goes: in our webproject we'd like to offer the users a way to upload files to our server via ftp. so what i need to do is the following:
|