5,691 Topics

Member Avatar for
Member Avatar for squirrelj

I have the following checkbox on my site but it dosen't work, tried to solve it before but still having trouble. this is the code from my first page <P>Do you want to take pets with you? <INPUT type=CHECKBOX name = "PETS" value = "Y">Yes<br> This is the code from …

Member Avatar for RobUK
0
151
Member Avatar for cybour

can some one help me with the CursorType i try to use Connect.Open "DSN=vault; uid=colu; pwd=colu;" strSQL = "select CusId,CusName from Customer ORDER BY CusName" rstdpt.Open strSQL, connect, 3, 1, 1 now some times this code works and some time PrintRec.Open strsql, connect, 3,3 this works some times when i …

Member Avatar for RobUK
0
203
Member Avatar for steadfastpc

I have reality site that connectes to an asp page to pull listing is there a way to intergrate this asp site with a frame site top is menu of curnt site when the click the asp page loads on bottm if so how and if not what is the …

Member Avatar for RobUK
0
119
Member Avatar for rchandrasekaran

Hi Friends, I installed IIS6.0 in my system. I can't include my parent directory files. It displays Error msg [I][B]Active Server Pages error 'ASP 0131' Disallowed Parent Path /working/login_main.asp, line 9 The Include file '../_ScriptLibrary/pm.asp' cannot contain '..' to indicate the parent directory. [/B] [/I] Please any one can help …

Member Avatar for RobUK
0
155
Member Avatar for Reviewer

For the last few weeks I have noticed that my Internet Explorer runs very slow. I am using Windows XP. It seems to run even slower late at night (early am) for no apparaent reason. I have been using Spybot and Ad-aware 6.0for several weeks (before the problem started). I …

Member Avatar for Reviewer
0
334
Member Avatar for eleacomp2

Logfile of HijackThis v1.97.7 Scan saved at 2:39:57 PM, on 7/10/2004 Platform: Windows XP SP1 (WinNT 5.01.2600) MSIE: Internet Explorer v6.00 SP1 (6.00.2800.1106) Running processes: C:\WINNT\System32\smss.exe C:\WINNT\System32\winlogon.exe C:\WINNT\system32\services.exe C:\WINNT\system32\lsass.exe C:\WINNT\system32\svchost.exe C:\WINNT\System32\svchost.exe C:\WINNT\system32\spoolsv.exe C:\Program Files\McAfee\McAfee VirusScan\Avsynmgr.exe C:\WINNT\System32\NMSSvc.exe C:\WINNT\System32\nvsvc32.exe C:\WINNT\System32\svchost.exe C:\WINNT\Explorer.EXE C:\Program Files\McAfee\McAfee VirusScan\VsStat.exe C:\Program Files\McAfee\McAfee VirusScan\Vshwin32.exe C:\WINNT\System32\SK9910DM.EXE C:\WINNT\GWMDMMSG.exe C:\WINNT\System32\PROMon.exe C:\WINNT\System32\CTHELPER.EXE C:\Program …

Member Avatar for crunchie
0
114
Member Avatar for red_evolve

Greetings. I've just got a project to do. The project is going to be a desktop application. It has to be in VB - but I have yet to decide whether to do it with VB6 or VB.net. As I read on some of the threads in VB.net, I guess …

Member Avatar for cypher
0
192
Member Avatar for Slade

Hi, I need to know how I would go about making a drop down menu in asp .net using vb .net... Thanks, Slade

Member Avatar for Paladine
0
590
Member Avatar for e.dreifus

First would like to say hi to everyone since I'm new here. Now to the problem Every now and then my AVG tells me that there is a trojan in my computer and that I have to run a scane to remove it. However when I run the test it …

Member Avatar for caperjack
0
163
Member Avatar for Kusagi

AVG keeps giving a message saying that I have a trojan called downloader.keenval.C, I ran AVG, trojan remover everything and still can't find it and remove it. here's log Logfile of HijackThis v1.97.7 Scan saved at 19:21:18, on 30/6/2004 Platform: Windows XP SP1 (WinNT 5.01.2600) MSIE: Internet Explorer v6.00 SP1 …

Member Avatar for Kusagi
0
149
Member Avatar for sidoe

Hello My friend's computer has been overly popup friendly lately he gets about 7 popups per 2-3 mins. He has run adaware and Spybot but he is still having this problem. Please review his log and let me know what if anything he should remove. Thank you Running processes: C:\WINDOWS\System32\smss.exe …

Member Avatar for caperjack
0
164
Member Avatar for GeneK

Hello, I have been hit with the about:blank redirected and Hijacked IE. Please review my log and provide guidence on the proper removal process. Thanks. Logfile of HijackThis v1.97.7 Scan saved at 2:09:12 AM, on 6/23/2004 Platform: Windows XP SP1 (WinNT 5.01.2600) MSIE: Internet Explorer v6.00 SP1 (6.00.2800.1106) Running processes: …

Member Avatar for crunchie
0
162
Member Avatar for uagrad89

Can someone please help me fix this? My IE home page keeps getting set to "about:blank" and I keep getting a commercial search page. I've always had good luck fixing these things before, but this one is pretty hairy. Here's my hijackthis log file. Logfile of HijackThis v1.97.7 Scan saved …

Member Avatar for caperjack
0
370
Member Avatar for Slade

Ok, here I have my hit counter as a text file. [CODE] [size=2][color=#0000ff]Private[/color][/size][size=2][color=#0000ff]Sub[/color][/size][size=2] Page_Load([/size][size=2][color=#0000ff]ByVal[/color][/size][size=2] sender [/size][size=2][color=#0000ff]As[/color][/size][size=2] System.Object, [/size][size=2][color=#0000ff]ByVal[/color][/size][size=2] e [/size][size=2][color=#0000ff]As[/color][/size][size=2] System.EventArgs) [/size][size=2][color=#0000ff]Handles[/color][/size][size=2][color=#0000ff]MyBase[/color][/size][size=2].Load [/size][size=2][color=#0000ff]If[/color][/size][size=2][color=#0000ff]Not[/color][/size][size=2] Page.IsPostBack [/size][size=2][color=#0000ff]Then[/color][/size] [size=2][color=#0000ff]Dim[/color][/size][size=2] nCount [/size][size=2][color=#0000ff]As[/color][/size][size=2] Int32 = 108[/size] [size=2]nCount = GetCounterValue()[/size] [size=2]lblTest.Text = nCount.ToString()[/size] [size=2][color=#0000ff]End[/color][/size][size=2][color=#0000ff]If[/color][/size] [size=2][color=#0000ff]End[/color][/size][size=2][color=#0000ff]Sub[/color][/size] [size=2][color=#0000ff] [/color][/size][size=2][color=#0000ff]Private[/color][/size][size=2][color=#0000ff]Function[/color][/size][size=2] GetCounterValue() [/size][size=2][color=#0000ff]As[/color][/size][size=2] Int32[/size] [size=2][color=#0000ff]Dim[/color][/size][size=2] ctrFile [/size][size=2][color=#0000ff]As[/color][/size][size=2] StreamReader[/size] [size=2][color=#0000ff]Dim[/color][/size][size=2] ctrFileW …

Member Avatar for Slade
0
687
Member Avatar for Randy Kemp

I have an ASP.NET web application, written in C# and VB, where the user wants to generate the contents of a web page to Power Point. I can find examples for things like Excel and PDF. I can also find an example for a Windows application with Power Point at …

Member Avatar for Tekmaven
0
190
Member Avatar for Slade

Ok here is the issue. I am getting this error when making my sql statement: "Error 409: The assignment operator operation could not take a text data type as an argument" Here is the code: [CODE] CREATE procedure sf_GetArticle @ArtID int, @Title nvarchar(200) output, @Content text output, @Hits int, @HitText …

0
70
Member Avatar for alc6379

[color=red] UPDATED 10-02-04-- UPDATED REMOVAL INSTRUCTIONS[/color] Welcome to TechTalkForums! Many new members have been attracted to our site, presumably as the result of a Google search for bridge.dll, showing up on their PCs at startup. [b][color=red]UPDATE:[/color][/b] Before posting an HJT log, just run a scan with HiJackThis and look for …

1
1K
Member Avatar for jiggatom

Name: Jiggatom Date: June 11, 2004 at 16:10:43 Pacific Subject: bridge.dll error please help OS: XP Pro CPU/Ram: Pent III Comment: Hi, every time I boot up my comp an error box pops up titled RUNDLL, saying "C:/WINDOWS/Downloaded Program Files/bridge.dll. My comp has been running really slow and i wasnt …

Member Avatar for jiggatom
0
571
Member Avatar for Caveman

Everytime I start Internet Explorer I receive this homepage res://dkahp.dll/index.html#37049 This will set off a chain of events by causing .EXE's to run and adding them to my registry. I have attempted to delete / modify registry settings & files, but the problem comes back everytime I start Internet Explorer. …

Member Avatar for Caveman
0
121
Member Avatar for siddartha_pal

I need to know how to get support for dot net for mac mahcines. I have a asp.net app, I need to run the same on mac machine,how the same can achived,pls let me know. thnks n ragrds siddartha

Member Avatar for Tekmaven
1
104
Member Avatar for ajelliott

Working on my sister's kid's computer. Compact Presario AMD Athlon XP 2600+ 2.13 GHz w/ 512Mb Ram Win XP Home w/sp1 First thing on boot was the Bridge.dll not found message. Went to download dllfix.exe from the link on Daniweb [url]http://tools.zerosrelm.com/dllfix.exe[/url] but it wont work. Each time I hit this …

Member Avatar for ajelliott
0
307
Member Avatar for 111000

MEMO To: all of ASP Beginners :p From:Hanqing@beginner Date :June 1, 2004 Subject: how the scripting language is used in interactive Web site design some fundamential theory: Kindly remind:Windows 2000/XP Pro - IIS can be found in 'Add/Remove Programs' in the 'Control Panel'. :o

Member Avatar for Slade
0
67
Member Avatar for deonnanicole

Hi....I am new to this, so please forgive me if I have started a new thread when I shouldn't have, etc. I am running Windows 98 on my computer, and I keep getting a Win Min error when shutting down. Along with that, my homepage is constantly reset, I have …

Member Avatar for deonnanicole
0
351
Member Avatar for Johnny Fever

I, like many others, am plagued by the prosearching and SearchAssistant "viruses." I followed Crunchie's steps from an earlier post as closely as I could and I still have the bugs. How the heck do I get rid of these things? Any help would be GREATLY appreciated! Thanks for the …

Member Avatar for crunchie
0
253
Member Avatar for Patrickske

I got the same problem on my very freshly installed Windows 2003. SVCHOST.EXE crashes, whitch results in a reboot. I know I can cancel the shutdown by shutdown /a and I know I can disable the reboting by setting it in the RPC service. The question is not how to …

Member Avatar for MAD_DOG
0
234
Member Avatar for tommi

Hi, my asp.net app runs on my laptop but when i put it on my webserver, the aspx pages won't load. I'm a pro VB programmer, both computers are on win2000 pro. it says: error in "/" application. I think the code is ok, no trace or debug problems, so …

Member Avatar for Tekmaven
0
419
Member Avatar for Slade

Hello, To all you pirate windows xp users out there, tried using windows update lately? Well it's no longer available to you. You see with the introduction of service pack 2 for windows xp, Microsoft have decided to stop pirates from getting the security benefits of their product. Despite rumours …

Member Avatar for Slade
0
140
Member Avatar for ymcapa

I have a page that is primarily designed to search the database for all entries within the entered state. I'd like to open the page with no results being returned in the results form. Currently when the page is loaded it returns all the records in the db. Here is …

Member Avatar for ymcapa
0
173
Member Avatar for vyruzxxx21

Hi techies, I have searched so many "Replace" function topics, but there is something that I don't understand....I found some like this... Replace(strField, " ' ", " ' ' ") .... do anyone knows what's the use of replaceing ' with ' ' ? Tnx in advance.

Member Avatar for samaru
0
203
Member Avatar for Shamail

hello please have a look at this part from a very simple code for paging. The problem is that though the recordset is fetching about 20 records and its even displaying it properly. But when I try to print record count or page count it prints either -1 or zero. …

0
74
Member Avatar for gicio

Hi! I have a litte problem with my CustomValidator. What my CustomValidator should do: The CustomValidator should check if 2 textboxes are empty.. if yes he should diplay a message. This is my code: [CODE] <asp:customvalidator id="CustomValidator1" runat="server" ErrorMessage="Sie m

Member Avatar for red_evolve
0
412
Member Avatar for zqurra

TierDeveloper lets you map your .NET business components against your relational databases, embed complex SQL in them along with your business rules. It generates truly object oriented .NET components in C# and VB.NET. Use these components in COM+ or stand-alone environments and in ASP.NET or Windows Forms applications. Develop apps …

0
104
Member Avatar for squirrelj

I am trying to select the number of rooms from my database but want it so the user can select a minimum or exact number. This is a snippet of the code on my search page <tr><td>Number Of Bedrooms: <td> <SELECT NAME="REQUIREMENT"> <OPTION VALUE="AL">Minimum</OPTION> <OPTION VALUE="EX">Exactly</OPTION> </SELECT> <select name="Bedrooms" size="1"> …

0
106
Member Avatar for Tellie

Hi All I have created webform.asp.vb and wanna use HTML code at places, can somebody please tell me as to how can I use the same.....

Member Avatar for Paladine
-1
153
Member Avatar for Billy_

We have an really weird problem on our web server. A few times each day, all requests are unanswered for 10 to 30 seconds. The delay looks similar to when a page is compiled (on first load). However, when the problem occurs it looks like all users of all applications/pages …

Member Avatar for Billy_
1
189
Member Avatar for gicio

Hi! At first I tell you what I will do: 1. Load data from DB 2. Fill System.Web.UI.WebControls.TextBox with data from DB 3. Than the user can change some data in the System.Web.UI.WebControls.TextBox and now how I can compare what the user change? should I add a new Item to …

Member Avatar for Paladine
0
150
Member Avatar for agal82

Logfile of HijackThis v1.97.7 Scan saved at 2:11:47 AM, on 5/9/2004 Platform: Windows ME (Win9x 4.90.3000) MSIE: Internet Explorer v6.00 SP1 (6.00.2800.1106) Running processes: C:\WINDOWS\SYSTEM\KERNEL32.DLL C:\WINDOWS\SYSTEM\MSGSRV32.EXE C:\WINDOWS\SYSTEM\mmtask.tsk C:\WINDOWS\SYSTEM\MPREXE.EXE C:\WINDOWS\SYSTEM\STIMON.EXE C:\WINDOWS\EXPLORER.EXE C:\WINDOWS\SYSTEM\SYSTRAY.EXE C:\WINDOWS\SYSTEM\RESTORE\STMGR.EXE C:\WINDOWS\ptsnoop.exe C:\WINDOWS\LOADQM.EXE C:\WINDOWS\SYSTEM\WMIEXE.EXE C:\PROGRAM FILES\SBC YAHOO!\CONNECTION MANAGER\IP INSIGHT\IPMON32.EXE C:\PROGRAM FILES\BROADJUMP\CLIENT FOUNDATION\CFD.EXE C:\PROGRAM FILES\SUPPORT.COM\BIN\TGCMD.EXE C:\WINDOWS\SYSTEM\QTTASK.EXE C:\PROGRAM FILES\MYWAY\BAR\3.BIN\MWSOEMON.EXE C:\PROGRAM FILES\LYCOS\IEAGENT\LOADER.EXE …

Member Avatar for agal82
0
293
Member Avatar for dwhite02

I am doing this in Microsoft Visual Studio.NET as an ASP.Net Web Application. I am new to .NET, and Am trying to learn, I just cant figure this out. <html> <head> <title>Shopping Cart</title> <script runat="server"> Dim objDT As System.Data.DataTable Dim objDR As System.Data.DataRow Private Sub Page_Load(s As Object, e As …

Member Avatar for Paladine
0
304
Member Avatar for harmeet

Hi, Urgently help required. I am working on Windows 2000 network as a Adminstrator. As we don;t have any option like "Maximum Password length" (Under the Security Settings->Account Policies->Password Policy. <?xml version="1.0"?> <s:Schema xmlns:s="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes" > <s:AttributeType name="userID" xmlns:dt="urn:schemas-microsoft-com:datatypes" dt:type="string" /> <s:AttributeType name="password" dt:type="string" dt:minLength="6" dt:maxLength="8"/> <s:ElementType name="LoginInfo" > <s:attribute …

Member Avatar for harmeet
0
309
Member Avatar for katmoo

Hi guys- Got the lookfor.cc virus that keeps resetting my home page to res://mshp.dll/index.html#37049, and produces pop ups and errors etc. here is log file, any help appreciated!! thanks, Kate Logfile of HijackThis v1.97.7 Scan saved at 1:28:05 PM, on 5/3/2004 Platform: Windows XP SP1 (WinNT 5.01.2600) MSIE: Internet Explorer …

Member Avatar for caperjack
0
245
Member Avatar for Tellie

Hi All I am creating an ASP page where I am trying to display controls on the page based on the roles of the user. I have a database wherein I have 5 tables to store the following: Table 1: Application details having the app id as the primary key. …

Member Avatar for Tellie
0
281
Member Avatar for ShizNiz

I want to create a new asp file with another asp file already made using VBScript. Is there anyway I can do that without concatenating every few chars to a writeline function?

Member Avatar for Slade
0
112
Member Avatar for mengDaniWeb

Hi, I'm a newbiew in ASP, but find it very fun. I 'm now designing code for data validation using VBScript at server side, instaead of a javascript client side approach. I use an asp page (asp1) to verify the data validity, and do some additional reformating, meanwhile. ( for …

Member Avatar for DVHost
0
187
Member Avatar for Nandhini

I would like to know the ways to read MSWord document through ASP statement.I tried filesystemobject.but it works fine with .txt documents only and not with .doc,.rtf etc files.how to get around this problem?.some say to implement automation objects.what's that? kindly help me thanks in advance

Member Avatar for Drew
0
132
Member Avatar for Tekmaven

HijackThis is a [free] program designed to scan your computers settings for things related to spyware and adware. HijackThis will not delete anything initally; it will just report on what it finds. You can download directly from [url="http://www.spywareinfo.com/~merijn/files/HijackThis.exe"]here[/url]. Save it to a place like your desktop, and run it. When …

0
138
Member Avatar for luckydude

hi all, I am a newbie to ASP.Net and IIS. I just installed .net framework 1.1 and it was working just fine. But this morning when I tried opening a .crpoj file, I got this error while the VS.Net was opening and when I selected "OK" ([color=darkorange]The Web server reported …

Member Avatar for luckydude
0
232
Member Avatar for venkat_9099

Hi, I want to create invoices using ASP which should be printable and with page breaks. Please help Thanks in advance

Member Avatar for venkat_9099
0
162
Member Avatar for evilgenius

Im looking for a test site so I can check my ASP scripting. anyone know a website or company that i can register and get a free account so i can test ? My ISP does not support ASP. Im also looking for CGI hosting ? If possible ? Thanks …

Member Avatar for Drew
0
152
Member Avatar for yourmna

I am using ASP 3.0. I have 2 access database (mdb) files; source.mdb and destination.mdb. There is a table with the name "countries" in source.mdb and I wish to copy it in destination.mdb file with the structure and data. Can any body give the ASP code to do the same?

Member Avatar for Drew
0
110
Member Avatar for makavelli

[url="http://mvps.org/winhelp2002/hosts.htm"]http://mvps.org/winhelp2002/hosts.htm[/url] [url="http://www.pcmag.com/article2/0,4149,1420796,00.asp"]http://www.pcmag.com/article2/0,4149,1420796,00.asp[/url] [url="http://browsercheck.qualys.com/"]http://browsercheck.qualys.com/[/url] [url="http://beam.to/spybotsd"]http://beam.to/spybotsd[/url] [url="http://support.microsoft.com/?kbid=307545"]http://support.microsoft.com/?kbid=307545[/url] [url="http://www.spywareinfo.com/~merijn/cwschronicles.html#cwshredder"]http://www.spywareinfo.com/~merijn/cwschronicles.html#cwshredder[/url] [url="http://www.sysinfo.org/startuplist.php?filter=svchost&count=&type"]http://www.sysinfo.org/startuplist.php?filter=svchost&count=&type[/url]= [url="http://www.daniweb.com/techtalkforums/showthread.php?t=947"]http://www.daniweb.com/techtalkforums/showthread.php?t=947[/url] [url="http://www.tweakxp.com/tweak2152.aspx"]http://www.tweakxp.com/tweak2152.aspx[/url] that's it for the moent. If ny 1 wants more, please let me know.

Member Avatar for Phaelax
0
88

The End.