Functionality Of Sql 'like'

i have this search textbox and i want to search the likeness of the value
i've entered in the box i created a query but i notice that when i type small caps letters it returned no results...

no matching record but when i capitalized the first character records were found
e.g i type San the query returned results... i entered san and it returned nothing....this is my code "select * from profile where name='varname%'"
help please?

View Replies


ADVERTISEMENT

PDF Functionality

i have a server that has x number of pdf's. from time to time people are wanting to print one or more of those pdf's. right now they have to open up each pdf individual and then print. which can get annoying and time consuming after 3 or 4 pdf's.
i'm going to setup a simple screen where they can use a checkbox to select which pdf's they want to print, hit print, and then combine the selected pdf's into a temporary pdf where they can go through the process one time.
do yo all know of perhaps some functionality built into asp or some third party deal that will allow me to do this?

View Replies View Related

Search Functionality

I am really interested in creating a search the site.I am unsure how to actually approach such a task, but would rather do this using ASP, without the use of third party search tools, taht I know can be used.Can anyone give me some direction for actually developing one.I hope to add one to my site in the future, as the site will mainly be focussed towards offering tutorials etc, and it would be cool to actually have a serach utility, that could make things a lot easier for the viewer.
Any advice.
I have briefly looked at one offered on: http://www.stardeveloper.com/
But the complexity of it is overwhelming, and includes code that I dont think would be required for the search I actually have in mind.

View Replies View Related

Database Functionality

Im trying to finish off this project, but obviously I need a way for them to edit the database through asp. Does anyone know a good place to get some code or tutorial help for this?

View Replies View Related

Tear Functionality

point me to some code/pointers that would pull down the HTML of a page as a string, a little like ASPTear?

View Replies View Related

Search Functionality On Page

I made an application using asp using help from fellow members. This application allows user to download files uploaded through ftp through a web page. they can select the check-boxes and download all the files in a single zip file.

Now some users want that some search functionality should be put on so that they can type a part of file name and all the files having the searched words in their name should come on a separate page so that they can select and download in one go.

View Replies View Related

InterDev 6 IntelliSense Functionality Is Gone

InterDev 6 IntelliSense functionality is gone. IntelliSense is when you type Response. and it automatically pops up a menu with Response Methods:

Write
End
Redirect
...

Anybody knows which Windows DLL's or EXE are responsible for this functionality?

View Replies View Related

Excel Functionality In A Browser

I want to give Excel functionality. like copy/paste functionality in a web page and similarly I want to update the respective values at the backend after some action is taking by the user. like save/upadate data.

View Replies View Related

Script To Mimic Database Functionality

I need to read information from a delimitered text file and list it in a specified format on a web page.

I have no access to a database so have to use the method above, I am wondering though, how much of a strain this sort of function would be (ie. load times etc) for a very large list?

If someone could point me in the right direction of which functions i need to be learning about (Old hand at PHP brand new to ASP),

View Replies View Related

Protect From SQL Injections Without Affecting Functionality

I am trying to figure out a good way to go by protecting from sql injections, but still letting people be able to post those symbols etc...

View Replies View Related

Add A Quick Search Functionality In ASP Or ASP.NET Page

I want to add a "quick search" functionality in ASP or ASP.NET page. I heard
we can use Microsoft Indexing Service to accomplish the task, but not sure
how to do it. Is this the correct approach? Code:

View Replies View Related

Detecting Session Functionality And Redirecting

I want to redirect users who DO NOT SUPPORT sessions to another page.

Think this will work? PSEUDO CODE:

-------------------------------------------------------------------
<asp vbscript>
<session("test")="true">
<if session("test")="true" then do nothing else
response.redirect(www.domain.com/nosessions) end if>
-------------------------------------------------------------------

This is setting a session state of "true", and I presume if sessions are
disabled for security reasons, that the site will redirect accordingly?

View Replies View Related

Search Functionality In ASP - Syntax Error

I am trying to create a very simple search functionality on my site. But I keep getting syntax error. Any one knows what I am doing wrong? Code:

View Replies View Related

Image Search And Lightbox Functionality And Code..

I'm pretty new to this and im in the process of developing a site for a wildlife photographer in ASP and i need to implement an image search on the site including the functionality to add images to a lightbox etc. And to be honest i just dont know where to start... been searching and currently still searching .....

View Replies View Related

"Email To Your Freind", Functionality

I have a main asp page, and i need to send the link to a friend, via an email. Say if i click the link "Email this to a friend", what i like is to make a pop up window and ask to enter username email address and freinds email address and click send, i need to send the link as i have on top ,is it possible to get the link which i have on top of the page as a paramter from the pop up window other than sending all values by url. Code:

View Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved