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...
...tConnection.Open "driver={SQL Server};server=gvddfdhdfhin;pwd=dbdfhin;database=JInzdfhaWebSite;"
tSQLStr = "select * from logins"
set rs = tConnection.Execute(tSQLStr)
If not rs.eof Then
response.Write "*****Logins Data*******<BR>"
do until rs.eof...
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...
Greets,
A client wants me to convert powerpoint slides into images via an asp page.. Where do I start? Are there any good examples/resources of doing this using an ActiveX object?
pete:)
Thanks!!!!!!!!!
Here's what I've come up with....
KeyWordArray=split(tKeywords," ")
temp = "keywords like '%" & KeyWordArray(0) & "%'"
for i = 1 to ubound(KeyWordArray)
temp = temp & " or keywords like '%" & KeyWordArray(i)& "%'"...
Greets,
I want to construct a SQL statement that queries table called FAQ. eg..
tSQLStr = "select * from FAQ where keywords like '" & txtSearchString & "'"
but...
txtSearchString might contain a few words like...
txtSearchString = "help bugger user interface"...
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.