199,114 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for start_game316

Here is the problem. I have an HTML page that includes some javascripts. These scripts modify the HTML contents. Some PHP scripts are already in the same file. I want to pass some variables from Javascript to PHP script. If I use get or post, all changes made by javascript …

Member Avatar for rajarajan2017
0
94
Member Avatar for srky

Hi Guys, My issue is that i dont know of a way to pull data from a formview using C# and inserting or updating that into a database. I saw something which searching around on the internet called a findcontrol, and i gave it a go, but I m so …

Member Avatar for srky
0
110
Member Avatar for Muazam
Member Avatar for rajarajan2017
0
70
Member Avatar for IT LIMITS

Please help I want to submit my contact form to my email. This is my project and I have to submit it today Here is the code that I used for ****HTML file**** <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <html> <head> <title>Salus Management Consultants</title> <meta http-equiv="Content-Type" …

Member Avatar for rajarajan2017
0
145
Member Avatar for Zinderin

C# noob. Ok, here's what I'm trying to do ... I have a dbUtilities class I've made. And its my desire to have methods in it like "FillListBoxFromDB" .... I want to pass the listBox that will be the target, and the sql query command. I will have multiple places …

Member Avatar for Zinderin
0
123
Member Avatar for Member 784548

i want a search command for searching a data in document or database which search any word in the document

Member Avatar for kinwang2009
0
64
Member Avatar for Keegan200

I want to create an activation window to add onto clients pc so if they dont pay their account within a certain period the activation window will pop up and not allow them access to the pc until their account is paid and we will provide them with an activation …

Member Avatar for kinwang2009
0
103
Member Avatar for Member 785440

[CODE]Private Sub Command1_Click() Dim rs As ADODB.Recordset Set rs = New ADODB.Recordset rs.Open "select *from Payroll", Cn, adOpenDynamic, adLockOptimistic rs.AddNew rs!Date = Text1.Text rs!Emp_ID = Combo1.Text rs!EmpName = Text2.Text rs!Father_Husband = Text3.Text rs!Designation = Text4.Text rs!PANNo = Text5.Text rs!PF_PENNo = Text6.Text rs!HRA = Text7.Text rs!Basic = Text8.Text rs!TA = Text9.Text …

Member Avatar for kinwang2009
0
1K
Member Avatar for theprogrammer19

Hi ALL =) hope all of u will be right I have been visiting this site constantly and I learned a lot from him, this is the first production in the Java language to me I hope that you like. this is my First Program in java language i hope …

Member Avatar for ~s.o.s~
0
210
Member Avatar for tammy2512

Hello I am a fresher and I am involved in designing and developing a database. Please critique my er diagram These are the following tables client-----auto generated Primary key(clientid) vendor----auto generated Primary key(vendorid) clientvendor---composite primary key(clientid, vendorid) employee----composite primary key(clientid and employeeid) invoice(aphistory)----composite primary key(vendorid and invnumber) aplid(invoicelineitem)-----composite primary key(invnumber, …

Member Avatar for tesuji
0
616
Member Avatar for nezammca

hi Frd., i have done web page which will add values to the gridview once we select the add button it will open the popup after entering the pop-up it should display values in parent page once we return... But its not displaying just have look guys and solve the …

Member Avatar for pritesh2010
0
139
Member Avatar for iamchamith

Hi friends, My question is... I was Created asp.net application using asp 2005 and code behind file as the C#.net with IIS 6 Then I host my web application on internet in IIS 6 server... There is the page,using this i can upload file[image files] to internet...[by using file uploader] …

Member Avatar for Ramesh S
0
258
Member Avatar for Brian Perrigan

[CODE] #include <iostream> #include <string> #include <sstream> using namespace std ; int main () { char promptisbn [] = "Plese Enter 10 Digit ISBN" ; string isbn ; int x = 0 ; char buffer[1024] ; cout << promptisbn << endl ; cin.getline ( buffer, sizeof(buffer), '\n') ; isbn = …

Member Avatar for Brian Perrigan
0
151
Member Avatar for Agni

Hi, I have always been a little confused about inline/non-inline virtual functions and got a little more confused when I read this in a book: According to the book the code below will fail to link on many systems(it gave no errors on mine, g++ 4.4.1). The explanation is "Even …

Member Avatar for mrnutty
0
653
Member Avatar for tiscood

Hi all, New user here using VB .Net 2008 I seem to be having trouble getting group boxes to appear when I click a radio button. For example: [CODE] If radiobutton1.Checked Then Groupbox1.Visible = True Groupbox2.Visible = False Groupbox3.Visible = False Groupbox4.Visible = False End If[/CODE] This indeed brings up …

Member Avatar for markrtc
0
225
Member Avatar for imag1ne

Hiya, I need to make a game for my cs class. My game is the word find game and it plays like this: You are given a long word like "antidisestablishmentarianism" and your goal is to find as many words in to word given as possible. My program will save …

Member Avatar for Taywin
0
189
Member Avatar for imag1ne

My objective is make a game program for my cs class. So my game is like this: You input a word and then input another word which starts from the last letter of the first word. The program check if the word has been used before and if the last …

Member Avatar for Taywin
0
148
Member Avatar for ultimatebuster

How can I get the real image dimension with javascript? I tried [CODE] function getImageSizeReal(imgLink){ var img = new Image() img.src = imgLink; return [img.width, img.height]; } [/CODE] However this only seems to be working sometimes in Opera . No luck in firefox or chrome (dunno about IE) Anyways to …

Member Avatar for Taywin
0
189
Member Avatar for veekay123

Hi..........I am trying to create a simple text file compressing tool in c sharp? Can anyone give me the code for a simple algorithm implemented in c sharp? I have already used MSDN code using System.IO.Compression but i need something else. It shud be simple and compress a text file.....Can …

Member Avatar for Diamonddrake
0
74
Member Avatar for WargRider

Hey, well I have this problem, I am making a game in Java and it is getting really far. If anyone saw my last problem, that is resolved and I finished my networking code. Here is the problem, to start a new game window in my code, one would write …

Member Avatar for NormR1
0
104
Member Avatar for Glass_Joe

A recent study by Texas A&M International University found that contrary to popular belief, violent video games can actually aid in alleviating stress. The beneficial findings are a sharp contrast to the otherwise bleak shadow cast in recent years by narrow-minded big wigs trying to get ahead in the polls …

0
907
Member Avatar for phaedrusGhost

Hi all, In a secured php document I have a file uploader that was only for PDFs but they want xlsx, xls, ,docx, txt, rtf and ppt file extensions. To filter the files coming in I have this: [code] $allowedExtensions = array("txt","csv","htm","html","xml", "css","doc","xls","rtf","ppt","pdf","xlsx","docx"); foreach ($_FILES as $file) { if ($file['tmp_name'] …

Member Avatar for phaedrusGhost
0
134
Member Avatar for jugosoft

I'm writting program in VB 2010, but I have a problem. I want to draw a temporary line on PictureBox control MouseMove event. That works fine but deleting of that line doesn't work. I tried to draw the white line on the same coordinates (PictureBox's background is white), but won't …

Member Avatar for ĂśnLoCo
0
2K
Member Avatar for insanely_sane

Alright. So I have a Macbook Pro. I also know a bit of c++. I want to know how to draw simple shapes. You know, rectangles, circles and stuff. Like in java (while using console) you can do c.drawRect and stuff? Same way.. is there something or some way to …

Member Avatar for ramox
0
335
Member Avatar for seemant gupta
Member Avatar for theprogrammer19
0
127
Member Avatar for Jackie91

someone help me pls...The 'Add' works fine..but when i try to open it,my full name didn't show completely , such as 'Jack Sparrow' = 'Jack'.. help me pls. #include<fstream> #include<iostream> #include<string> using namespace std; void main() { string name; int age; int options =0; char filename[20]; while (options!=3) { cout …

Member Avatar for Jackie91
0
76
Member Avatar for justinmyoung

Hi, I'm trying to add pagination to the Wordpress plugin, FV Community News. You can see it functioning (without pagination and in its early stages - released it yesterday) here - [URL="http://www.siiimple.com/news"]http://www.siiimple.com/news[/URL]. I looked back in the php that would likely involve alterations, and here is the section I believe …

Member Avatar for coolizard
0
140
Member Avatar for arsenal01

Hi, Hope every one will be fine, i am facing problem with JQuery Scrollable menu, i am trying to placing 2 scrollable panels on a single asp.net page. When there is one panel every thing works fine but when i copy and paste the code so my web page contains …

Member Avatar for newtonpage
0
126
Member Avatar for sadhawan

Hi guys i have java scripts as follows His acquaintance with Elizabeth was very trifling.&quot;</p>\n<P class=&quot;Sx0x1&quot;>&quot;To be sure, Lizzy,&quot; said her aunt, &quot;he is not so handsome as Wickham; or, rather, he has not Wickham's countenance, for his features are perfectly good. But how came you to tell me that …

Member Avatar for sadhawan
0
154
Member Avatar for soumya_mjmder

Hi guys..i have a XML: <?xml version="1.0" ?> <EmployeeDetails> <Employee EmployeeName="Johnny" EmployeeId="209007" CompanyName="ABC Inc." CompanyAddress="Bangalore" ContactNo="0000000" /> <Employee EmployeeName="JohnnyDepp" EmployeeId="78452" CompanyName="ABC Inc." CompanyAddress="Bangalore" ContactNo="0000000" /> <Employee EmployeeName="JohnnyStechhino" EmployeeId="45678" CompanyName="ABC Inc." CompanyAddress="Bangalore" ContactNo="0000000" /> <Employee EmployeeName="JohnDoe" EmployeeId="45981" CompanyName="ABC Inc." CompanyAddress="Bangalore" ContactNo="0000000" /> <Employee EmployeeName="Soumyadeep" EmployeeId="12345" CompanyName="ABC Inc." CompanyAddress="Bangalore" ContactNo="0000000" /> </EmployeeDetails> …

Member Avatar for NormR1
0
4K
Member Avatar for tkms

I have a piece of client software which sends an HTTP POST request asynchronously using a "chunked" transfer encoding ($ENV{HTTP_TRANSFER_ENCODING} is "chunked"), which I'm utterly unfamiliar with -- and unfortunately I can't change the client specification. I need to write a simple server script to receive the client's chunked data, …

Member Avatar for scrappedcola
0
500
Member Avatar for joe_ojah

Hi everyone I am making a system where i have to refresh the database after updating it. I am using a JTable and a mysql database, but i have to close down the application so that the updates can be implemented.Is there a way of refreshing the connection session, or …

Member Avatar for JoshuaKissoon
0
330
Member Avatar for elneco

Hello Forums, I am using zRSS reader on my site: [url]http://www.zazar.net/developers/zrssfeed/[/url] Simple enough to use but was wondering how i can shorten the blog description for each entry? and even the title?? any ideas perhaps someone here can help me figure this out! Thanks, Jaime

Member Avatar for fxm
0
110
Member Avatar for jrock2004

Ok I have a page that has a list of teachers on it that has their email address. What I want to do is when the teacher's email link is clicked a lightbox type form comes up. So would it best to code what my form is in a separate …

Member Avatar for jrock2004
0
117
Member Avatar for Graham Morley

Is there a good way to make vba code secure other than using a password, which I understand is quite easy to break?

Member Avatar for Graham Morley
0
95
Member Avatar for Jesi523

I have a dropdown that is bound to a database. Depending on the value that is selected information shows in a gridview below. Also depending on the selected value if a user clicks on a link they get redirected to another page. That is all working except when the page …

Member Avatar for Lusiphur
0
128
Member Avatar for Huntondoom

hey, I have tried many methods to save my datagridview contents to a file but with no luck does anybody have a good method for xml to datagridview, datagridview to Xml, or any other methods to read/write a datagridview

Member Avatar for ĂśnLoCo
0
104
Member Avatar for saransh60

hi i want ask how things get copied when i assign one object s1 to the another object s3(s3=s1)of the same class string in the following given example,also tell why constructor 1 needs to be initialized like str[0]='\o' ..thanks in advance [code]#include<iostream.h> #include<string.h> #include<conio.h> const int max=80; class string { …

Member Avatar for sfuo
0
146
Member Avatar for GrimR7529

Hi, I am having throuble resetting my textboxes to nothing if the selection in the listview is nothing. I.e. when i select a record my textboxes are updated with teh selected data, but if nothing is selected after something is selected I would like to clear the textboxes to blank …

Member Avatar for tungnk1993
0
123
Member Avatar for debow

I have an issue where my button call to php does not work correctly but if I run the sql manually it works just fine. Can someone please suggest what may be wrong. My file buttons.php has the following code, there are 9 other form call's but I cleaned it …

Member Avatar for debow
0
168
Member Avatar for lefraso

I would like to design a programm in visual basic.net meet the following requirements: Fibonacci numbers Input limit is 15 Numbers are 0 1 1 2 3 5 8 13 The program must allow input limit Display all generated Fibonacci numbers The sum of all the Fibonnacci numbers Anyone who …

Member Avatar for mnmw
0
218
Member Avatar for linziza

Hello Everyone, I am working on this [URL="http://www.ibm.com/developerworks/opensource/library/os-eclipse-stlcdt/#author1"]Eclipse development tutorial from IBM[/URL]. I had already installed Eclipse prior to finding this tutorial and had installed MinGW instead of Cygwin. But other than that change, I followed the "Lottery" programming tutorial precisely until I got stuck at the Running the Program …

Member Avatar for Fbody
0
112
Member Avatar for GrahamAddy

The solution to my problem is probably very simple, but I am having great problems solving it. I have a [B]MainWindow[/B] Class calling a [B]Dialog[/B]. I send the contents of a list from a loop to the Dialog lineEdit for a user to accept or change as required and return …

Member Avatar for GrahamAddy
0
1K
Member Avatar for bhavik_thegame

Hello guys, I have implemented the jquery validation in one of my projects. I have a <div> which has all the billing details & another <div> below it which has the shipping details. There is a checkbox in between these <div>'s which says "Same as Billing Address". It is used …

Member Avatar for kainil
0
220
Member Avatar for design.eng

I have one drop down menu, with cars, vans, motors. If you would select cars you see the next dropdown of van1,van2 and van3. If you select cars the next drop down will appear car1,car2, and car3. And if you would select motors you will see motor1,motor2 or motor3. the …

Member Avatar for scrappedcola
0
140
Member Avatar for pareshverma91

Hi all, I would like to know which of the above scripting languages is better one. It terms of the control they offer, variety of things you could do with them, easy of use and ongoing trends in the market etc from some expert in these. Thanks for the help.

Member Avatar for kainil
0
182
Member Avatar for fenerista

there is a string like [CODE] 0123456789 string a = "25 + 5.6 - (54 - (-61))" a[0] = 2 a[1] = 5 2 = 3 = + 4 = 5 = 5 6 = . 7 = 6 8 = 9 = - 10 = 11 = ( 12 …

Member Avatar for fenerista
0
120
Member Avatar for mcbothra99

I am trying to run one of the two files on my site using if file exist and readfile functions. When I give the file path in readfile() it runs properly. But when I use same file path into if file exist() it says "file does not exist". ================= It …

Member Avatar for DarkBerzerk™
0
673
Member Avatar for csmgsarma

Hi all, Here is a code snippet that is bugging me off for a while: [CODE] #define size (20 * 1024) unsigned char data_base[size]; /*my application here*/ ......... ......... ......... ......... [/CODE] The global variable "data_base" as you can see is uninitialized. The executable size was 434KB. when this variable …

Member Avatar for gerard4143
0
1K
Member Avatar for adaniel058

I would like to create a battleship game in C++. I have the game working but I cant really decide how to determine what positions make up a ship. My game board is a 15 x 15 so, for example: 0000000000000010 0000000000000010 0000000000000010 0000000011000000 0001000000000000 0001000000000000 ect.... So what I …

Member Avatar for Silvershaft
0
177

The End.