Posts
 
Reputation
Joined
Last Seen
Ranked #2K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
59% Quality Score
Upvotes Received
5
Posts with Upvotes
4
Upvoting Members
5
Downvotes Received
4
Posts with Downvotes
4
Downvoting Members
3
3 Commented Posts
~74.0K People Reached
About Me

Im a student heading for my Degree in IT......

And also pushing it in one of rather small-Big IT company as.... how do we call it...................Junior-Learner-Developer rather put it that way

Favorite Tags
Member Avatar for The Dude

OK -- You take the LAST word of the sentence and make a new sentence. EX: A man lived by the water. The Result: [b]Water[/b] the grass.

Member Avatar for Dani
3
11K
Member Avatar for Narue

When you want to remove extraneous characters from an input stream in C++, it's usually because you mixed formatted and unformatted input methods. The formatted method would leave a newline in the stream and the unformatted method would consume it and terminate successfully, but fail completely to do what you …

Member Avatar for Smn
18
13K
Member Avatar for linux

This is kinda like the word association also located in the Geek's Lounge. What you do is take the song listed before you and make another song and artist with the word it it. example: 1: Heaven - Los Lonely Boys 2: Stairway to [B]Heaven[/B] - Led Zeppelin You can't …

Member Avatar for <M/>
0
3K
Member Avatar for Traicey

Does anyone know or have a source code for calculating Zodiac or Star sign using a given date of Birth Thanks in Advance

Member Avatar for muditagarwal88
0
409
Member Avatar for Traicey

Guys I have been trying to figure this out until this very moment The problem is I need a piece of code that will not allow the user to enter any negative number in the text box This how it should work, if the user trries to enter this "-" …

Member Avatar for stultuske
0
162
Member Avatar for Traicey

Guys I have a table with image datatype and I wana insert an image in the image field, for example [CODE=SQL]insert into dbo.Products(ProductID, ProductName, ProductPrice, ProductImage) valeus(144, '8 Gig Lenovo memory Stick', 250.00, 'Image from C:Drive or where ever the image residing')[/CODE] Thanx in advance

Member Avatar for yassooo
0
184
Member Avatar for Traicey

Hi All Im not sure if this is possible but here is the thing I have thankyou.html page that should be opened in the lightbox when a submit button is clicked and the email is sent, I have a contact.php that send an email to the person with the details …

Member Avatar for diafol
0
106
Member Avatar for Traicey

Guys I have a textbox, I wana enter 4 digit and when I press enter it should show a label I have add the label but its not working the code I have look more like this [ICODE]if(e.KeyChar == 4) { this.Controls.Add(label); e.Handled = true; }[/ICODE] Any help will be …

Member Avatar for tawadchai
0
94
Member Avatar for eXceed69

ask a question that is answerable by yes/no, then the next poster will then ask another question. Are you sleepy right now?:?:

Member Avatar for reach_yousuf
-1
5K
Member Avatar for Traicey

I am going crazy trying to find an interesting topic for my research which mainly involve society and software development or business and software development, in simple words I am required to do a research on how does the development of software(Technology) affect society/organization/businesses, and I have to focus on …

Member Avatar for BestJewSinceJC
0
177
Member Avatar for Traicey

I have 2 forms, 1 with a datagrid and the other with textboxes and Dropdown lists, etc. I have a code that highlight and select a row in a datagrid and opens the second form, this is done in Javascript, so now what I need is a code to be …

0
55
Member Avatar for Traicey

Hi All I have datagrid with a dopostback javascript, right now it looked click-able, when I hover with a mouse it select the entire row, except one thing when I click it doesnt do anything, I need to select a row in my datagrid and pass the values of the …

Member Avatar for Traicey
0
124
Member Avatar for Traicey

Hi Guys Could you please provide me with the code that will upload a file using C# and save it in SQL, I have searched through the internet with no luck at all Thanks in Advance

Member Avatar for Traicey
0
722
Member Avatar for Traicey

Im developing and designing a task management system that will be handling thousands of tasks for thousands of employees/Users, I just need some ideas on how to go on about it, if you were gona be a user what would you like to see, what about the database structure, what …

Member Avatar for pclfw
-1
92
Member Avatar for Traicey

Hi Guys I ma using Vista home, All my programs that I have installed have disappeared from start menu, these include MS Office, etc, I still have them on C: Drive under program files but yet I cant use them, for example if I wana open a word document I …

0
91
Member Avatar for Dani

Do you do freelance work as a web designer or web developer? If you do custom work for clients, you're welcome to advertise your service in our [URL="http://www.daniweb.com/techtalkforums/forum52.html"]Custom Services For Hire[/URL] forum within the Webmaster Marketplace.

Member Avatar for anuj_sharma
2
748
Member Avatar for Traicey

Hi All I am having a problem on finding a solution regarding the ff problem I need to do a search using a textbox and a datagrid, that means type in a text on the textbox and press enter and If a record is found the datagrid should point to …

Member Avatar for Traicey
0
173
Member Avatar for Traicey

Hi all I have a datagrid filled with data from Oracle database, I have a textbox and a button search and on the textbox a person/user can enter the Title of the book he/she wana search the the results should be displayed in the datagrid here is the code on …

Member Avatar for obicerno
0
161
Member Avatar for Traicey

Hi all I have a function writetofile() which save a record to a file but the problem is when its writting to a file it doesnt write the record in a correct order, here is the code for WriteToFile() [code=c++] void StudentC::WriteToFile() { ofstream Outfile; Outfile.open("File\\Student.txt", ios::app); Outfile << Count …

Member Avatar for group256
0
222
Member Avatar for Traicey

Hey Guys I need to be able to select or hightlight datagrid row when a user place a mouse on certain record then, he/she can be able to click delete or edit button to delete the selected row or edit the selected row, can anyone tell me how to do …

Member Avatar for nicky.23in
0
172
Member Avatar for Traicey

Hi all I am trying to retrieve a data from Oracle database and display it in the textboxes to be editable but with no luck, am getting a ORA error, [COLOR="Green"]missing right parenthesis[/COLOR], that sounds easy and I also thought, I put in the right parenthisis but still it is …

Member Avatar for kvprajapati
0
128
Member Avatar for ejazmusavi

Hi Every one. I have an MS access database table in which i have stored a data type of date/time in short time format. When i access the table from c# and diplay it into a data grid view the column in short time format diplay as long time format …

Member Avatar for kvprajapati
0
134
Member Avatar for Traicey
Member Avatar for MosaicFuneral
0
134
Member Avatar for Traicey

I am designing a Library website, and I have two table Libarian and Student table so when the Libarian login should have access to all the database(Adding new record, updating and all) but when the student login should only view the database without changing anything, so What I want to …

Member Avatar for Traicey
0
113
Member Avatar for Traicey
0
58
Member Avatar for Traicey

Hi guys I have 5 images which are hyperlink, so each time I click their color should change to yellow until I click another hyperlink image and also they need to change their height too, I was wandering if thats possible and please I cant use Javascript I need a …

Member Avatar for Traicey
0
100
Member Avatar for Traicey

Hi guys I have 5 images which are hyperlink, so each time I click their color should change to yellow until I click another hyperlink image and also they need to change their height too, I was wandering if thats possible and please I cant use Javascript I need a …

0
49
Member Avatar for Traicey

I need to keep track of odd and even number which will be accepted from the user 10 time after the user entering them I have to print something like odd number = "The number of odd numbers from what she/he is inputed" and even numbers = "The number of …

Member Avatar for Traicey
0
98
Member Avatar for Traicey

How do I say this, well here it goes, I was changing my email address, only email address and I was treated like a new member and was directed into this page, got some welcome messages from HappyGeek and Dani himself, I was surprised though coz I mean really how …

Member Avatar for umeshseo
0
79
Member Avatar for Traicey

Im conducting a research on the [COLOR="Red"]impact of Globalization in Businesses [/COLOR] I need some ideas on this paper, it could be in IT business world or any kinda business that u can think of but it doesnt have to globalise the business, that means U only choose one type …

0
47