[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.aspnet.webcontrols

Help me please before I go insane

subs

2/27/2004 8:30:00 AM

I have an access database and using Front Page, I created an ASP pag
that displays all the results of the whole database

Is there ANY WAY I can have checkboxes next to each result and
person can check off which ones of the results he would like mor
info on and then SEND only those checked off to me in an email? I d
know how I can use parameters to be able to send an email askin
about each individual one, but I need something that works for
person to check off as many as they need

I have tried to simply put a form around the database results region
but that doesnt work
I have searched and researched and asked about this until my finger
are bleeding on the keyboard

Help me please!

2 Answers

jamesche

2/27/2004 4:17:00 PM

0

MissKirin,

You're in the wrong group. Folks here are using ASP.NET to write custom
code. We don't deal with FrontPage issues in this group.

You might want to give microsoft.public.frontpage.client a try.

Jim Cheshire, MCSE, MCSD
ASP.NET
Developer Support
jamesche@microsoft.com
469-775-6577
Available from 9:00 CT - 6:00 CT, Monday - Friday

My Manager:
Jeremy Chapman
jeremyc@microsoft.com
469-775-6360

Make sure that your ASP.NET applications are secure!
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/d...
ml/secnetlpMSDN.asp


--------------------
>Subject: Help me please before I go insane
>From: subs@cidicon-dot-com.no-spam.invalid (MissKirin)
>Mime-Version: 1.0
>Content-Type: text/plain; charset=ISO-8859-15
>Content-Transfer-Encoding: 8bit
>User-Agent: newsSync () 488266
>Message-ID: <uu2JbvQ$DHA.3668@TK2MSFTNGP09.phx.gbl>
>Newsgroups: microsoft.public.dotnet.framework.aspnet.webcontrols
>Date: Fri, 27 Feb 2004 00:29:44 -0800
>NNTP-Posting-Host: 207.44.244.55
>Lines: 1
>Path:
cpmsftngxa06.phx.gbl!TK2MSFTNGXS01.phx.gbl!TK2MSFTNGXA05.phx.gbl!TK2MSFTNGP0
8.phx.gbl!TK2MSFTNGP09.phx.gbl
>Xref: cpmsftngxa06.phx.gbl
microsoft.public.dotnet.framework.aspnet.webcontrols:18788
>X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet.webcontrols
>
>I have an access database and using Front Page, I created an ASP page
that displays all the results of the whole database.

Is there ANY WAY I can have checkboxes next to each result and a
person can check off which ones of the results he would like more
info on and then SEND only those checked off to me in an email? I do
know how I can use parameters to be able to send an email asking
about each individual one, but I need something that works for a
person to check off as many as they need.

I have tried to simply put a form around the database results region,
but that doesnt work.
I have searched and researched and asked about this until my fingers
are bleeding on the keyboard.

Help me please!!

>

Sarmad Aljazrawi

2/29/2004 12:11:00 PM

0

If i got you right,

you need to post the result set with the off checked checkboxes and then
check the posted results before you email only the off checked checkboxes.

/regards,
--
Sarmad Aljazrawi
B.Sc. Computer Science, MSDBA, MCP
www.aljazrawi.net


"MissKirin" <subs@cidicon-dot-com.no-spam.invalid> wrote in message
news:uu2JbvQ$DHA.3668@TK2MSFTNGP09.phx.gbl...
> I have an access database and using Front Page, I created an ASP page
> that displays all the results of the whole database.
>
> Is there ANY WAY I can have checkboxes next to each result and a
> person can check off which ones of the results he would like more
> info on and then SEND only those checked off to me in an email? I do
> know how I can use parameters to be able to send an email asking
> about each individual one, but I need something that works for a
> person to check off as many as they need.
>
> I have tried to simply put a form around the database results region,
> but that doesnt work.
> I have searched and researched and asked about this until my fingers
> are bleeding on the keyboard.
>
> Help me please!!
>