Groups | Blog | Home


Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
May 2008
June 2008
all groups > asp.net > july 2004 > threads for friday july 16

Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31

Tables and CSS
Posted by Mark Rae at 7/16/2004 9:11:37 PM
Hi, Not sure if this is the right forum for this, but here goes: I'm using VS.NET 2003 to create a Web app and have defined a table as follows: <table border=3 bordercolordark="#006699" bordercolorlight="lightgrey" width="100%"> As I'm going to be reusing this style all over the app, I...more >>


htc file
Posted by Zi Jong at 7/16/2004 6:35:43 PM
hi what is an htc file and how / where can i use it? and is an swf file extension a macromedia file? thnx ...more >>

Updating problem
Posted by G. Dean Blake at 7/16/2004 6:02:22 PM
I have created a table by running a script from my code. I have also created a matching dataset loaded with data for this new table. I now have to get the data in the dataset into the table. I figured I would create a SqlDataAdapter and a SqlCommandBuilder and then use ado.net to do my u...more >>

Adding namespaces to code behind automatically (C#)
Posted by cpnet at 7/16/2004 5:50:18 PM
I've authored a custom web component (a non-ui component kinda like a DataSet) and so far it's working. When my web component is added to the web form in the designer from the toolbox, the namespace for my component is automatically added to the using directive of the codebehind. And, the appr...more >>

Error saving .aspx compiled state -> access denied
Posted by Carpe Diem at 7/16/2004 5:27:42 PM
Hello all. My host is experiencing some troubles and I think you'll answer me before they can. After I uploaded a slightly changed JScript.NET .aspx page (the contents are not important, could be just Response.End(); or anything) the page won't load but instead shows this: Server Error in '/...more >>

How to improve the image quality of crystal report in asp.net?
Posted by Simon Peng at 7/16/2004 5:18:23 PM
I have a crystal report in asp.net. And there is a chart in report. But in IE, this chart is blur, How to improve the image quality? TIA ...more >>

Queries on Client Certificates - any taker?
Posted by dinoo at 7/16/2004 5:11:02 PM
I would appreciate if some one answers these queries. Thanks in advance. If My web server is SSL enabled, then why should I havea client certificate authentication? what extra security it provides? Can I use client certificate without having SSL connection? How do I get the Client Certificate...more >>

Some queries on Client Certificates
Posted by dinoo at 7/16/2004 5:10:02 PM
I would appreciate if some one answers these queries. Thanks in advance. If My web server is SSL enabled, then why should I havea client certificate authentication? what extra security it provides? Can I use client certificate without having SSL connection? How do I get the Client Certificate...more >>



Uploading files via a virtual directory
Posted by Joel Zinn at 7/16/2004 4:38:25 PM
I am having to change several websites that upload files. Our web master has changed the replication tool and that is causing a problem. We have been using the normal httpInputFile object. It works great, as long as you have a direct path ("c:\temp\uploads"), but it does not work well with vi...more >>

Anyone knows free RichTextEditor or HtmlEditor for ASP.Net?
Posted by sincethe2003 at 7/16/2004 4:10:01 PM
Anyone knows free RichTextEditor or HtmlEditor for ASP.Net? ...more >>

debugger breaks don't work in VS.NET
Posted by msnews.microsoft.com at 7/16/2004 3:55:59 PM
I have a VB.NET project in VS.NET that isn't stopping on any breaks. I have debug mode configured: asp.net debugging checked. Any idea how to get breaks to work again? -Max ...more >>

Getobject C# Equevlent
Posted by ]-[aTc]-[ at 7/16/2004 3:00:23 PM
I'm trying to add users to active directing using asp.net forms. All the example on the web are for VB and using the VB method GetObject. Is there a C# sharp equivalent of GetObject or can someone point me to an example of how to do this in C#. Thanks --Mike ...more >>

Clint side and server side event
Posted by WilsonSmith at 7/16/2004 2:38:55 PM
Hello All, My development environment is as follows: ASP.Net App with .Net Framework 1.1 with VB.net I have added the code in the page load event for non post back activity. MyButton.Attributes("onclick") = "javascript:return confirm('You will loose all data. Do you want t...more >>

Char Enumerator
Posted by Jim Heavey at 7/16/2004 1:58:03 PM
In C# is there some sort of Enumerator which has "friendly" names for things like line feed, tabs, carriage control, etc.? I would perfer to use then using ascii values as I think this is more self documenting......more >>

Error after reinstalling IIS
Posted by AH at 7/16/2004 1:43:53 PM
Hi, I have this problem that seek help from anyone who could offer. I have been working on the web application on VS 2003 till lately where the "view in browser" start to hang (even a single label aspx). Been impulsive, I went to control panel and removed the IIS and reinstall it again. thereaft...more >>

Web Developer 2005 Express v. VS.NET 2003
Posted by Mark at 7/16/2004 12:49:03 PM
Anyone know of a list of features lacking in Web Developer 2005 Express that are already in VS.NET 2003? I realize they take a slightly different approach due to the new ASP.NET 2.0, but I'm trying to envision the compelling reasons why people will want to buy VS.NET 2005 with the availability ...more >>

User Control
Posted by Jim Heavey at 7/16/2004 12:46:01 PM
So if I create a user control in project A and I want to use that user control in project B, how can I re-use this component? Do I create a reference to the project A in project B? If so, I still can not drag the componet onto my form, so how do I reference it? Thanks inadvance for your assitan...more >>

asp.net controls suite
Posted by RP at 7/16/2004 12:38:43 PM
Hi all, I am looking around for a good inexpensive set of asp.net controls. Controls like windows explorer style folder trees, enhanced datagrids and tables. Even activex controls would be good since they offer superior navigational and UI abilities. Could someone recommend a few good ones? TI...more >>

"Could not access 'CDO.Message' object" when sending attachments
Posted by mongoliz NO[at]SPAM hotmail.com at 7/16/2004 12:30:47 PM
Here's the exception: System.Exception: Unable to send mail: Could not access 'CDO.Message' object. ---> System.Web.HttpException: Could not access 'CDO.Message' object. ---> System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Run...more >>

Multipage - navigation
Posted by Child at 7/16/2004 11:40:16 AM
I have a page which has a tabbstrip and a multipage. The tab strip works great, and navigates the multipage no problem. However, I have a situation where I would like to have a "hidden" multipage thats not navigated to via the tabstrip and I am running into trouble. i see that supposedly I ...more >>

extending datagrid - designer won't work
Posted by Jon Paugh at 7/16/2004 11:12:55 AM
Hi All, I want to extend the datagrid by adding some paging options that do not come out of the box. When I create a class that extends datagrid, and then use it on my page (it's a custom control),the designer window now makes all the properties of the datagrid red. Error is "the activ...more >>

validator problem
Posted by ronaldo at 7/16/2004 10:56:12 AM
I have several input boxes and validatores(1 to mapping). Would you tell me how can I know which input box's value is not valid? thank you very much ...more >>

Gantt
Posted by Johnny Fugazzi at 7/16/2004 10:52:05 AM
Does anyone know of a good (and inexpensive) control to display schedule data in a Gantt/Resource Chart? ...more >>

ASP.NET - Detecting memory leaks
Posted by ASP.Confused at 7/16/2004 10:38:47 AM
How would I go about detecting a memory leak? My web hosting provider has our site set up to only have a root "bin" folder for .NET apps, and I would like to be able to watch how much memory is being allocated for the entire site (since the site acts as one big application.) Is there anyway to ...more >>

Flash Integration
Posted by Ben Bartsch at 7/16/2004 9:37:43 AM
Looking for opinions on the use of Flash with ASP.NET. Has anyone here seen or conducted any implementations of Flash that are actually useful or otherwise complement ASP.NET? ...more >>

Validator Controls for the Mac
Posted by Simon Harvey at 7/16/2004 9:27:24 AM
Hi, Does anyone know if the validator controls work with Safari and other Non IE browsers? I have a number of required field validators and a summary control and when using safari, the controls are just ignored - the user can just fly right by and cause all sorts of trouble Does anyone k...more >>

Deadlocks
Posted by Mike Carr at 7/16/2004 9:22:54 AM
I am running into an issue. Recently I installed IBuySpy Portal and = then converted the data source to odp.net. When debugging the app my = machine would freeze or become really slow. I can reproduce it by: Setting a breakpoint somewhere in the code, hitting F5, once the = application has ...more >>

serialization and Session Object
Posted by Bilbo at 7/16/2004 9:12:20 AM
Hello, I recently read that a class must support serialization in order for it to be stored in the Session State. Before reading this I had been storing a class to the Session State no problem (without serialization). The class is simply a storage class and contains only primitive types....is ...more >>

Bypassing forms authentication for one site if coming from another. How?
Posted by David Hearn at 7/16/2004 8:32:16 AM
I have two websites that both use Forms authentication. Each site has a login.aspx and use the same database to check usernames and passwords. There is a link on Website A to get to Website B. The user can only get to this link if they are already logged in to Website A so when they click on t...more >>

Web app that limits access by the # of objects created
Posted by Richard at 7/16/2004 7:32:32 AM
I'm not quite sure the best way of going about this (code in the business tier or stored procedure on the SQL Server). I have an e-commerce web app that generates labels for the user. The sales department wants to offer "packages" where the customer pre-pays for n amount of labels made. Once ...more >>

Field to String error
Posted by jlmjrdev NO[at]SPAM yahoo.com at 7/16/2004 7:08:29 AM
I am new to asp.net. In classic asp, I would often test a return value from a stored proc against ""(blank). I am always getting this error in asp.net - "Cast from type 'Field' to type 'String' is not valid". Why am I getting this error? I want to check to see if something is null or blank...more >>

it always return path C:\winnt\system32 ..why ?
Posted by raagzcd NO[at]SPAM yahoo.com at 7/16/2004 6:47:24 AM
Hi, can anybody tell me why the following piece of code in my ASP.NET page always returns the path as C:\winnt\system32 ? FileInfo objf = new FileInfo("test.xml"); string strFile = objf.DirectoryName; Thanks Raagz...more >>

it always return path C:\winnt\system32 ..why ?
Posted by raagzcd NO[at]SPAM yahoo.com at 7/16/2004 6:47:06 AM
Hi, can anybody tell me why the following piece of code in my ASP.NET page always returns the path as C:\winnt\system32 ? FileInfo objf = new FileInfo("test.xml"); string strFile = objf.DirectoryName; Thanks Raagz...more >>

Server Error(?)
Posted by Gmansky at 7/16/2004 6:23:36 AM
I am just trying the server and wrote a simple test page accessing an access db. This same page works on the workstation with webmatrix. However, I am getting this error when I run it on the server. /..... Server error in '/' application Access to the path "C:\WINNT\Microsoft.NET\Framework\...more >>

add contact to outlook by code
Posted by DotNetJunkies User at 7/16/2004 6:08:35 AM
I wonder if someone could tell me how to open outlook by code and add a ny contact folder, and insert a email account /Mathias --- Posted using Wimdows.net NntpNews Component - Post Made from http://www.DotNetJunkies.com/newsgroups Our newsgroup engine supports Post Alerts, Ratings, and Sea...more >>

Use of static member variables
Posted by Tom Pearson at 7/16/2004 4:39:02 AM
What is the scope of static variable when programming in ASP.NET? For example I have a control class that uses static callbacks so that another window can pass a list of items to it. The control doesn't have access to this other object so needs to subscribe to the static callback. As such the sta...more >>

Cannot display Word document from SQL
Posted by tfs NO[at]SPAM dslextreme-dot-com.no-spam.invalid at 7/16/2004 4:04:03 AM
I have a word file stored in an SQL database and am trying to read and display on my ASP.Net page. It seems to work OK as far as reading and displaying on the page, but it is not displaying as a word document, but as a text with all the garbage characters (formatting, non text characters). W...more >>

what about aspx files in web root, if projects always published in directories?
Posted by bennett NO[at]SPAM peacefire.org at 7/16/2004 1:49:37 AM
If you create a ASP.Net Web application in Visual Studio .Net, you apparently have to specify the target as a directory on a web server, e.g. www.hostname.com/dirname, with "dirname" being the name of the locally created project. I can't find a way to create an .aspx file and publish it straigh...more >>

Dynamically formed link in a new window.
Posted by lamazzi NO[at]SPAM gmail.com at 7/16/2004 1:01:20 AM
Hello, I'm getting hard time solving a problem. I have a datagrid with checkboxes. Based on the rows checked, when the user click on link (named export) i want to open a window and export the data in Word, Excel, etc. So I need to post back to server, check the rows checked, form the url ...more >>


DevelopmentNow Blog