4,273 Topics

Member Avatar for
Member Avatar for vamsi.kiran

Hi all, This is vamsi from Hyderabad. From the past 2 days I am very difficult to solve this eror. We are working for a product project in which it have to include a patch version in end. this patch version should get dynamically depends upon assembly version. So I …

Member Avatar for msaqib
0
120
Member Avatar for djMot

I'm looking to replace an auto-updating iFrame with some cooler, and more accurate ajax code. And first off I'll say that I believe ajax is the right way to approach this, but I'm open to suggestions, too. I'm not really much of a javascript/ajax programmer, hence I'm hoping for a …

0
57
Member Avatar for drinksbreak

Hi Everyone Ive created 2 cascading drop down lists that gets populated using the cascading drop down tool from the asp.net AJAX control toolkit, Their use is that the user will select what country they are from and then the approriate states will be displayed in the following drop down. …

0
252
Member Avatar for DoMT

[U]Background[/U]: I have DSL at home, with 5 static IPs. In the past I would just put the static IP on each computer and had internet connectivity through the switch and the DSL modem. Recently I'd moved and they said they changed their network and it's now PPPoE and my …

0
38
Member Avatar for deenuy

Hello all, I have requirement of accessing [url]http://localhost:8080/tc/webclient[/url] using Domain server name say [url]www.tc.emerson.com[/url]. Domain Name has been already configured in etc\host. tc ear has been deployed in jboss-4.0.1sp1. I'm using Apache2 to virtual host for my jboss-4.0.1sp1 Application Server. Issue is, when I run [url]www.tc.emerson.com[/url] in browser, it is …

0
81
Member Avatar for askhan

hi all i am new to dani web so if i make any mistake please forgive me ... I am just wodering that some could help me in my assignment.. i am not a programming geek and offcourse not in java. my teacher has gave me this assignment i dont …

Member Avatar for masijade
0
341
Member Avatar for freshfitz

Tring to pass variables to payflow pro. I found a script already written but how do I pass the variable from textbox? Where post.append is I need the value of my textbox's ----------------------------------------- .aspx [code=csharp] <asp:TextBox ID="balanceTextBox" runat="server" Columns="20" Rows="4" Text='<% #Bind("cardacct")%>' ValidationGroup="add"></asp:TextBox> [/code] ----------------------------------- .aspx.cs [code=csharp] using System; using …

Member Avatar for freshfitz
0
241
Member Avatar for Spider8990

Hey everyone Could someone please help ,I've been looking around on google for 2 days now..and I have no luck...:-( I have at this moment 2 listboxes ... User selects keywords from the 1st listbox .. "click add" button ,and the selection value goes to 2nd listbox...I also have a …

0
53
Member Avatar for jaimitoc30

Hi, I need to make a client which post an XML via HTTPS to a server. Everytime I run the process this is what I get back: [code] <?xml version="1.0" encoding="UTF-8"?> <wsdl:definitions targetNamespace="http://com.seven.relay.web.soap" xmlns:tns="http://com.seven.relay.web.soap" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope" xmlns:ns1="http://soap.web.relay.seven.com" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenc11="http://schemas.xmlsoap.org/soap/encoding/" xmlns:soapenc12="http://www.w3.org/2003/05/soap-encoding" xmlns:soap11="http://schemas.xmlsoap.org/soap/envelope/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"> <wsdl:types> <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://soap.web.relay.seven.com"> <xsd:complexType name="CreateAccountSubscriptionRequest"> …

Member Avatar for gReaen
0
145
Member Avatar for rizwan6feb

I am working on an application in Vb.NET the pulls data from an online MySQL server. The problem i was facing was that my application had no direct access to internet. The application connects to a proxy server which was blocking access to database server because the proxy server only …

0
51
Member Avatar for minbor

Hello, I would appreciate if anyone could help me with this. I'm new to this sort of thing and don't really know where to start. I have a survey results table that looks like this: [CODE]user question answer Mike 1 2 Mike 2 1 Mike 3 5 John 1 5 …

Member Avatar for minbor
0
95
Member Avatar for K.Vanlalliana

I am new to ASP, and I used to write the connection for my Access Database using DNSLESS Connection like this: <HTML> <BODY> <% 'Actionvar=Request.QueryString("actionvar") '** Set Up a DSNLESS CONNECTION<BR> Set conn = server.createobject("adodb.connection") DSNtemp="DRIVER={Microsoft Access Driver (*.mdb)}; " 'DSNtemp=dsntemp & "DBQ=" & server.mappath("Record.mdb") DSNtemp=dsntemp & "DBQ=" & server.mappath("MyWeb/MyRecord/Record.mdb") …

Member Avatar for aparnesh
0
272
Member Avatar for reinaldo.aru

I have a web application deployed in IIS 6.0, in Windows Server 2003. While doing some testing, randomly I get weird reponses like this: -----------------------------7d83a932d0356 Content-Disposition: form-data; name="ctl00_PageContentUser_ToolkitScriptManager_HiddenField" ;;AjaxControlToolkit, Version=1.0.10618.0, Culture=neutral, PublicKeyToken=28f01b0e84b6d53e:es-VE:bc82895f-eb24-48f8-a8ba-a354eb9c74da:e2e86ef9:1df13a87:c4c00916:9ea3f0e2:9e8e87e9:4c9865be:ba594826:c76f1358:69ce9abf:80f47b59:83b0cef6:d7738de7:a6a5a927 -----------------------------7d83a932d0356 Content-Disposition: form-data; name="__EVENTTARGET" -----------------------------7d83a932d0356 Content-Disposition: form-data; name="__EVENTARGUMENT" -----------------------------7d83a932d0356 Content-Disposition: form-data; name="__LASTFOCUS" -----------------------------7d83a932d0356 Content-Disposition: form-data; name="ctl00_PageContentUser_treeVwPpl_ExpandState" ecnnneennen -----------------------------7d83a932d0356 …

0
127
Member Avatar for K.Vanlalliana

Hi, I am trying to Write web type application and connect my database (Access) with DNSLess Connection like this Set conn = server.createobject("adodb.connection") DSNtemp="DRIVER={Microsoft Access Driver (*.mdb)}; " DSNtemp=dsntemp & "DBQ=" & server.mappath("Record.mdb") conn.Open DSNtemp This is very much like to Connection to Database from VB6, but, I do not …

Member Avatar for Teme64
0
149
Member Avatar for gReaen

Hello all, I am trying to learn WSDL from few weeks. I use BEA workspace studio to develop the web services in java. I checked out few examples and wrote a service for temperature conversion using 'Document' style and 'literal' use and it worked fine. Then i tried the same …

0
70
Member Avatar for scorch20

Must have came in Music Software install, It's bad , located in windows/system32, also came with micro antivirus2009, I think it has invited friends. Please help. Logfile of Trend Micro HijackThis v2.0.2 Scan saved at 10:08:27 PM, on 10/11/2008 Platform: Windows XP SP3 (WinNT 5.01.2600) MSIE: Internet Explorer v7.00 (7.00.6000.16705) …

Member Avatar for jholland1964
0
171
Member Avatar for jsong

I am new to this site so if I leave any information out or sound stupid I apologize. Google and Yahoo keeps redirecting me to other websites like edmunds.com or other search engines. My browsing speeds have started to slow down and I cannot visit sites like majorgeek.com or install …

Member Avatar for jholland1964
0
161
Member Avatar for fixitsam

Logfile of HijackThis v1.99.1 Scan saved at 19:36:32, on 10/10/2008 Platform: Windows XP SP2 (WinNT 5.01.2600) MSIE: Internet Explorer v6.00 SP2 (6.00.2900.2180) Running processes: C:\WINDOWS\System32\smss.exe C:\WINDOWS\system32\winlogon.exe C:\WINDOWS\system32\services.exe C:\WINDOWS\system32\lsass.exe C:\WINDOWS\system32\svchost.exe C:\WINDOWS\System32\svchost.exe C:\WINDOWS\system32\spoolsv.exe C:\WINDOWS\Explorer.EXE C:\WINDOWS\system32\VTTimer.exe C:\WINDOWS\system32\S3trayp.exe C:\PROGRA~1\Grisoft\AVG7\avgcc.exe C:\PROGRA~1\Grisoft\AVG7\avgemc.exe C:\Program Files\CyberLink\PowerDVD\PDVDServ.exe C:\Program Files\Winamp\winampa.exe C:\Program Files\Ahead\InCD\InCD.exe C:\WINDOWS\SOUNDMAN.EXE C:\Program Files\Common Files\Real\Update_OB\realsched.exe C:\windows\hffext\hffsrv.exe C:\Program Files\Google\Google Desktop …

Member Avatar for crunchie
0
92
Member Avatar for serkan sendur

Install iis 7 on your vista os.Open up the iis manager from administrative tools. Right click default web site and choose add new application. Give your application(your site) a name(alias) and point to your physical application folder. open up your web project in visual studio. Right click the web project …

Member Avatar for skiabox
0
1K
Member Avatar for aliasneo86

i have a menu that has product IDs from a data base and I have a price text box that I wana get the price of that product from the data base on the menu change. HOW can i do this ?? plz help me so far this is the …

0
35
Member Avatar for rizwan6feb

Hi all, i am looking for a way to connect to a Remote MySQL server through HTTP using VB.NET. Actually my application has no direct access to internet. The application connects to a proxy server which is blocking access to database server. The proxy server only allows web requests. How …

0
58
Member Avatar for tx_scuba

Here's where I am at: This Windows Server 2003 Terminal Server Wont Show Desktop or Allow explorer.exe to be Launched. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Operating System:Windows 2003 Web Browser:Internet Explorer 8 (Upgraded during this round of trouble shooting after being told that IE and Explorer were tied to each other) Memory:4GM Networking:100BaseTX Hard …

Member Avatar for tx_scuba
0
287
Member Avatar for metalhead84

I have a database which stores the location of photos held on the server and have made a gridview which shows the photo and a checkbox next to each 1. I want to beable to click on the button and delete all the photos off the server and the location …

Member Avatar for LizR
0
126
Member Avatar for cwarn23

I have made a PHP script which takes days to execute (Web Article Generator) and is there any way that I can make the while loops do more Instructions Per Second using php. Because when executing the script, the servers resources are very low (15% memory & about 9% of …

Member Avatar for R0bb0b
0
123
Member Avatar for hirts_gal

i develop a web based ftp system. i can retrieve .txt file only from the ftp server in red hat linux 9.0. Can any one tell me how to retrieve other type of files in ftp server for example .doc or .jpeg. i have no problem in uploading those file …

Member Avatar for hirts_gal
0
115
Member Avatar for DaniWeb4Jim

I read THE QUEEN of THE WEB'S posting and I went to My Computer\Properties and found no FILE SYSTEM TAB in Window XP Pro. I can not find NETWORK SERVER SETTINGS as explained and Floppy Drive Settings also???? Where did it go or where is it? Anyone can help!

0
115
Member Avatar for Danielle

Hi my system is running a bit slow especially since I upgraded Messenger and Internet explorer. I think my disks are a bit heavy?? It's slow and strange maybe it's sick I did the HJT. Windows Live Hotmail runs very weirdly aswell (slow and doesn't always work) My Disk size …

Member Avatar for jholland1964
0
229
Member Avatar for skiesaregrey

Hi, I have got this thing where if i go on google and search, the text is bigger than usual. Also if i click on a search it loads up a new window and some random site comes up. Id really appreciate a step by step guide on what to …

Member Avatar for BakaToTheFuture
0
692
Member Avatar for kitty15

I cannot open My Computer, Control panel...it tries to open but it closes inmediately. This is my Hijackthis log. Please help!!! Logfile of Trend Micro HijackThis v2.0.2 Scan saved at 15:09:30, on 30/09/2008 Platform: Windows 2000 SP4 (WinNT 5.00.2195) MSIE: Internet Explorer v6.00 SP1 (6.00.2800.1106) Boot mode: Normal Running processes: …

Member Avatar for Doctor Inferno
0
237
Member Avatar for ada_a

i've been getting alerts saying i've been getting internet attacks and spyware and i have VIRUS ALERT! on my taskbar and everywhere else. my hijack log: Logfile of Trend Micro HijackThis v2.0.2 Scan saved at 00:51: VIRUS ALERT!, on 10/1/2008 Platform: Windows XP SP2 (WinNT 5.01.2600) MSIE: Internet Explorer v7.00 …

Member Avatar for crunchie
0
260
Member Avatar for omesanni

Hi, I am new to Ajax and I am currently learning Ajax using a textbook by matthew eernisse from sitepoint.com. I am in the first chapter just trying to grasp the basics of Ajax. I am encountering a problem with the code of some ajax code I am working with …

Member Avatar for Shanti C
0
98
Member Avatar for LiBOC

Dear friends, thanks in advance for reading this: I wanted to set up membership roles for my application. I am using Visual Studio 2005 Web Development. However, I could not enter into the security tab under ASP.NET Web Site Administration Tool(In a web interface look)... they threw me this: There …

Member Avatar for Missouri_Mule
0
246
Member Avatar for Cabinboy

well i don't know what i did, ran some exe file from a movie i downloaded and bam, was supposed to generate a password for an rar file, i ran hijack this and thought maybe somone could help me, i've run a bunch of programs i had installed, nod, adware, …

Member Avatar for Dro3
0
359
Member Avatar for STEV4030

Hi all, Short history - C programmer whose day job is working on AS400's over VPN. Now getting into C# and chose VS 2008 using ASP 2.0 MSSQL for web development on IXWebhosting They don't have 3.5 yet, so I believe I have to use MS SQL 2005, but I …

0
60
Member Avatar for ike185

Hello guys, I and my project team at varsity finished up a website with a database back end. We developed it on a Windows system but now deploying to a Unix server. We used the Yellow duck framework. We've managed to work out compatibility issues as Unix is very sensitive …

Member Avatar for ike185
0
148
Member Avatar for color blind

hi guys, i have recently uploaded my project in school website, in a free host site. but unfortunately, i encountered this error, check this out: [COLOR="Red"]Server Error in '/projecty3' Application.[/COLOR] User does not have permission to perform this action. Description: An unhandled exception occurred during the execution of the current …

Member Avatar for developerbuzz
0
214
Member Avatar for vjero

Hi! Nice to meet you people. I work as a .net developer in Croatia (actually Europe). I work with asp.net 3.5, sql server, css tableless, crossbrowser, ajax light interfaces. Well, i love .net and c#, and programming, and i am open to all technologies. Lets say something like unix/windows mix! …

Member Avatar for zeroth
0
159
Member Avatar for DanWilliams

I come to the IT community with hat in hand for advice. I currently work for a company that while it has been good, I am concerned about my future with it (read:layoffs). I have been going to school part-time to finish a Associates in computer tech (programming VB/database and …

Member Avatar for zeroth
0
189
Member Avatar for Symbi

I am designing a web application For running Automated test.I record the flow of an application (say yahoo.com) using Selenium IDE and exporting the test suite to java.So now i have a file For example login.java.The application i am creating is like i will have a browse button.i will browse …

Member Avatar for ankigupt
0
99
Member Avatar for mohammed2raja

I want know more about session and cookies. How it maintain and what is it use using php. where all session variables are stored in differnet web server. How session is maintained in Apache server and ISS server. All depth information about server with example. Please give me some url …

Member Avatar for Shanti C
0
103
Member Avatar for cybernaut09

I read jsp tutorial by peter_budo on database connectivity using MVC model in jsp then I tried to create a registration page but I have errors on my page . Please help me correct them. I here have 1. registration.jsp - as interface for taking input 2. RegisterServlet.java - as …

Member Avatar for peter_budo
0
2K
Member Avatar for netboy

Ok guys here’s my problem… my computer is infected with malware or some sort of virus. Every time that I use the internet/Google to search for something I keep being redirected with something called “web-analytics.google.com” and then whenever I click on any one of the search results, I get redirected …

Member Avatar for jholland1964
0
130
Member Avatar for hirts_gal

i currently working on web based ftp system where this system will upload and retrieve file from ftp server in red hat linux 9.0. here is the php cording for the upload file:- 1.upload.html [code=php] <html> <head> <title>Untitled Document</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body> <form action="upload.php" method="post" enctype="multipart/form-data" name="form1" …

Member Avatar for hirts_gal
0
2K
Member Avatar for titico

Hello, i'm quite new in the forum and also in the matter. I followed a few tutorials and guides to set up a web server using Apache. I think I've done it all. I installed the package. Did the port 80 forwarding. I'm using DynDNS for my dynamic DNS. I …

Member Avatar for dickersonka
0
161
Member Avatar for EddySR

Hi, I've got a major headache with a SQL Union statement. Basically I'm running a SQL Union statement in ASP that is not returning the first few unions. But if I run the SQL in enterprise manager it runs fine. I can't find anything on the web that even remotely …

Member Avatar for EddySR
0
273
Member Avatar for webspy

Hello! I have an application running on a Windows 2003 dedicated server that saves web pages as images. My problem is that after converting it to a Windows service, all images have a 8-bit color depth. While it was running as a console application all images came out properly. Is …

0
75
Member Avatar for Pado

I hate to bother you guys but I have a problem that has me stumped. When I test it on my local server it works fine, but then I uploaded the files to the web server and it doesn't work and I get the following errors: Warning: fwrite(): supplied argument …

Member Avatar for Pado
0
177
Member Avatar for Richard0660

Hi there, I have this warning stuck to my background. I have not clicked anything on it. I have run spyware detector, anti virus, and adware detectors. They have found threats and deleted them, but this "Warning" remains on my desktop. Please help! Here is my Hijackthis log... Logfile of …

Member Avatar for crunchie
0
228
Member Avatar for 2b_berean

Hi anyone with wisdom, I'm currently having problems with google search results redirecting to porn sites and other random sites and also many pages wont even load, particularly anti spyware sites..... i'm running nod32 v3 also ran Spybot S&D, Malware Bytes & Spyzooka. Below is my HJT report and FixWareOut …

Member Avatar for BluePenguin15
0
371
Member Avatar for caperjack

Hello ,That should read hijack not hojack lol could someone advise on what to do with this and whats bad if any or program to remove the nasties ,all ready tried AVG antiviri/ spybot S&D/malwarebytes/ and ccleaner and combofix . Logfile of Trend Micro HijackThis v2.0.2 Scan saved at 6:02:17 …

Member Avatar for caperjack
0
187

The End.