7,713 Topics
![]() | |
Hi guys, Does anyone knows a way to, in .net websites, monitor how long does a user stays in your website, and how does a user stays in certain page of my website? I'm thinking of making frequent ajax calls, but I'm not sure on this. Any ideas? Cheers | |
Hi I have created many tables in database. Now when i used to create new table that's name may already exists. So, before creating new table i must know which table names are already exists in my database. And for that i want to display all the tables created in … | |
I am trying to write a code that is giving me a great deal of problems. **The program challenge is as follows:** Write a program that asks the user for the name of a file. The program shold display the contents of the file on the screen. If the file's … | |
When I preview my site in the iPad (safari) parts of the pages are cut off, not stretching fully across the page... the header and the body are cut off... can someone tell my this is happening... i'll send you my site's link through a pm :) Thanks | |
hi everybody i got this page form some template that shows items in the page with pagination system but i want to keep this method without any pagination i dont want to spilit number of items i just wanna see all of the items that it read from db in … | |
i have writeen following query in my code. $tquery="SELECT questions.id,questions.date,questions.title,users.user_name,subjects.subject FROM questions INNER JOIN users ON questions.student_id=users.id INNER JOIN topics ON questions.topic_id=topics.id INNER JOIN subjects ON topics.subject_id=subjects.id WHERE subjects.id=".$_SESSION['sub1']." OR subjects.id=".$_SESSION['sub2'].";"; but when i am trying to echoing its result it is not displaying anything. | |
I have a Lacie Electron 22BlueIV monitor (CRT). Last night while I was watching a TV show on it, the screen went to black but the audio continued. I jiggled the mouse and pushed a few keys but the picture wouldn't come back. I shut the computer down and rebooted. … | |
Hi every one. i am facing issue regarding displaying Product by category wise. i have two table 1st, product category and 2nd product details. i have foriegn in second table. i am attaching three file 1st template so you can undersatnd what i am tring to do and other files … | |
I need you help in making a query about this table. ------------------------------------ boss # | bet1 | bet2 | bet3 ------------------------------------ LastName |Bet1 |Bet2 | Bet3 11111111 |1 |0 | 1 22222222 |1 |0 | 0 333333 |0 |1 | 1 44444 |0 |1 | 1 i want to count … | |
<textarea name="primary_goals[]" rows="5" cols="23" style="height:145px; width:325px;"><?php echo $primary_goals; ?></textarea> textarea value is stored in database primary_goals[] array stores the values enterd in textarea.. how can i display this value again in this text area ![]() | |
Hello, and congratulations for this beautiful and meticulous forum. I have a javascript/html/css issue that I'm trying to solve for about 3 days now, with no luck. I'm using javascript to toggle the visibility of a certain table. I set the table's display property to none (via js) in order … | |
I woke up this morning to a white screen monitor.. I shut down my computer and it just turns off no wait time. I turned the pc back on and got no signal from the monitor. I swapped out video cards to no avail, the mobo light is on, the … | |
I'm running a refurbished Gateway PC, Windows 7, KDS flatscreen LCD monitor, graphics adapter is an Intel G45/43 Express chipset. My problem is quite simple. At random intervals ranging from a few seconds to nearly twenty minutes, regardless of what I'm doing or if I'm doing nothing at all, my … | |
Hi, I've been trying to get my daughters Portege screen replaced, not as easy as it sounds apparently. The original model and serial have been removed from the bottom and that's what I need to confirm the screen. I've submitted it to a local repairer who tried half a dozen … | |
My HP Pavilion dv6 just started a new issue. While I am using it, the screen will go slightly dark. When it happens, I can still see my stuff on the screen but is like being in a room where someone just turned off 95% of the lights! Does anyone … | |
Hi, im trying to fix a HP pavilion dv9000, the screen only produces a few vertical coloured lines filling about 1/4 of the screen from the top and some white and black horizontal lines filling the other top 1/4 of the screen. These slowly fade if left on for a … | |
hi everyone :) i know how to show all the records from database in an html table but how would i show specific category.for example i want to show records only with type T (type T is in database).im new with php and i dont know how to do it … | |
Hi guys! I'm not computer savvy and need your help and suggestions. And what do you think about my PC? Is it like really old? CPU-Z TXT Report ------------------------------------------------------------------------- Binaries ------------------------------------------------------------------------- CPU-Z version 1.61.2 Processors ------------------------------------------------------------------------- Number of processors 1 Number of threads 2 APICs ------------------------------------------------------------------------- Processor 0 -- Core … | |
Hi every one, I have 3 table table temp: Name | Description A | Description A B | Description B C | Description C table temp1: Name | order A | 5 A | 4 B | 2 C | 3 table temp2: Name | Payment A | 3 B … | |
Hello, I would like to know if anybody could help me with this program that im trying. I have a text file with data inside and i want to display one data line per time with 2 sec delay. The data should continue show infinitely. This is what i have … | |
Hi Guys I have a number and I only want to display the first 3 digits could you please help. Thanks <cfset mytour=885879><cfoutput>#Left(#mytour#, 3)#</cfoutput> How can I make the result into a global variable to use later. Forgive me am a noob to coldfusion | |
About half an hour ago, my computer screen started flickering. It'll flicker for about 10 seconds, then stop for a minute, and then pick up again. Anyone know why it's doing this? I ran a virus scan--no viruses. We just had a bad thunderstorm, however, and it had extreme lightning, … | |
hi i have a hp laptop. i ended up shutting down the laptop last night and started it up today and the screen is black but i can still see things. barely but still can see things. i ended up trying to hold down the fn button and move arrow … | |
The private messages inbox display nothing.Can't find the error.Can anyone help?????????? <?php session_start(); require("configure.php"); if (isset($_POST['view'])) { $query = mysql_query("SELECT * FROM messages WHERE to_user = '$to_user' AND deleted = 'no'")or die(mysql_error()); while($row2 = mysql_fetch_array($query)) { echo "<table border=1>"; echo "<tr><td>"; echo "Message ID#: "; echo $row2['id']; echo "</td></tr>"; echo … | |
Hi guys, I've been getting sporadic bsods without any identifiable cause, and would like to know if anyone could help me identify the problem. It used to hang sometimes while playing games, which I attributed to the games themselves, but recently bsods have been happening while the computer's idle. I'm … | |
Here is my code.. I'm not sure if there is easyier way of doing this or not.. but pretty much what im looking to do is display the user invoice from a session variable.. the session variable would be MM_Username. $colname_curinvoice = "-1"; if (isset($_SESSION['MM_Username'])) { $colname_curinvoice = $_SESSION['MM_Username']; } … | |
I 'm doing an application using vb.net 2008 and sql 2005 i want to know whether it is possible load data into message box from database when form is loaded...... | |
for (k=0; k<M; k++) for (i=0; i<N; i++){ c[i][k]=0.0; for(j=0;j<P;j++) c[i][k]+ =a[i][j]*b[j][k]; I have implemented the above sequential matrix-matrix multiplication algorithm, but i'm not sure about implementing a method to display the output to verify that the algorithm works as expected. | |
I'm having problems with a Toshiba Satellite A305-S. The AC converter that is 19v/3.95A doesn't even bring the charging light on. I have tried a Toshiba 19v/3.42A converter. It brings on the charging light, momentarily tries to bring the hard drive on and runs the fan. The monitor stays black … | |
Here is a snippet of my code as this is my final and would hate for anyone to find this and copy my final that I am working hard on. Everything else is working and is good. My problem is trying to get the following code to display. void Employee::Calculate … | |
Hi, I've problem in displaying image on my rdlc (Microsoft Report Viewer) report. I took picture box on my report and made its properties as SOURCE=EXTERNAL, VALUE=Parameters!Path.value where Path is my Report Parameter. Below is the code to display image on Report load event: Dim paramList1 As New Generic.List(Of ReportParameter) … | |
I'm trying to fix my granparents Gateway NV53 laptop. The only thing that is wrong with it is that the screen has horizontal lines on it. The lines change (they are usually white, grey, or black) positions and color on the screen while in use. When I connect it to … | |
Hi, I have recently been having a few issues with my Toshiba laptop. It is about 5yrs old and rund on Vista, and recently is won't turn on, and all I see is a black screen with a white cursor. I have tried running sc /scannow from the task manager, … | |
Hi there, I am having quite an upsetting problem with a new monitor I have bought and wonder if anyone can help me out. I do graphics work and so I needed to purchase a larger monitor because I was killing my eyes on the 13inch new MacBook screen. I … | |
Hi, Please i want my application to display the autogenerated ID in a messagebox after an insert has taken place and this autogenertaed id is a GUID form. Please help, i have tried @@identity and select_identity() but it wont display any value. Heres how my code is from d insert … | |
I want to let the users of my page (they dont have to be registrated) to register a food plate that they ate at my restaurant. It should have a picture and a review, now that should go to a database and appear randomly but daily at homepage. can anybody … | |
Hi All: I have this code below that uses an open common dialog box to dispay 5 horse pictures. Does anyone have the code to display the pictures on the Form only by passing the horse picture names as parameters when I call the subprocedure in the mnuViewNext and mnuViewPrevious … | |
Hello all, I'm looking for some help. What I want to do is quite simple only I don't have the knowledge or expertise in web development. I need a web page with a text field, which when submitted parses and saves the information to a table to be viewed. That … | |
I've searched for other threads on this issue, but haven't been able to solve my problem. Not sure this belongs in monitors, displays but here goes anyway. A bit of history. I've been getting BSOD crash dump recently. I've had windows recovery start up and have been able to use … | |
The aim of this tutorial is to save burgeoning self taught developers some of the early pitfalls that lurk on the road to programming enlightenment. It will attempt to do this by distilling the last 50 years of software engineering philosophy into a relatively short single tutorial, applying the concepts … | |
Hello everyone. 1)I am trying several days now to display an image from file Chooser in Netbeans. i have read and tried many different approaches from the web, but something goes wrong.Although the program runs ok,I see no results.Until now, I have used the "Design" tab of Netbeans to create … | |
am trying to load a csv file on my application which allows the action listener to call a readfile method and displays the 2d array on the file to the textarea. i am getting a compliation error of such. pls how do i rectify this setText(java.lang.string) in javax.swing.text.jtextcomponent cannot be … | |
I have used queue but I cant figure out how to write code to display horizontal(bfs) and vertical binary search traversal | |
Hi All, I am still trying to piece all of this together and any help would be apprciated. I have the code (see below) to retrieve data from my sql database. The data being pulled into the dropdown is the user name. There are two additional fields in the database … | |
Good Evening Guys, Today its my Birthaday. I have a If statement that i use to return an integer that will mean Success or Failure , now am testing for that integer in my ASP.NET 2.0 Page lke this [CODE] if (Res == 1) { Response.Write("<script> alert('You have Successfully Registred');</script>"); … | |
In my C++ Win32 program I want to set the current Display Settings to "Extend" mode. I Googled and found out that SetDisplayConfig() is the way to go forward in Windows 7 (I'm on Windows 7) but now I am kind of stuck how to proceed as the MSDN explanation … | |
Hello everyone. I would like to know that I wan to make a destop application. I would like that when program executes, the output screen (form1) should cover all the screen, means its a full screen application. It should cover the start menu behind it. and also that should be … | |
hi everybody i have this code for selecting data from my sql database but when i outpot it it it looses align ment,can someone help me ,pliz,thanks [code]<?php //The code is for selecting all patients records in the database //This selects the database and connects to the database require_once('Connections/Database.php'); mysql_select_db($database_Database, … | |
Greetings, i am doing a school project which basically deals with forms and an access database.I have various textboxes in a form.I want some textboxes to be filled automatically with a value when another textbox has been filled. For e.g , if the user fills in the 'Cost' textbox , … |
The End.