5,682 Topics

Member Avatar for
Member Avatar for anusumesh

Hi I am using <asp:Gridview> to display my data. I am adding columns and rows dynamically. I am facing following issues: 1. I want [B]scrollbars around the gridview [/B]and for this purpose i used [B]<div style="overflow:auto">[/B] and its working fine. But issue is that the header row also scroll down …

Member Avatar for jaiswarvipin
0
196
Member Avatar for number87

So basically I am creating a client/server kind of program. The client/user enters a question eg "Who are you? " The server part receives this and checks it with a txt file and returns eg "I am a computer" or "Answer not found" So when i compile and run my …

Member Avatar for Comatose
0
356
Member Avatar for millsy007

Hi, I would appreciate some help, I cannot get my query to work: [code=sql]UPDATE journey j SET j.occupancy=j.occupancy-1 Inner Join passengers p On p.journey_id = j.id Inner Join shuttle s On s.id = j.shuttle_id WHERE s.id = '1' AND p.passenger_name = 'bill gates'[/code] It is used when a cancelation is …

Member Avatar for millsy007
0
79
Member Avatar for waves

Hi I am trying to set up remote access to mysql on a headless server. From what I have read this can be done by installing phpmyadmin on the client pc. Is this all I need? I have changed the entry in my.cnf "bind = localhost" to "bind = ipofserver". …

Member Avatar for waves
0
258
Member Avatar for buddythedog1

HJT Log: Logfile of Trend Micro HijackThis v2.0.2 Scan saved at 1:31:43 PM, on 2/10/2009 Platform: Windows XP SP3 (WinNT 5.01.2600) MSIE: Internet Explorer v7.00 (7.00.6000.16762) Boot mode: Normal 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\svchost.exe C:\Program Files\Citrix\ICA Client\ssonsvr.exe C:\WINDOWS\Explorer.EXE C:\WINDOWS\system32\spoolsv.exe C:\Program Files\Intel\Modem Event Monitor\IntelMEM.exe C:\WINDOWS\system32\dla\tfswctrl.exe C:\PROGRA~1\VERIZO~1\SMARTB~1\MotiveSB.exe C:\Program …

Member Avatar for crunchie
0
612
Member Avatar for Lightninghawk

Ok so I have a question. There is a type of networking where you have 1 server local or remote. Then you have the client machines, but they are just boxes basically. They only log into the server and everything runs off of that server. Of course there are multiple …

Member Avatar for Lightninghawk
0
153
Member Avatar for Ossehaas

Hi, I have a question. I'm studying MCTS Application Development Foundation .NET 2.0 VB and I have a Server - Client Messenger app to exchange text. One NetworkStream is used both for reading and writing the strings. Now I want to exchange different types of objects to and from the …

0
56
Member Avatar for Fu51oN

Thanks in advance for any assistance you can provide me! When I perform a search in Google or Yahoo (i.e. using IE or Firefox) and click on the results, I get redirected to other websites that have nothing to do with the original search. Most of the pages I have …

Member Avatar for crunchie
-1
379
Member Avatar for melganiks

It seems that whenever I use a search engine, like google, upon clicking a result for the first time, I am redirected to a site like Shopica or some other ad site. It does bring me to my desired search result after I press back and click it again, but …

Member Avatar for crunchie
0
135
Member Avatar for kvdd

I have a Client and a server application, very simple code and it is working. But with the client, I can send one time a message, do I want another, it does not appear at the server. No response, nothing. Here is my code: Client: [CODE=pascal] procedure TForm1.FormCreate(Sender: TObject); begin …

Member Avatar for kvdd
0
240
Member Avatar for chiga

Hi there, For about a month my computer started acting weird. Every time I do one of the following my desktop explorer.exe freezes and crashes: right click an item on, right click an item and choose properties, right click an item copy it and paste it, click start menu, viewing …

Member Avatar for Suspishio
0
142
Member Avatar for veasnamuch

My server configuration are . SQL Server in Marchine1 - is setting in Mix Mode(SQL Server and Windows Authentication) . IIS Server in Marchine2 - is setting as following Directory Security - > Authentication and access control .Unchecked "Enable anonymous access" .Checked "Intergrated Windows authentication" .Checked "Disest authentication for Windos …

Member Avatar for Doron_
0
317
Member Avatar for number87

So, what Im trying to do here is a client server socket program. The client will ask a question to the server. For example, How are you? Then the server opens a text file, compares the string from the client and outputs the answer to the client. My text file …

Member Avatar for number87
0
156
Member Avatar for transplantedNYr

So I am going through the "Getting Started Using Java RMI" and I get stuck at the following spot... [CODE] [B]javac[/B] -d [U]destDir[/U] Hello.java Server.java Client.java [/CODE] I use... [CODE] [B]C:\"Program Files"\Java\jdk1.6.0_11\bin\javac [/B] -d [U]C:\"Documents and Settings"\"Andrew Carrara"\Desktop\test\mysrc\example.hello[/U] Hello.java Server.java Client.java [/CODE] I get an invalid flag error. What exactly …

Member Avatar for transplantedNYr
0
135
Member Avatar for bhavna_816

I am very new to SharePoint... I need to know two things: 1. How to work on a single website with multiple developers? 2. How to deploy the SharePoint website or webapplication on production server or client machine? Do anybody know some answer or some links which can help me? …

Member Avatar for Fred Mackie
0
85
Member Avatar for bushman_222

Hey all, I have this problem that I can't work out why it is doing it. I've got a client - server program. The client sends an request to the Server, which in returns it queries an access database and save the output as a file. Which it will then …

Member Avatar for bushman_222
0
187
Member Avatar for kpyknot

My computer is running out of wack, it took everything I had to get this message to you... can someone help please ..Here is latest HJT log.... Logfile of Trend Micro HijackThis v2.0.2 Scan saved at 11:40:57 AM, on 2/10/2009 Platform: Windows XP SP2 (WinNT 5.01.2600) MSIE: Internet Explorer v7.00 …

Member Avatar for kpyknot
0
164
Member Avatar for itshibu

Dear Friend, I setup FTP server for my company they are using Win 2003 server. I created multi user accounts. In internet explorer or explored window through I can access the particular department folder only (what i logined). But if I going to firefox or some other FTP client softwares …

Member Avatar for cguan_77
0
828
Member Avatar for gallantmon1

Can I ask if anyone here has any guides or tutorials on how to write a simple proxy server? Simple in a sense that it can be composed of only two classes; the server and the client. It must also be able to accept requests like GET, HEAD, and POST

Member Avatar for sillyboy
0
63
Member Avatar for gbpatil16

I want following code using C# and ASP.NET 2.0? 1. How to read log file which is located in directory(C:\WINDOWS\system32\Logfiles\W3SVC1) using C# and ASP.NET 2.0? 2. How to store the content of that log file in database using SQL Server 2000? Log file contain following information. I want to store …

Member Avatar for sknake
0
71
Member Avatar for crow_w

My Google is hijacked and I need help correcting this. When I click links from a Google query I get redirected to pages other than the Google result I clicked. I have included a MalwareBytes log, the ESET log, and the HijackThis Uninstall list as directed. The two files from …

Member Avatar for crow_w
0
197
Member Avatar for Yoda123

So I have another virus that redirects my search engine links to advertisements... I have UPDATED Malwarebytes and scanned SEVERAL times and it has never found a problem. I also dled and updated Norman Malware and it found two viruses. I tried to copy them for future reference but it …

Member Avatar for crunchie
0
406
Member Avatar for satmadhu

Check the enclosed doc file and help me to solve the following problem. Thanks in advance. [B]"As per my knowledge we can put Allow IP configuration in the webserver either apache or IIS. This would work for browser IP (Client IP). But I would like it to capture the server …

Member Avatar for almostbob
0
45
Member Avatar for Beetlebum

From the front page of this section I have had the gay porn fetish thing and the prunnet.exe (also from a website that suddenly got taken down) and now badly affected (somehow) by the generic host processes. I also have the red X next to the clock that I have …

Member Avatar for Beetlebum
0
517
Member Avatar for axfv

I'm trying to get info about users in Active Directory using C++. In particular, I'd like to retrieve the EmployeeID property, but it doesn't seem to work. I know for sure one user has a value for the EmployeeID. If I look for FullName or LastLogin, I get the values, …

Member Avatar for axfv
0
180
Member Avatar for prince-dari

At first, I noticed that IE no longer worked, although it did work in safe mode. So I updated it to the latest version, yet it still didn't work, now not in safe mode either, reverted it back to the previous version, once more, works in safe mode. Also programs …

Member Avatar for crunchie
0
720
Member Avatar for Alien15x

am i correct in assuming that when a computer behind a router with port forwarding opens a port (port 1337, when i run my server), that the router automatically notices and sets itself up to send all port 1337 traffic to that computer? i've got two simple applications, a client …

Member Avatar for Freaky_Chris
0
971
Member Avatar for chid_ny

I have a web application where there are many pdf reports stored on the server. I can pass the address of the documents to the client. When the client selects the required docs and clicks print button, he should be able to print them out on his local printer ( …

0
58
Member Avatar for gbpatil16

I want following code using C# and ASP.NET 2.0? 1. How to read log file which is located in directory(C:\WINDOWS\system32\Logfiles\W3SVC1) using C# and ASP.NET 2.0? 2. How to store the content of that log file in database using SQL Server 2000? Log file contain following information. I want to store …

Member Avatar for LizR
0
94
Member Avatar for jamello

how do I send a text file to a printer connected to the client's computer. I have a vb.net app. running currently with internet explorer only browsers. I constructed some texts based on the inputs from the user and need to (a) save it on the client file system (b) …

Member Avatar for sreenivas.sudha
0
197
Member Avatar for ghaith

hey, i'm writing a malware detection software, to run on windows, i already have experience in pattern matching which is what i'm going to use, but i need to know how i can maybe get the files to scan, i mean i'm thinking either when a file is executed or …

Member Avatar for LizR
0
111
Member Avatar for sittas87

hi Guyz can someone please tell me how to configure a terminal client to point to a specific Terminal Server . Many thanks Sid's

0
68
Member Avatar for jaepi

hello there, i just want to ask...how would i apply threading to a web server app?? my problem is, i dunno how to create a web server...i created a simple server that sends hello world to a client that sends a request...how would i apply threading to this one??

Member Avatar for smitz
0
124
Member Avatar for PinoyDev

Good day again to everyone.! my project of online enrolment system is almost done, thank you for all your support. Just let me know if you have problem in vb6 i would surely lean on my help to0 because its my expertise. this might be the last problem ive ever …

Member Avatar for cwarn23
0
2K
Member Avatar for Deepak.G

hi im trying to write a python script for a telnet client. So far im able to establish a connection with a server. My problem is that i want to print (at the client) all the activities at the server end. Let me put it this way. Suppose i send …

Member Avatar for Stefano Mtangoo
0
3K
Member Avatar for J Greenie

Here is my Hijack this report. I've ran Ad-Aware and Malwarebytes, but I'm still getting the pop ups. I realized that I was using old version, down loaded the new and still are getting pop-ups. Thankfully they're not derogatory, but still really annoying. Please Help! BTW: Thanks for being here …

Member Avatar for jholland1964
0
183
Member Avatar for Urbanfox

I recently inherited my father's old laptop (vaio, about three years old), and all has been going well so far... up until a few hours ago. I decided today to do a defrag since I figured it could need one. I downloaded AUSlogic defrag and performed a full defrag, which …

Member Avatar for crunchie
0
177
Member Avatar for axelgeorge

Hello everyone, I'm a moderately experienced C++ programmer who has decided its finally time to learn socket programming. I want to learn by writing a simple client/server pair of apps. The client will send a simple text string across the network to the server. So far, I've only worked on …

Member Avatar for Salem
0
78
Member Avatar for sam1

hi, I have been working with windows forms till now. want to learn about asp.net server and client side from scratch. can you guys recommend a good link or book. thanks

Member Avatar for sam1
0
64
Member Avatar for xali

Logfile of Trend Micro HijackThis v2.0.2 Scan saved at 12:51:18 AM, on 2/2/2009 Platform: Windows XP SP2 (WinNT 5.01.2600) MSIE: Internet Explorer v6.00 SP2 (6.00.2900.2180) Boot mode: Normal 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\Ati2evxx.exe C:\WINDOWS\system32\svchost.exe C:\WINDOWS\System32\svchost.exe C:\WINDOWS\system32\Ati2evxx.exe C:\WINDOWS\Explorer.EXE C:\WINDOWS\system32\spoolsv.exe C:\WINDOWS\ehome\ehtray.exe C:\WINDOWS\RTHDCPL.EXE C:\Acer\Empowering Technology\ePower\ePower_DMC.exe C:\Program Files\Synaptics\SynTP\SynTPEnh.exe C:\PROGRA~1\LAUNCH~1\LManager.exe C:\Acer\Empowering Technology\eRecovery\eRAgent.exe C:\Program …

Member Avatar for crunchie
0
158
Member Avatar for mitchems

I am a newbie to this forum. I have been experiencing a problem with explorer.exe at login. I have read through the other threads about a similar problem occurring in the Fall of 2007. What I am experiencing is similar to those threads, but the sloutions provided in those threads …

Member Avatar for jholland1964
0
194
Member Avatar for flipboi15

hey guys, my sister asked me to help her fix her laptop, I don't really know the full situation but she said she downloaded something and her laptop restarted in safe mode and thats all she could start it on. Shes running vista SP1. Here is the Hijack Log File, …

Member Avatar for crunchie
0
168
Member Avatar for crsurfer

Hi, guys i need some help! i need to make a txt file with the "-A" command (in shell). that already is implemented in the client, then the client send the file thru sockets and arrive to the server, the server save the file in his directory. But the code …

Member Avatar for Belrog
0
149
Member Avatar for viseth

My internet browser is opening itself to a web sit called [url]www .webthangs.com[/url]. This virus seemed to attack my default browser either firefox or IE. I have scanned my entire computer with many spywares and AVG, and none of them was able to find the virus. Apparently, Malwarebytes' Anti-Malware was …

Member Avatar for crunchie
0
234
Member Avatar for swaransoft

We are working on a project & finding an issue while accessing the data from SQL Server. Problem: Display of record in search console of application on number of times it has been processed. Consider we have a record which needs to be displayed 5 times a day in search …

Member Avatar for Ole Raptor
0
111
Member Avatar for knowledgelover

Hi there I am developing an application that is SIP based , using UDP socket supported by the Java, the application is client /server, what package do I need so I can send SIP message with in the socket I have created, in other word the application looks like the …

0
105
Member Avatar for thor7777

OS: 32 bit Windows Vista Home Premium SP1 (also most recent Ubuntu Linux) (I am the administrator) Model: HP Pavilion dv6700 Notebook PC Wireless: A free local wireless network. Wireless Network Adapter: Intel(R) Wireless WiFi Link 4965AGN, driver 12.0.0.82 (latest) Before last week, I could easily connect to the wireless …

Member Avatar for elbeato
0
113
Member Avatar for vasanth.kanna

Dear All, I have developed a web site using asp.net and C#, Iam using Microsoft enterprise library - DBfactory for establising connection with sql server 2005. Now i want to implement the application to connect to different databases for different users. For example Client A should connect to database DB1 …

Member Avatar for agrothe
0
105
Member Avatar for stefan_nieuwinc

I am building an Ajax-application that functions as a 'formserver'. A php-script is generating HTML-code for a form that is packed in XML that is sent to the browser via an XHTML-request. There a Javascript-script makes the HTML-code part of the document tree. I have problems with inputs of the …

0
46
Member Avatar for Satyr000

For some reason I had a Spyware Protector 2009 program pop up on my system and thats where the troubele starterd. Now the explorer.exe wont run and I cant get it to run throught taskmanager. Here is my hijack this log. Logfile of Trend Micro HijackThis v2.0.2 Scan saved at …

Member Avatar for Satyr000
0
142

The End.