Hello,
I have a database of newsletter subscribers (about 12000) and recently sent a newsletter out. I set up a pop3 account to catch all bounces and unsubscribe requests. Using Outlook XP I exported all these emails to a text file. I want to scan this text file for any emails addresses so I...
Hello,
I build websites for a real estate company.eg www.prd.com.au
The client wants to incorporate a "surrounding suburb" search when searching for properties.
eg When a user searches for real estate within a suburb the search results will include all real estate in nearby suburbs as well...
Hello,
I have a sql statement..
select * from Properties where PropertyType = 'Land' order by 'TotalPrice'
The client wants to display certain records first eg (where agent = 'HeadOffice') and then display the rest.
Can this be done with sql or do I have to do it with two seperate queries...
Hello,
I'm building a system that needs to support Japanese.
The code below shows how I can either..
1. Response.write("JAPCHARACTERS")
or
2. Response.write(rs("JAPDATABASEDATA"))
I am unable to do both on the same page without changing the codepage.
ps.. you may need a...
Hello,
I have a SQL 2000 database that is configured to store japanese text.
I am able to input via a form and output via asp japanese text successfully from the database.
I am having problems using this japanese data to create dynamic emails using jmail version 3.7.0.
Whenever I send...
Hello,
My application uses ASP.NET cookies
eg response.cookies("CartID").Value = 389
I need to be able to destroy this cookie so I can...
if Request.Cookies("CartID") Is Nothing then
'create a new cart
end if
Thanks
Greets,
I've been looking around for code to generate web menus generated with asp and sql data with no luck... Can anyone point me in the right direction?
I want the menu to act similar to a treeview control.
I would like to write some asp code to allow clients to edit the menus themselves...
Greets,
I have a form with many tick boxes. Example names for these are... tckERD023_USQ_MOD1_0023, tckERT023_USQ_MWD1_0223....
When I use..
for each Item in Request.Form
[boring code goes here]
next
the order the tick boxes are processed looks random. I want to look at each tick box...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.