199,114 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for brightline

I have a gridview in my web application this gridview contains a select button I want when clicking on this button, a [COLOR="Red"]popup window [/COLOR]appears showing some infrormation about the selected row. I am using asp.net 0.2 Thanks in advace.

Member Avatar for ericstenson
0
82
Member Avatar for anbuninja

well im writing a program where the user enters a number from 2 to 1000 and it displays the prime numbers. Its in a loop and i want it to stop when the users enters 'n' or 'N' well when i type n or N the program goes crazy haha. …

Member Avatar for anbuninja
0
118
Member Avatar for karthikvela

Hi, Am new to scripting. :) Am trying to figure out whether can i use bash scripting to parse an xml file. Parsing is not just pulling out information according to the pattern but its more of a generic parsing. I should identify the xml hierarchy and pull of information. …

Member Avatar for eggi
0
110
Member Avatar for javauser215

My program compiles and runs okay, but is not displaying my restocking fee and I am not sure why. Attached is my printout of how it displays. [CODE]//Product.java works with Inventory4.java file import java.util.Scanner; // program uses class Scanner public class Product4 { //Private Variables private String name; //Product name …

Member Avatar for javauser215
0
113
Member Avatar for web_master

Javascripters plz help I have made a little slider below(not perfect i know)....and i have some bugs in it...... help me debug them plz i want 'marq_box' to hide as soon as height of 'slide_box' is less than 219px. therefore i made the function hideInnerSlide(); which ofcourse is wrong that …

Member Avatar for web_master
0
127
Member Avatar for daviddoria

I ran this: [code] cout << "has nan q?" << numeric_limits<int>::has_quiet_NaN << endl; cout << "has nan s?" << numeric_limits<int>::has_signaling_NaN << endl; cout << "has nan q?" << numeric_limits<double>::has_quiet_NaN << endl; cout << "has nan s?" << numeric_limits<double>::has_signaling_NaN << endl; [/code] and I get 0 0 1 1 why would …

Member Avatar for Salem
0
185
Member Avatar for En1ro

This code is in Unit1.h [CODE=C++] struct gydytojas { int gydid, amzius, specialyb, telefonas, asmkod; String vardas[25]; String pavarde[35]; String adresas[50]; friend ostream& operator<<(ostream& os, const gydytojas& obj) { return os; }; friend fstream& operator>>(fstream& os, const gydytojas& obj) { return os; }; }; gydytojas gydmas[100]; [/CODE] And this code …

Member Avatar for En1ro
0
181
Member Avatar for Kusno

Dear all, I filter my query select with parameter from previous page. SQL = "select a.KodePenyanyi, p.NamaPenyanyi, p.WebSite, a.KodeAlbum, a.NamaAlbum, NamaLabel, Tahun, a.Kaset, a.CD, a.CDImport, a.DVD, DaftarLagu, ReviewAlbum FROM masterpenyanyi p inner join masteralbum a on a.KodePenyanyi=p.KodePenyanyi inner join masterlabel on masterlabel.KodeLabel = a.KodeLabel where a.KodeAlbum='" + kodeAlbum + "'"; …

Member Avatar for ~s.o.s~
0
109
Member Avatar for ChrisKlinger

After several days, red eyes, sleepless nights and gray hair, I _still_ can't get swf to cooperate. I've tried both loading the pure .swf, and encapsulating it in a separate .html page (01.swf and 01.html) Still, the script I'm trying just sits there. The audio is a self-esteem message, that …

Member Avatar for phper
0
108
Member Avatar for knowledgelover

Hi there, I need to create an INFO file in the setup of an application, and within the application I need to write on that file , actually I did some google, but I did not find article that discuss what I need , specifically if the writing operation , …

Member Avatar for knowledgelover
0
169
Member Avatar for atplerry

i am a new user of php and mysql now i have wampserver install on the computer and dreamwaver, I try to write a phpcode and run it on my browser but it was giving displying page can not be display and before then i try to configure the my …

Member Avatar for phper
0
249
Member Avatar for xylude

I wrote a script in PHP that works fine on its own, but when inserted into a document containing CSS does not work properly. I am a newb with the PHP programming, and what I am trying to do is create a simple register/login script. Once the user has successfully …

Member Avatar for xylude
0
341
Member Avatar for JeetRaj

i am not able to open the imap function and i can't retrive the email from the mailbox... and i am using this code [code=php]<?php $name = 'jeetrajsah@gmail.com'; $pwd = '9871670594'; $mailbox = '{mail.google.com}INBOX'; $mbox=@imap_open ($mailbox, $name, $pwd); print_r(imap_errors()) ?>[/code] ad error occured is : [code]Warning: imap_open() [function.imap-open]: Couldn't open …

Member Avatar for phper
0
148
Member Avatar for hidash_in

hi all, i need to open indesign, framemeker, pdf files using java script. i have tried in many ways but i cant get the result. pls help me. thanks in advance hidash.

Member Avatar for ~s.o.s~
0
179
Member Avatar for TheWhite

I have a JButton with both an ActionListener and a MouseListener: [code=Java] b.addActionListener(new ActionListener() { public void actionPerformed(ActionEvent ae){ performLeftClickAction((JButton)ae.getSource()); } }); b.addMouseListener(new MouseAdapter() { public void mouseReleased(MouseEvent me){ if(SwingUtilities.isRightMouseButton(me)){ performRightClickAction((JButton)me.getSource()); } } }); [/code] Here are the 2 actions for right clicking and left clicking: [code=Java] performLeftClickAction(JButton b){ //problem …

Member Avatar for TheWhite
0
1K
Member Avatar for legendofme

I can't seem to figure out whats wrong. This isn't a finished program but it should compile anyways. [ICODE]#include <iostream> #include <string> using namespace std; const string SENTINEL = "\n"; int main () { char letter; int letterCt; cout << "Enter a line of characters" << endl; /* TO BE …

Member Avatar for Narue
0
95
Member Avatar for jaasaria

guyzz i wanted to make 2 connection in my inventory system. using mysql and access. i wanted to use the mysql as my main database..and if their no internet connection it posible save first the data in my access.. and if their an internet connection it will update and stored …

Member Avatar for werks
0
121
Member Avatar for sony112

Can some1 show me how to make a 7 segment display pelase on delphi petes petrol pump

Member Avatar for Duoas
0
106
Member Avatar for OmniX

A quick quesiton (cant seem to get what I want on google - prolly not looking in the right places). I remember using a function that allowed you to reuse a query if it has already been used. I thought it was mysql_free_result($query) and it would let you use the …

Member Avatar for Will Gresham
0
104
Member Avatar for manuswami

Hi, I have this belowmentioned file: col1 col2 10 50 20 60 30 70 40 80 I have to take the O/P as col1 col2 col3 10 50 60 20 60 80 30 70 100 40 80 120 Using awk how can i get the above output as the col3 …

Member Avatar for Salem
0
68
Member Avatar for Jennifer84

I have a textBox that I with help of a Button turning to a Gray BackColor like this. textBox1->BackColor = Color::Gray; Under this textBox I have a checkBox. *(with default "checked").* What I am trying to do here is that when I "uncheck" this checkBox, the textBox will turn "Red" …

Member Avatar for Jennifer84
0
144
Member Avatar for Jahira

hi all, i'm hvng dropdownlist for country by getting values from Database(SQL SERVER).Now in Drop Downlist,the default value should be in "Select Your Country"... I'm too new to .net.will u help me solve this issue.. Dis is in asp.net with vb Thank u..

Member Avatar for Jx_Man
0
126
Member Avatar for zidaneqrro

Last question for today before you start hating me.. I don't know if this really belongs here, but I'll post here anyway. How do I make my programs stay on command prompt longer? Usually they just flash for a second if I don't open them up with command prompt. Heres …

Member Avatar for William Hemsworth
0
142
Member Avatar for leroi green

hey guys. i've got this code where i've gotta separate a full name and tell the user which is which (meaning "this name is first, this name is middle, and this is your last name" type stuff). Well i've got the first part working where the program tells you what …

Member Avatar for danielgee
0
87
Member Avatar for williamrojas78

Hi I am trying to count the rows that has been selected by the user - either with CTRL or SHIFT. The only property that i see is 'CurrentRowIndex' or 'Currentcell' but it only gives me the last selected row even though there are several rows selected. Other than that …

Member Avatar for williamrojas78
0
152
Member Avatar for Motvel

Hi! Suppose i have a polygon with 5 points. They are constant. I use "gotoxy()" to define the point positions. Something like this: [ICODE] x1=30; y1=10; gotoxy(x1,y1); cout<<"A"; x2=50; y2=10; gotoxy(x2,y2); cout<<"B"; //.....and so one up five [/ICODE] Now i should to give a another point (X,Y), and calculate with …

Member Avatar for dmanw100
0
123
Member Avatar for kiwihaha

i want to make a error check on each input. if i only got 1 input.. then i just use while(input==false) so it will continue ask user to input if he wrong input but if i have many input,then the while loop will complicated.. for example: Enter ur gender Enter …

Member Avatar for dmanw100
0
118
Member Avatar for wsn

Hi everyone, I'm trying to find the points that satisfy the equation y^2=(x^3)+ (4*x) + 4 (mod 5) from the book i know im suppose to get x=0 y=2 x=0 y=3 x=2 y=0 x=4 y=2 x=4 y=3 so far i haven't been luck in getting anything any help is appericated …

Member Avatar for Lardmeister
0
107
Member Avatar for Ngup

Hi I'm using VC++.net 2.0 an creating a few technical indicators for grad school. I am having a problem creating the aroon indicator and I would appreciate some help. Here is a description of what the Aroon Indicator is : Aroon(up) = ((total_num_of_periods - num_of_periods_since_highest_close) / total_num_of_periods) x 100 Aroon(down) …

Member Avatar for Radical Edward
0
93
Member Avatar for CodeBoy101
Member Avatar for ullasvk2000

Hi everybody. I am currently doing my 6th sem project in jsp. My project title in Online Shopping.I am very much need of the code. Please can any help me........:(

Member Avatar for peter_budo
0
115
Member Avatar for Taker

Hi Everybody I am in need for help. I have a program which is surppose to allow the user to input a boat and a time and date of hire for that boat. Problem is that the button wont work and i dont know how to get the time in …

0
74
Member Avatar for zidaneqrro

Alright, I'm probably going to become the biggest pain in the butt here during the days to come, but please bear with me. [code=Cplusplus] #include <iostream> int Subtract(int first, int second) { std::cout << "In Subtract(), recieved " << first << " and " << second << "\n"; return (first …

Member Avatar for Sky Diploma
0
83
Member Avatar for Majestics

Is there is any function through which i can get specific number of integer like we do through getchar() funtion .I AM USING TURBO C 3.0.HELP WILL BE APPRECIATED.

Member Avatar for sacdpathade
0
92
Member Avatar for zidaneqrro

Hey, I'm using SAMS teach yourself C++ in 21 days, and currently I am on Day 2, however, I've gotten a lot of errors whenever I compile even though I type out the examples exactly as they should be. I'm using Borland C++ Compiler. command line tools or something like …

Member Avatar for osirus0830
0
120
Member Avatar for khaled_nagaty

Hi all, I have a problem with the multi line text box, it executes the "\t" but does not execute "\n". for example: outputTextBox.Text ="\t\t ..........\n"; This statement does not execute "\n"; I do not know what the problem is? Can any body tells me? regards Khaled

Member Avatar for Jx_Man
0
147
Member Avatar for bamabambhole01

Hii everyone !! Can anyone creat class delta.h for me ! Its about dirac delta function ( for 2d) . a simple one. Looking urgently. Regards,

Member Avatar for bamabambhole01
0
3K
Member Avatar for zwench

Can anyone tell me in simple terms how to create a class Library in VS 2003. It does not have that as an option when you go to add it. Any info would be appreciated. I went in and changed this : <Settings ApplicationIcon = "" AssemblyKeyContainerName = "" AssemblyName …

Member Avatar for zwench
0
124
Member Avatar for shivangiKul

HELLO EVERY1, Im having difficulties in Visual Studio 2005 where I have a search program to search students from a database.It works fine but i donot get similiar records in the grid like there can be many people with same first name or last name E.g. If i select a …

Member Avatar for danielgee
0
98
Member Avatar for to.prakashg

Hi, Following is the code snippet of the JSP file which is gettting populated with all its field data when the application runs into IE7 but does not populated when using FireFox. I am using spring frame work for developing the application. Note: This is not the complete jsp code …

Member Avatar for Thirusha
0
143
Member Avatar for engrasi

The Dearest I have done engineering in SOFTWARE and now doing masters in COMMOUNICATION SYSTEMS AND NETWORKS. I need VOIP Applications basic architecture project developed in any language either Visual basic or Java OR if you have any project on Wireless Technology ,Wimax, Adhoc Networking ,Network security or network auding …

Member Avatar for Jens
0
153
Member Avatar for jk_bscomp

Hello Everyone!!! Does anyone here knows how to display the content of the database in a JTextArea? For example.... In mydatabase, I have a column name 'username' and I want to display all the contents of that 'username' in JTextArea.. What shall I do and what classes I need to …

Member Avatar for javaAddict
0
116
Member Avatar for degamer106

1) How do I tell if I have java 5 or java 6 installed? 2) I have my program commented using javadoc syntax. However, when I run javadoc from the command prompt and then open the html files, I do not see any documentation. What am I doing wrong? For …

Member Avatar for javaAddict
0
105
Member Avatar for welles

Hello, all, I am pretty new to C++ and I need to write a program for calculating radio propagation path loss based on ray tracing, C++ is used for its faster processing rather than MATLAB. I have a question about passing 2D arrays between functions. One of the files looks …

Member Avatar for welles
0
101
Member Avatar for avtar.sohi

Hi friends, i got this err while executing this procedure. err is like this:- ----------------------------------------------------------------------------- 9/3 PL/SQL: Statement ignored 9/13 PLS-00201: identifier 'DATEADD' must be declared 11/3 PL/SQL: Statement ignored 11/13 PLS-00201: identifier 'DATEADD' must be declared ------------------------------------------------------------------------------ Please have look my stored procedure CREATE OR REPLACE PROCEDURE GReptExprtCompliTestRelt(EntityFolderCode number, …

Member Avatar for avtar.sohi
0
846
Member Avatar for HugoCore

Hello :) , How can i filter something then turn it to filter again and one more time , like : SELECT * FROM Tbl1 WHERE BLABLA1 From those results WHERE BLABLA 2 And Finally , from all back results WHERE BLABLA 3. Real Example: Select all where : the …

Member Avatar for Sulley's Boo
0
101
Member Avatar for blah70

I have an assignment due tomorrow and I've done a bit on it but I dont know how to do the rest. Can anyone help me please. Thanks.

Member Avatar for ithelp
0
95
Member Avatar for pakman31

Hello, this is my first time posting here so im sorry for doing anything wrong. Also I am kinda new at programming so bare with me. I am currently working on a function that basically reads a list of double values and assigns them to an array. But I ran …

Member Avatar for Ancient Dragon
0
6K
Member Avatar for heshan

Hi, Assume that I have a target directory, which I am using as a location to store my python scripts.What I need to do is to listen to that directory and when a python script is placed in that directory, I need to execute it at that time.Can anyone give …

Member Avatar for heshan
0
93
Member Avatar for dinilkarun

Hi, I am trying to save a Vb form values to XML, I am able to write to a XML, but i am not able to append more pages. I am using the following code: ' Save the current values. Private Sub SaveValues() Dim xml_document As DOMDocument Dim values_node As …

0
148

The End.