I have in my tabe 10 column out of which in one column there is city field. I want to use filter using LIKE operator with the city field.City contains Mumbai, Mum-21 etc.I want to use "select * from table where city LIKE MUM %" SO that all city records starting with MUM will be displayed.
This...
We have 4 machines in LAN.
After runing Norten Antivirus on one machine which was connected to internet. Scaning was going on & we disconnected net in between. Antivirus started scaning virus in other machines also. It was going on giving error that virus....detected & repaired sucessfully...
I am printing 12 labels(6 X 2) on my label sheet.
(4" X 2 ")inches.
I am using reports to generate 2 verticle columns but my problem is label sheet is not fitting into the specified page size in page set of reports.Neither font nor row spacing matches with the size of label paper...
Hi all,
I have the following probs with datagrid..
1> Once the height is set, I cant change it and at the same time my records are being added. So how to vary the height of the datagrid as recs keeps on incresing..
2> Once I add the records(same screen), I want to display the added record also...
How to write
<%SFA="SFA.mdb"%>
to a text file using FSO ??
Here "<%" sign creating a problem.
Rushi Shroff Rushi@emqube.com
"Life is beautiful."
In view source it displays
<%SFA="SFA.mdb"%>
But Not on the browser.
But I only want
SFA.mdb
and later I want to modify it using FSO to some other value say pmsSFA.mdb Rushi Shroff Rushi@emqube.com
"Life is beautiful."
<%
Dim fs, filename, readfile
Dim Text, TStream
%>
<%
Set fs = CreateObject("Scripting.FileSystemObject")
'filename=server.mappath("1")
'response.write filename
Set readfile=fs.OpenTextFile("C:\InetPub\wwwroot\PMS\inc\dbname.txt",1,False,False)...
see when you open a pop up window, just pass a basic value of all records(Primary key) as a query string
as
window.open "WindowName.asp?var1=<%=UniqueKey%>"
so it will be passed as a querystring
Now in your pop up window, accept it by Request.Form and fire a sql command so that you...
Hi codestorm I am stuck here.Can you help me ?
While compiling it gives me anerror on
LogError err.Number, err.description, "Method NAme"
in class module.
If somebody solves this prblem of mine ? How to trap it in a standard anner in ASP ? Rushi Shroff Rushi@emqube.com...
see if you write
<input type=submit name=sub value=Submit onClick=return FunctionName()>
Or if you use
<input type=button name=sub value=Submit onClick=FunctionName() >
Just see type id different
Now in case I
function FunctionName()
{
if(..condition check..)
{
//Incase passwords...
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.