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 >>
Don't see what you're looking for? Search DevelopmentNow.com.
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 >>
|