Forum: Windows NT / 2000 / XP Jun 24th, 2009 |
| Replies: 0 Views: 793 My web server is hacked and here is some info =, which may help in rectifying.
as per my investigation, the port 80 data is corrupted.
Please guide me how to secure and fix it
the problem is.
... |
Forum: ASP.NET Jun 4th, 2009 |
| Replies: 7 Views: 737 thanx almostbob
but the problem is not related to saing and retrieving data from the databse.
The problem is in asp.net script.
let me explain you further about the scenario.
on clicking one... |
Forum: ASP.NET Jun 4th, 2009 |
| Replies: 7 Views: 737 Thanx
But i have used global tags in web.config as well but not effecting anything. as per my understanding global & Localization only meant how it will be displayed on user machine. But my problem... |
Forum: ASP.NET Jun 4th, 2009 |
| Replies: 7 Views: 737 Dear There
I have one web application created in asp.net. i hosted the website on one american server. As the site was on american server so i did all scripting for date checks and conversion by... |
Forum: ASP Jan 25th, 2007 |
| Replies: 3 Views: 2,269 you can try this piece of code
set conn = server.CreateObject("ADODB.Connection")
set rs = server.CreateObject("ADODB.Recordset")
Conn.Open "DRIVER={Microsoft Access Driver... |
Forum: ASP Jan 25th, 2007 |
| Replies: 2 Views: 5,039 How can I send a Crystal Report to Email through Active Server Pages (ASP)?
if some one can post a sample code for it, i will really thankful to him.
i am using seagate 8.5 and asp 3.0.
thankyou... |
Forum: ASP Jan 25th, 2007 |
| Replies: 1 Views: 6,924 are u using server 2003?
go to regedit
and change permissions to odbc to everyone, i hope it will work
[HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\ |
Forum: ASP Jan 25th, 2007 |
| Replies: 3 Views: 2,269 try to update the record fter making rs=nothing
as may be when u open the recordset it is making it read only
for further assistance u can get back to me |
Forum: ASP Jan 25th, 2007 |
| Replies: 1 Views: 2,384 hi there
it seems u r new to asp
here is ur mistake
instead of this
set sql_insert = conn.Execute (sql_insert)
use this
conn.Execute (sql_insert)
it will work |
Forum: ASP Nov 24th, 2006 |
| Replies: 3 Views: 1,676 thanx for your reply
but i m not agree with you at the point
i m still on searching and inshahAllah will let u know once i get thte answer.
from my previous experience i have one advice for u... |
Forum: ASP Nov 16th, 2006 |
| Replies: 1 Views: 4,265 information u provided is very less, but hope this will help
lets consider
"Con" is ur dbase cnnection
Dim Array1() --->keep it open for dynamic use
then
set Rs=con.execute("select * from... |
Forum: ASP Nov 16th, 2006 |
| Replies: 3 Views: 3,548 I dont know ur expertiese but slution is very simple
u have to add these lines in ADORecordSet.asp file.
this file comes with seagate 8 samples, and i m using this file.
here is the code sample... |
Forum: ASP Nov 6th, 2006 |
| Replies: 3 Views: 1,676 Hi there
i have a page on which i have button to print the page
but the problem is before printing user needs to change the print option manually to landscape.
is there any wy tht user simply... |
Forum: ASP Nov 6th, 2006 |
| Replies: 1 Views: 1,412 he syntax should be this
"select * from tbl_name where mobile_no in ('firstvalue','secondvalue')"
what i think
the expression which you are creating for search criteria, i mean,"SSql"
should... |
Forum: ASP Nov 6th, 2006 |
| Replies: 3 Views: 3,548 i got solution myself, if any one needs let me know |
Forum: ASP Nov 3rd, 2006 |
| Replies: 3 Views: 3,548 Hi there
i need sample code to change ODBC of reports at runtime.
scenario:
i have few clients using differnt DSN but sae set of ASP code, my all reorts have been designed in crystal8 and asp.... |
Forum: ASP Nov 3rd, 2006 |
| Replies: 4 Views: 1,484 yahoo/hotmial and other mail ervers has started new technique known as antispam, so these new domains wont be able to sent mails to these server unless you register your domian through process. |
Forum: ASP Nov 3rd, 2006 |
| Replies: 4 Views: 1,484 hi there
i tried this long before but dont know abt current udates regarding winxp.
but last time when i tried this, i found that there are certain librries not present in XP, s these kind of... |
Forum: JavaScript / DHTML / AJAX Oct 21st, 2006 |
| Replies: 5 Views: 1,570 Again thanx, i think now i have to do reate sme function to eleminate these string vhars, coz i think they are not too many, most of time they are attached with (") or ('), i was looking for some... |
Forum: JavaScript / DHTML / AJAX Oct 20th, 2006 |
| Replies: 5 Views: 1,570 thankyou
you are right may be, some time i cpy from yahoomails or other web sites. but how i can over come this situation as users will keep on doing this, they can copy text from any site and... |
Forum: JavaScript / DHTML / AJAX Oct 20th, 2006 |
| Replies: 5 Views: 1,570 Dear All
i am totally confuse in how to explain the issue.
i will try
i am web master of one site
www.makePakistanbetter.com ... |
Forum: ASP Sep 28th, 2006 |
| Replies: 0 Views: 3,210 Dear All
i m having very differnt problem i think
i hve one page in which i am using ifram and rich text box for html WYSIWYIG
but if i change the page extention to .asp instead of .html, every... |
Forum: Networking Hardware Configuration Mar 24th, 2006 |
| Replies: 0 Views: 1,332 Hello
Dear All
i m having a unique problem , i m having laptops intel centrino, when laptop is connected to power suply it is getting connected to US robotics access points, but as soon as i take... |
Forum: MS SQL Feb 14th, 2006 |
| Replies: 1 Views: 2,686 Hello there
i myself find the answer
here it is , if u are also looking for it
http://www.sqlservercentral.com/columnists/mcoles/sequentialordering.asp
in SQLserver2000 there is no direct way,... |
Forum: MS SQL Feb 14th, 2006 |
| Replies: 1 Views: 14,128 Hello
have a good day
is there a way to retrive top records by range , i mean
like this
"select top 15 to 20 record from Table name any condition"
i dont mean top 15 or top 20, i mean records... |
Forum: MS SQL Feb 14th, 2006 |
| Replies: 1 Views: 2,686 Hello
have a good day
is there any way to retrieve record number with each record in simple sql qry?
e.g
select "REC_no",name from "table_name"
the result should display like this
1 ,noman... |
Forum: Database Design Dec 7th, 2005 |
| Replies: 2 Views: 2,833 abt ur first two points, i need to see the code u r using, are u suing access forms to retrieve and save or its some other programming language
abt third point, the default dateformat for access is... |
Forum: MS SQL Nov 30th, 2005 |
| Replies: 2 Views: 16,191 you can write a trigger on a table for insert update
and dotn pass the value for field, so whever u will enter the row or alter it, the next field which is formula will be generated automatically, ... |
Forum: MS SQL Nov 30th, 2005 |
| Replies: 12 Views: 9,338 i think all four replies are wrong for u
if u r s=using SQL then u cant comapre null as u r doing the real statment is
"select * from <table name> where... |
Forum: MS SQL Nov 30th, 2005 |
| Replies: 3 Views: 55,022 SQL take the datesettings from the windows, the default settings for SQL is american settings with MM/DD/YYYY
so in the control pannel in the regional settings u ahve to cahnge it to wht u want |
Forum: Site Layout and Usability Nov 24th, 2005 |
| Replies: 0 Views: 4,153 in some of my web pages, some links has to navigate through the directory access , not the pages reside in the same directory, every thing is workkign fine with my sys which is server2000, but when ... |
Forum: MS SQL Nov 23rd, 2005 |
| Replies: 1 Views: 2,248 hello
it is very easy to just begin with SQL
i m just assuming u will use ODBC connectivity
in converting Database from access to SQL u only need to consider these things
1-isnull function id... |
Forum: MS SQL Nov 23rd, 2005 |
| Replies: 2 Views: 6,742 u can use combination of SubString and instr function and can extract time from the date-time stamp
if is wht u wnat get back to me, i will give u the example |
Forum: MS SQL Nov 23rd, 2005 |
| Replies: 1 Views: 2,422 hello
abt ur first option i m totally confused, if u want to create a web sloution then u can do it, it doesnt seems any problem, wht exactly ur concern please explain
regarding ur second option... |
Forum: Site Layout and Usability Nov 22nd, 2005 |
| Replies: 1 Views: 5,809 Hello
I Was A Good Software Developer
Just Migrated To Web Development
I Want To Deploy A Site On Server2003 Standerd Edition
This Site Is Sql Based
When I Go To Aunhentication Pages
It Gives... |
Forum: MS SQL Nov 22nd, 2005 |
| Replies: 1 Views: 21,675 HERE IS THE SAMPLE FOR CREATE AN UPDATE QUERY USING COMPARISON IN TWO TABLES
<sAMPLE qUERY<
UPDATE Table1
SET t.field1 = t.field3 + s.field2
FROM table1 t, table2 s
WHERE t.field4 = s.field1... |
Forum: ASP Nov 21st, 2005 |
| Replies: 1 Views: 3,459 Hello
i have a page which u can say abt 250col wide, and can grow in tht direction as well
left to write
when i go for print it cuts the remaining page
is there any normal way to print it
take... |
Forum: ASP Nov 21st, 2005 |
| Replies: 4 Views: 4,212 Hello
cdonts is server component and not avilable in XP, so thts why in xp there is cdo
so if u r deploying on server then no need to change
but if u r deploying on xp machine then u need to... |
Forum: MS SQL Nov 17th, 2005 |
| Replies: 0 Views: 2,276 hello
i m using MSDE version with the web site i have developed for ASP
but i m unable to create guest user for internet access, which is defult builtin account by windows
plz help me this is very... |
Forum: MS SQL Nov 17th, 2005 |
| Replies: 9 Views: 71,285 hello
i got the same problem when i convert Access DB to SQL, in Access we have first function to do the job, in sql only option is to use MAX(fldname) for all those u want to display only, like... |