5,691 Topics

Member Avatar for
Member Avatar for Smoothie

Hi, my computer recently was infected with some sort of virus. I've read here that others have suffered from the same sort of infection. Whenever I connect to the Internet, my computer starts trying to send a flood of random emails that seem to fail. I hope they fail. Anyway, …

Member Avatar for DMR
0
296
Member Avatar for blackmamba7777

My IE page keeps getting redirected to a critical alert page and I have a critical virus alert pop-up in my task bar. I had a friends request on myspace and went to there page. It said to download the new myspace IM program and then my computer went to …

Member Avatar for DMR
0
153
Member Avatar for poetra_jc

:cry:troubleshooting : database is read only. line32 or microsoft jet 4.0 trouble. Http 500.100 PLease advise:( <% dim dbname dim conntemp, cnpath, sqltemp, rstemp dim user user = request.form("Username") dbname="member.mdb" set conntemp=server.createobject("adodb.connection") cnpath="DBQ=" & server.mappath(dbname) conntemp.Open "DRIVER={Microsoft Access Driver (*.mdb)}; " & cnpath sqltemp="select * from userlist" Set rstemp = …

0
38
Member Avatar for ferrarilover

Hello I did an antivirus scan the other day, and here are my results: [url]http://us.mcafee.com/root/runapplication.asp?appid=73[/url] McAfee Antivirus scan August 7-06 C:\WINDOWS\SYSTEM\DHTMLAccess.dll Downloader-DA.dll C:\WINDOWS\SYSTEM\EGHTMLDialer.dll Downloader-DA.dll C:\WINDOWS\SYSTEM32\DialerOffline.dll Adware-StripPlayer C:\WINDOWS\SYSTEM32\GirlControlCom.dll Adware-StripPlayer C:\WINDOWS\SCANREGW.EXE Downloader-SS C:\WINDOWS\...\backup-20060729-140418-210.dll Adware-HungryHands C:\WINDOWS\Downloaded Program Files\dialer.exe Dialer-gen C:\Program Files\...\SearchUpgrader.exe Adware-KeenValue C:\Program Files\...\DemoDerby\GameSpy.url Adware-Url.gen C:\Program Files\180search Assistant\180sa.exe Adware-180SA C:\Program Files\MaxALERT\SaveNowInst.exe Adware-SaveNow C:\Palm\tess\Install\casino.exe …

Member Avatar for ferrarilover
0
434
Member Avatar for raju1729

I need an immediate help, I have developing a asp.net project. I have uploaded it through internet, Some JavaScript was present in the pages. While browsing through mozila browser the scripts does not workin, And also the css files are not working properly. Regards, Raju Biswas

0
69
Member Avatar for karthikm82

iam using Asp.Net Application with Crystal report X1.I want to know When a large volume of data is being loaded into Crystal report from executing a stored procedure (sql server)through Asp.net Application,will the Crystal report will hold on its session till the data gets loaded .Also will the crystal report …

0
70
Member Avatar for bjoernscher

First of all Hello to this forum. I have the follwoing problem. When I am runnig an UpdateCommand with codebehind : sqldatasource1.Update() I get the following error. (I want this command to CompareAllValues) [COLOR=#000000][B][I]You have specified that your update command compares all values on SqlDataSource 'SqlDataSource1', but the dictionary passed …

0
128
Member Avatar for ninelg

I create a report by allowing users to select certain criteria from dropdownlistbox. Dropdowns: site, project, startDate, endDate, reporting level (summary or agent detail) I have the following datagrid with 7 columns: [Code] <asp:datagrid id="grdResults" runat="server" Height="50px" Font-Names="Tahoma" Width="900px" Font-Size="XX-Small" BorderColor="Silver" ForeColor="Black" PageSize="1" adding="1" AutoGenerateColumns="False" BorderStyle="Solid" CellSpacing="1" HorizontalAlign="Center"> <Columns> <asp:BoundColumn …

Member Avatar for Amit007
0
128
Member Avatar for Embeza

Hi guys, I am a new programmer. While running ASP.NET on my PC, it says "localhost/.......500 errors..." What is the problem and the solution for this? thank you with regards

Member Avatar for Amit007
0
91
Member Avatar for bharat.bhooshan

[COLOR=#000000]I have a problem in C++(complier dev 4.9.9.2). My program have complie with no error but out put is wrong and not run show with massage “ [/COLOR][COLOR=#000000][B]some intermediated data is missing[/B]”. In debugging its show massage “[B]segmentation Error”[/B] .[/COLOR] [COLOR=#000000][code]#include<iostream>[/COLOR] [COLOR=#000000]#include<math.h>[/COLOR] [COLOR=#000000]#include<conio.h>[/COLOR] [COLOR=#000000]#include<fstream>[/COLOR] [COLOR=#000000]#include<dos.h>[/COLOR] [COLOR=#000000]#include<iomanip>[/COLOR] [COLOR=#000000]const int row=195;[/COLOR] [COLOR=#000000]const …

Member Avatar for Salem
0
194
Member Avatar for Sundaramurthy C

Hello greetings from Sundaramurthy c from Chennai,India .I am a webdesigner and web developer for my organisation.I have previously used ASP/Access/ for my projects .Now I have to learn ASP.net .,ROR and PHP/MYSQL Thank u

Member Avatar for happygeek
0
52
Member Avatar for vbgaya

I want to fill a drop down list with some data in a data source. I defined a page level array and redim it in Page_Load. I get an error saying "Object reference not set to an instance of an object" The error occurs at the statement, Page.DataBind() Below is …

Member Avatar for postmaster
0
121
Member Avatar for lostpenan

I would like to read a html file that has asian encoding (gb2312), then extract the specific strings and then copy them into a new html file. But when i try to read the html file, i get gibberish. Im using Python 2.4.3 and i know it supports gb2312 but …

0
137
Member Avatar for imperial

Hi, I'm looking for a script that create and save it into an image file. Can a script do this? Hope you could help guys! Thanks!

0
53
Member Avatar for dmf1978

Hi First I want to say sorry for my bad english (I speak and write spanish) I am working in a program written by me in VB6, which load a image file (JPEG) and looks in every pixel of it to take the RGB component of each one of them, …

Member Avatar for dmf1978
0
1K
Member Avatar for falconp51

Hello, I hope someone can help me with problem with the Generic host process for win 32 error message. I only get the message at start up and when I attempt to open any other windows program. For example, if I choose "My Computer" I will get a long hour …

0
84
Member Avatar for Phoenix777

Hi I am new at using XML and XSL... and am breaking my head and the keyboard because of a simple problem... My XMl file is <?xml version="1.0" standalone="yes"?> <CardTransacts> <CardTransactions> <card_transaction_id>123</card_transaction_id> <description_of_charge>abc</description_of_charge> <process_date>2003-09-06T00:00:00.0000000+05:30</process_date> <bill_amount>111</bill_amount> <passenger_name>aa</passenger_name> </CardTransactions> ... ... </CardTransacts> My xsl file is <?xml version="1.0" encoding="ISO-8859-1"?> <xsl:stylesheet version="1.0" xmlns:xsl="[URL="http://www.w3.org/1999/XSL/Transform"]http://www.w3.org/1999/XSL/Transform[/URL]"> …

Member Avatar for az195
0
151
Member Avatar for shantuli

can anyone pls fix up the problem Regvalidate.asp page coding : <% MyFirstName = Request.Form ("login1") MyLastName = Request.Form ("login2") MyUserName = Request.Form ("login") MyEmail = Request.Form ("email") MyPassword = Request.Form ("password1") MyGerder = Request.Form ("gender") MyDateofBirth = Request.Form ("login3") MyAge = Request.Form ("login4") MyCountryofResidence = Request.Form ("countryofresidence") MyMaritalstatus = …

Member Avatar for Pymes
0
390
Member Avatar for mitcho

Hi guys, i am new to asp so sorry if this is easy. I have done an ASP survey based on an open-source survey by Guo Xu from planet source code. it is a multiple choice survey You can see this here: [url]http://www.beaniekids.com/test/bkqf/p2_questionnaire.asp[/url] This survey uses an Access database which …

0
158
Member Avatar for Embeza

Hi every one, What is the purpose of adding the property Autopostback="True" in either of the following elements: <asp:RadiobuttonList <asp:DropdownList <asp:CheckBoxList <asp:TextBoxList.... in using dataset or sortedlist or hashtable. with regards

Member Avatar for campkev
0
74
Member Avatar for juon

[B][U]Free Software Developed by our developers[/U][/B] [B][URL="http://www.webhostforasp.net"]FREE download DotNetNuke File Manager[/URL][/B] [B]This software is completely free.[/B] [B]Designed using ASP.NET 2 Technology [/B] [B]User-friendly interface,Designed like DotNetNuke File Manager with the tree based file explorer [/B] [B]Powerful file manager with no need for FTP, upload files from your hard drive, copy, …

0
149
Member Avatar for unie

Hello, - I’ve made an form where users can subscribe. - When they click on the submit button then they will receive an email with their data they have filled in on the form. - There will be also an email send to an administrator with the same data as …

Member Avatar for aish
0
222
Member Avatar for dba123

Why isn't my aspx page rendering before the process() method call? What is happening is when I run my page in debug mode, my aspx page never renders, and it's jumping straight into my process() method when I run in debug mode in VS 2005, using the VS built-in web …

0
50
Member Avatar for ChimpusDupus

Hi, What is the best way to control data displayed by a GridView when using a listbox that allows you to make multiple selections. I'm currently using a Select Parameter to control the data displayed (using the WHERE clause of the SQL Select Query), though the FilterParameter would make more …

Member Avatar for ChimpusDupus
0
192
Member Avatar for SmileSmita

Dear all, I am getting this error and its not getting resolved at all: Syntax error (missing operator) in query expression 'OrderNo='. On line:RS.Open query, objConn This is my code where i am pulling records on the orderno and after i have pulled the records ,i am trying to insert …

Member Avatar for madmital
0
206
Member Avatar for maple3

Okay, here we go... what I ordered: Case: [URL="http://www.newegg.com/Product/Product.asp?Item=N82E16811208009"]http://www.newegg.com/Product/Product.asp?Item=N82E16811208009[/URL] Processor: [URL="http://www.newegg.com/Product/Product.asp?Item=N82E16819103735"]http://www.newegg.com/Product/Product.asp?Item=N82E16819103735[/URL] Motherboard: [URL="http://www.newegg.com/Product/Product.asp?Item=N82E16813131024"]http://www.newegg.com/Product/Product.asp?Item=N82E16813131024[/URL] Video: [URL="http://www.newegg.com/Product/Product.asp?Item=N82E16814150139"]http://www.newegg.com/Product/Product.asp?Item=N82E16814150139[/URL] PSU: [URL="http://www.newegg.com/Product/Product.asp?Item=N82E16817148027"]http://www.newegg.com/Product/Product.asp?Item=N82E16817148027[/URL] Memory: [URL="http://www.newegg.com/Product/Product.asp?Item=N82E16820227030"]http://www.newegg.com/Product/Product.asp?Item=N82E16820227030[/URL] and I'm using an SATA drive. Okay... Here's the story... As you can see, I've pretty much ordered a new system to build, well... I installed everything down to the detail.. …

Member Avatar for jbennet
0
92
Member Avatar for ~s.o.s~

Hello guys this is my first attempt at learing at server side scritping language. I know basics and have worked with Javascript, HTML and CSS. Any pointers or site which can tell me or teach me the basics of ASP .NET so that in the end i can achieve the …

Member Avatar for ~s.o.s~
0
136
Member Avatar for Tele-Guy

[COLOR=#000000]I have the following code on many pages in my website with some unusual issues. The code works fine on my local IIS 5.1 on Windows XP Pro. I moved the code to my ISP and the following issues occurred: 1) The database does not work - I received the …

Member Avatar for hollystyles
0
174
Member Avatar for web developer

Hi all , I come today with other problem .. I am developing a web project which has two phases (English,andArabic). The english phase works well. The problem in the arabic one which appears in strange letters . The strange in the matter is that the arabic project works good …

Member Avatar for tayyaba
0
182
Member Avatar for sunilaryad

Hi all, I need to access a memory location directly from a ASP.NET page. Is it possible? ie, I need to [B]write a particular value to a port or to a memory location in the server machine[/B]. Please give suggestions... Thanks in advance Sunilaryad

0
54
Member Avatar for GavinC

[COLOR=Black]Hi there all. I have a problem with a date situation. I have a form that needs to look for a specified date in an Access database. I have managed to do the following: 1. When the date is enterd it is entered as follows [/COLOR]"[COLOR=Red]2006/07/09[/COLOR]" [COLOR=Black]so when response writen …

Member Avatar for GavinC
0
96
Member Avatar for umshere

hi all,,, :mrgreen: hey i been working under a website project .. my problem is i want to change a button property which is residing in another page ... Its like this pagename =help.asp <html> <head><title>"Spandana" Help</title></head> <frameset cols=40%,*> <frame name=fr1 src="[B]indexpage.asp[/B]" frameborder=0 noresize> <frame name=fr2 src="contentpage.asp" frameborder=0> </frameset> <% …

Member Avatar for Lafinboy
0
96
Member Avatar for broznic

Hi everyone, I am having a problem with this code in VB6: [CODE] Public Function test() hOpen = InternetOpen("Example", _ INTERNET_OPEN_TYPE_PRECONFIG, _ vbNull, _ vbNull, _ 0) REM InternetOpen goes OK hConnectHandle = InternetConnect(hOpen, _ "google.com", _ INTERNET_DEFAULT_HTTP_PORT, _ vbNullString, _ vbNullString, _ INTERNET_SERVICE_HTTP, _ 0, _ 0) REM here …

0
57
Member Avatar for sergiofmolina

[COLOR=#0000ff][B]Hello, I am new at this forum. I am trying to figure out how, if possible at all, to transfer data from an asp .net page into a javascript script in an HTML page. [/B][/COLOR]

Member Avatar for hollystyles
0
98
Member Avatar for pokahantos

Hi every body, I am suppose to develope a web site contains access DB using ASP.NET but, unfortunatly i have no background about ASP.NET so I was wondering what i have to do first.... if any one could advise me about this, how i begin learning, books, sites, e-book.. etc, …

Member Avatar for hollystyles
0
140
Member Avatar for karkar_87

Hi, I need some help for my project. I had finished up my login page and I can be logined. The problem is that I want to allow new users to register themsevles before they can login but I have used various way I can't be directed to the Register.aspx …

Member Avatar for gurudatta.verma
0
119
Member Avatar for jaromir04

Could you please help me with this one. "Virus Alert". Thanks, Jaromir04 Logfile of HijackThis v1.99.1 Scan saved at 6:47:47 PM, on 8/1/2006 Platform: Windows XP SP2 (WinNT 5.01.2600) MSIE: Internet Explorer v6.00 SP2 (6.00.2900.2180) Running processes: D:\WINDOWS\System32\smss.exe D:\WINDOWS\system32\winlogon.exe D:\WINDOWS\system32\services.exe D:\WINDOWS\system32\lsass.exe D:\WINDOWS\system32\svchost.exe D:\WINDOWS\System32\svchost.exe D:\WINDOWS\system32\spoolsv.exe D:\PROGRA~1\Grisoft\AVGFRE~1\avgamsvr.exe D:\PROGRA~1\Grisoft\AVGFRE~1\avgupsvc.exe D:\Program Files\ewido anti-spyware 4.0\guard.exe …

0
152
Member Avatar for AndrewSmith

Hi guys I have a string (read from a text file), and i need to be able to pull out the value in the quotation marks. For example: if my string is <img src="hello.jpg"> , I need to return hello.jpg. The tough part is that there can by any number …

Member Avatar for campkev
0
116
Member Avatar for aarya

i need a good webhosting .i need webhost to host only html pages.i dont wnat any php,asp,jsp.hosting. anybody suggect good hosting plan.

Member Avatar for AN | Patrick
1
203
Member Avatar for bklurch

Already typed my post once, having to do it again.... With the following code in MS SQL 2K: SELECT Users.*, Trainers.FirstName AS TFirstName, Trainers.Surname AS TSurname, Trainers.DisplayAs AS TDisplayAs, Trainers.DIRealname AS TDIRealname, Trainers.UserID AS TUserID, Trainers.TrainerExpiry AS TTrainerExpiry FROM Users LEFT OUTER JOIN Users AS Trainers ON Users.UserTrainerID = Trainers.UserID …

Member Avatar for bklurch
0
418
Member Avatar for geert.porteman

I'm a new member, hoping to meet a lot of Software Developers here, in order to get some answers on problems and techniques in the domain of C++, C#, .NET and ASP.NET (Windows Forms as well as Web Forms). :cool:

Member Avatar for geert.porteman
0
42
Member Avatar for stealthy1

I have apparently clicked something I shouldn't have and despite my best efforts cannot get this spyware off of my PC. I have gotten most of it off with ewido/adaware/windows defender, but [U]something[/U] is still persisting which doesn't show up in a regular session or a safe mode session. I …

0
61
Member Avatar for kohkohkoh

bottom here is my asp coding, for connecting to mssql2005 i know how to connect to mssql by vb using the com+. but i want to try using the database connection on asp page. [code] <%@ LANGUAGE="VBScript" %> <% Option Explicit Dim UID, SQLStmt, Connection, FirstName, LastName Dim RS, SSN, …

Member Avatar for kohkohkoh
0
131
Member Avatar for Qcdms21

cannot passmeter cname when wunit data is "Sales & Hrd". can anyone help me out??? appreciate it. <a href="chemicallist.asp?comid=<%=rs.Fields("comid")%>&wid=<%=rs.Fields("wid")%>&warea=<%=rs.Fields("warea")%>&wunit=<%=rs.Fields("wunit")%>&cname=<%=cname%>">Chemical list</a>

Member Avatar for Lafinboy
0
110
Member Avatar for code_guru

I am using asp and ms access in iis, server. my problem is when i am testing it in my pc it working fine but when i upload the page in server it is not working. [asp] <% Dim adoCon Dim rsAddComments Dim strSQL adoCon = Server.CreateObject("ADODB.Connection")adoCon.Open "DRIVER={Microsoft Access Driver …

Member Avatar for code_guru
0
208
Member Avatar for stimmy88

Hi, I am another sufferer of the guard.tmp. I have already looked at http://www.daniweb.com/techtalkforums/thread37034.html, which was thread of someone who also had the guard.tmp problem. I tried the steps that solved that person's problem, but they did not get rid of the pesty popups that keep showing up while I'm …

0
44
Member Avatar for adnan1888

i want to display some data in a grid but this is the error i get. withEvents variable 'DataGrid1' implicitly defines '_DataGrid1', which conflicts with a member of the same name in class 'mastersearch'. i tried renaming the variables but that does not help because it EITHER doesnt bind the …

Member Avatar for hollystyles
0
144
Member Avatar for wowrang

Hi, I am in the need of tree control which i am going to use in aspx or asp page, that can loaded by SQL database at the first time. After that I need functionally of Expand All", "Collapse All", "Submit", "Clear", "Cancel". it would be great help for me …

Member Avatar for hollystyles
0
82
Member Avatar for ktum

[LEFT]Hi, I am not new to ASP and c# but fairly new to Javascript. I have a Datagrid with a button column and a text column. The button is linked to a Javascript which when pressed prompts the user to enter a number. Upon entering a number and clicking 'OK', …

Member Avatar for hollystyles
0
286
Member Avatar for kdv

hi plz tell me how to increment textbox value by 1 whenever click submit button in asp.Example let say now my text box value is 1.When user click submit the text box value must change to 2 and so on.Plz reply me. thanx in advance;)

Member Avatar for bala_friendd
0
186

The End.