| Thread | Last Post | Replies |
|
| Next version of Visual Studio.net - When? | 20 Dec 2006 05:48 GMT | 3 |
Any word yet on the next version of VS.NET? What features it may have or when it will come out? I know .NET 3.0 is out, so I was just wondering. Thanks!
|
| App.Config cached for DLL called by ASP.Net? | 20 Dec 2006 04:13 GMT | 1 |
I've been trying to figure out an issue that's happened twice when deploying changes to configuration file for a .Net DLL used by an ASP.Net 2.0 Web Service. We deploy to servers using RANT and portions of the config files that could be different between servers are
|
| Set value in Details view | 20 Dec 2006 01:45 GMT | 1 |
How do I set the value of a field in details view? I need to set a value based on another in the itemupdated event. This does not work. Me.DetailsView1.Fields.Item("Status") = 6
|
| modifying aspnetdb | 20 Dec 2006 00:01 GMT | 4 |
I am learning ASP.NET. In web application I am programming now I decided to add a table "Users" to aspnetdb database (with extra data about users) and a trigger AFTER UPDATE of "aspnet_Users" table. But now I cannot run my application because of error in line:
|
| Total Value for Field | 19 Dec 2006 19:21 GMT | 4 |
I am new to ASP.NET, C#. I have the following code which will not display the total Credits for all the records. It is printing "Total Credits: 0" instead of adding the credits. What am I missing? Credits is the 4th column in the datagrid and the 4th field in the SQL
|
| drop down list problems | 19 Dec 2006 19:00 GMT | 3 |
is there a way to get this webcontrol to behave more like its winform cousin? In a winform dropdown, you can set the SelectedIndex to -1 and no items will be showing in the drop list. This doesn't seem to work with the web control.
|
| Populating Dropdownlist in Formview | 19 Dec 2006 17:54 GMT | 2 |
I am trying to do something which seems (to me) to be very simple, and yet I can't seem to figure it out. I have a gridview and a formview. When a user clicks "select" in the gridview, the formview opens. The user can then click "insert" or
|
| sending an email... | 19 Dec 2006 17:48 GMT | 2 |
I have a .aspx page with the following code: <% @Import Namespace="System.Web.Mail" %> <%@ page language="vb" debug="true" runat="server" %> <script runat="server">
|
| A question about the Menu control in ASP.NET... | 19 Dec 2006 17:26 GMT | 3 |
Is it possible to make an item's entire field in the menu selectable? I'm using the menu control bound to web.sitemap, and only the text part of any given menu item acts as a link. I'd like to be able to make it where you can click anywhere, even next to the word (in the item's
|
| Forms in ASP.NET | 19 Dec 2006 17:13 GMT | 1 |
I was wondering if it was possible to have a Validator control only validate controls in a page when certain submit buttons are pressed. Basically, say I have have two functions in a page.. Search and Add. I have two required fields for Add, but none for Search.... I have two
|
| ASP.NET Blank Screen | 19 Dec 2006 16:31 GMT | 2 |
We have a page that displays a datagrid with quite a bit of data in it. We have a few comb-boxes that we filter data on when we click the search button. I can change the combo-boxes and click the search button, but if during that time I go and look at an email or get a cup
|
| Problem with DropDownLists and Post Backs | 19 Dec 2006 16:21 GMT | 5 |
I'm adding a DropDownList to my page in the code behind which is set to AutoPostBack... The problem is it's giving me the same SelectedValue on every post back, the value of the first item in the list... The DropDownList itself retains the correct selected value (the option I
|
| Disable Keys in Forms | 19 Dec 2006 16:14 GMT | 6 |
Is it possible to disable a form submission when the Return key is pressed? I want the form to be submitted only when a button is pressed. Thank you,
|
| copying Pages into new project ASP.Net 2.0 | 19 Dec 2006 16:13 GMT | 5 |
ASP.Net 2.0 question. I've copied web pages from an another project into a new project using the "Add, Existing Item" menu options It copied over the aspx and aspx.cs files but will not compile. It appears that the control declarations that should
|
| Trying to convert to titlecase problem | 19 Dec 2006 16:06 GMT | 5 |
I'm trying to take the value of a textbox and titleCase. A recent question posted here by myself sent me to this page: http://msdn2.microsoft.com/en-gb/library/system.globalization.textinfo.totitleca se.aspx Where I found this sample code:
|