Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / ASP.NET / General / October 2007

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Login failed for user ''. The user is not associated with a trusted SQL Server connection.30 Oct 2007 12:22 GMT4
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 Notifications30 Oct 2007 11:59 GMT1
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 box30 Oct 2007 11:57 GMT2
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 editing30 Oct 2007 11:47 GMT5
How do you enable editing in a GridView programatically rather than via its
Tasks menu?
Guy
Gridview Formatting Issue : Bound Column30 Oct 2007 10:38 GMT1
I need a bound column to only show 2 decimals and I have used a
DataFormatString
<asp:BoundField DataField="order_total_Total" HeaderText="&#163;Total"
SortExpression="order_total_Total" DataFormatString="{0:f2}" />
calling excel macro from C#30 Oct 2007 08:44 GMT1
  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 Screen30 Oct 2007 08:38 GMT2
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 datagrid30 Oct 2007 05:26 GMT1
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 authentication30 Oct 2007 05:21 GMT2
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 expected30 Oct 2007 05:19 GMT3
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 attribute30 Oct 2007 02:13 GMT1
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 GMT4
    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 component29 Oct 2007 23:33 GMT1
Hi, my asp.net application simply does this:
       Dim xlApp As Object
..
       Try
GridView Control - Always show edit mode?29 Oct 2007 22:16 GMT3
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.siteMap29 Oct 2007 21:34 GMT1
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"
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.