| Thread | Last Post | Replies |
|
| Login failed for user ''. The user is not associated with a trusted SQL Server connection. | 30 Oct 2007 12:22 GMT | 4 |
There are loads of post on this, but nothing that seems to cover my exact problem ;) I have an ASP.Net 1.1 web application running on my local machine. I want to connect to an SQL 2005 server running on Windows 2003.
|
| Incoming Notifications | 30 Oct 2007 11:59 GMT | 1 |
Hello All, I have a web service that handles incoming notifications. 2 notifications can come in at the same time and reference the same item so I need a way to know both of them are there when processesing the data or at least one at a time not 2. My question is what is the ...
|
| Very, Very slow clearing a list box | 30 Oct 2007 11:57 GMT | 2 |
I'm not sure why this is happening but I need to populate a listbox with about 10000 items and then at some point clear them again. Adding the items is not a problem and it takes 2 or 3 seconds but when I try and clear them it just hangs the browser at 100% cpu. The code I am ...
|
| GridView -enable editing | 30 Oct 2007 11:47 GMT | 5 |
How do you enable editing in a GridView programatically rather than via its Tasks menu? Guy
|
| Gridview Formatting Issue : Bound Column | 30 Oct 2007 10:38 GMT | 1 |
I need a bound column to only show 2 decimals and I have used a DataFormatString <asp:BoundField DataField="order_total_Total" HeaderText="£Total" SortExpression="order_total_Total" DataFormatString="{0:f2}" />
|
| calling excel macro from C# | 30 Oct 2007 08:44 GMT | 1 |
I exported a gridview to excel spreadsheet. I want to adjust the column width of the excel spreadsheet. Is it possible to create Excel macro from C# to adjust the column width of the spreadsheet. Below is my code for exporting to excel
|
| Current Screen | 30 Oct 2007 08:38 GMT | 2 |
Hey there, I'm getting really frustrated. I just started with creating a website in ASP, which untill now was pretty easy, the only problem so far is to find the width of the screen the user is running. I really can't find it anywhere
|
| dynamic datagrid | 30 Oct 2007 05:26 GMT | 1 |
I am using a dynamic datagrid and want to add the "delete" command,but no matter what I try I cannot get it to work. This is what I have: ButtonColumn del = new ButtonColumn(); del.Text = "deleteTest";
|
| timeout... session + forms authentication | 30 Oct 2007 05:21 GMT | 2 |
I have a web application with 20 minutes set for the session and forms authentication timeouts. But... I have one user who wants a timeout of hours... I figure I could use an IFrame to keep the session alive....
|
| aspnetdb problem, user instances expected | 30 Oct 2007 05:19 GMT | 3 |
I have created ASP.NET application with aspnetdb database. In the following codeI have an error: System.Security.Principal.IPrincipal user = HttpContext.Current.User; if (user.IsInRole("Manager")) // HERE ERROR
|
| Property Browser not displaying my Description attribute | 30 Oct 2007 02:13 GMT | 1 |
I have added Description attributes to several of my Control's Properties, but they are not appearing in the Property Browser. Here is the declaration of my Property: <System.ComponentModel.Description("ID of the control that determines
|
| HttpContext.Current.Cache not working. | 30 Oct 2007 00:59 GMT | 4 |
Hello. I am trying to use caching to populate a datalist. The select method of the associated objectdatasource calls up GetRecipePageByRecipeCatID() to request the proper data (I am using custom paging at SQL level
|
| Can't create ActiveX component | 29 Oct 2007 23:33 GMT | 1 |
Hi, my asp.net application simply does this: Dim xlApp As Object .. Try
|
| GridView Control - Always show edit mode? | 29 Oct 2007 22:16 GMT | 3 |
I have a grid view control with just to columns. The first column is a checkbox (active/inactive user) and the second column is just text (user full name). I want to be able to edit only the checkbox field. Do I really need to have an edit button and an Update button? I would
|
| treeview renders nothing, but does look good in design view? web.siteMap | 29 Oct 2007 21:34 GMT | 1 |
I have this web.sitemap file in web root. I have a simple page with a treeview control in another directory: <%@ Page Language="VB" AutoEventWireup="false" MasterPageFile="~/Main/ MasterPage.master"
|