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 > january 2005 > threads for sunday january 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

ASP.net - Incoming emails saves into DB - How?
Posted by Dave Smithz at 1/16/2005 10:34:37 PM
Hi there, I need to build a database that also handles emails. That is, the database is a customer list database and there is quite a lot of contact with the customers through email. We want all emails to and from the customers to be stored into the database. Is it quite easy to set it up t...more >>


datagrid_ItemCommand problem
Posted by Stuart at 1/16/2005 10:19:03 PM
Hi there I am using a button column>SELECT and a datagrid.Item_Command to take a value from the datagrid (in this case a customer account number) - store that value in to a session variable and transfer to another page which picks up the session variable and uses it to display information f...more >>

how to use trace?
Posted by Aaron at 1/16/2005 5:28:37 PM
this is what I want to do. i have an input box and a submit button. the input gets processed by my program and it returns the results. depending on the input, not all the functions in my program are called, some might be called multiple times, the order of functions called might be different e...more >>

datagrid - display HTML, don't render (VB)
Posted by The Colonel at 1/16/2005 2:21:30 PM
I have a database of our company's HTML email templates - name, subject, etc. Well, some are for HTML emails, and the template_text column contains HTML. When I display in a datagrid, it REALLY screws with the formatting, not to mention the INSERT and UPDATE statements. How can I best display HT...more >>

problem with Inherits attribute
Posted by jty202 at 1/16/2005 2:04:50 PM
I encounter a problem. I have three files: index.aspx index.aspx.vb HTMLContentParser.vb (doesn't have the class WebForm1 I put all three file in the same directory. when I ran index.aspx it has an error "Could not load type 'HTMLContentParser.WebForm1'" this is run line 1 Line 1...more >>

This is what my hosting service said
Posted by jty202 at 1/16/2005 12:39:23 PM
"Although we do support the ASP.NET Starter Kits, we do not do the installation for you. You can run the installation file locally, then upload the kit. You will not be able to compile on the server. You will be able to set your .NET virtual directories through our web based control panel. ...more >>

two setup overview questions
Posted by Chris at 1/16/2005 11:31:03 AM
I would love to be pointed in the direction of resources that help better understand the following (I've spent considerable time searching the MS website): 1.) As a ASP.NET developer I've traditionally worked in the environment of a workstation with VS.NET and a Windows2003 server with IIS6...more >>

How, on client side, to dynamically change Downdownlist items.
Posted by Q. John Chen at 1/16/2005 11:30:55 AM
I have two dropdownlist controls. ddlCountry and ddlState. Say that ddlCountry has items United States and Canada, I want only list US states if United States is selected and Canadian provices if Canada. It's simple to do it on the server but how can I do it ON CLIENT SIDE with JavaScript. ...more >>



Custom Http Handler Question
Posted by Mark Olbert at 1/16/2005 10:46:17 AM
I have a custom http handler set for an ASP.NET site which handles requests for ".scef" pages. It works fine once IIS is properly configured. I've noticed something about the handler, though, that I want to confirm. Let's say my site has a "virtual" page that the handler should generate called ...more >>

asp.net and Firefox
Posted by Alejandro Penate-Diaz at 1/16/2005 9:24:01 AM
Hi. Recently I discovered that my asp.net site doesn't render ok in Firefox, so I added some browser caps into my web.config file as adviced in some articles, but nothing happened. Please need some advice on that. Thanks, Alejandro ...more >>

Javascript Interaction with asp.net controls
Posted by Irfan Akram at 1/16/2005 4:23:03 AM
Hi People, I have got a simple question to ask. I am trying to build dynamic controls in asp.net. I have managed to build them successfully. I have also managed to add the event handlers to all controls I want to monitor. I have the following code line: - ((CheckBox)ctl).Attributes["oncl...more >>

Session Variables - HELP !!
Posted by Stuart at 1/16/2005 2:29:02 AM
Hi there I am using several processes within an .asp application that store variables in to session - typically: Session("UniqueName") = Value I am having a hell of a time overwriting the Session value once it has been stored the first time - namely I can't I am even following a code...more >>

skmMenu in User Control (newbie)
Posted by Richard Lipscomb at 1/16/2005 12:57:24 AM
I've downloaded and run skmMenu in a aspx/vb file, but would like to get it to work via a user control. The folllowing relevant code works, but when I cut and paste the "form" into the ascx file, and add: <UserControl:layout id="Menu2" runat="Server" /> in the aspx file, I get the error: ...more >>


DevelopmentNow Blog