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
~75.7K 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

134 Posted Topics

Member Avatar for The Dude

Remembered is a 10-letter-english-word which is the past tense of of the word remember

Member Avatar for Dani
3
11K
Member Avatar for Narue

[QUOTE=Naure]You're so boring, iamthwee. Why do things the conventional way when you can flex your brainy muscles and solve a problem the hard way?[/QUOTE] Why should you complicate things while there is a easy way out, I mean C++ alone is complicated

Member Avatar for Smn
18
13K
Member Avatar for linux
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
427
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
166
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
110
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
96
Member Avatar for eXceed69
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
180
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
58
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
127
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
739
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
93
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
107
Member Avatar for Dani

Well I was once told that I could make a good web designer, so I would rather say I am both of the above, designer and developer

Member Avatar for anuj_sharma
2
760
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
176
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
192
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
227
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
179
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
129
Member Avatar for ejazmusavi

I think you might wana consider having something like this [COLOR="Red"]txtDate.Text = DateTime.Today.ToShortTimeString(); [/COLOR] in ur code, its hard to tell coz u havent post any code to see where u might be going wrong the code above will display in a text box [COLOR="Red"]"12:00 AM"[/COLOR], u can also omit …

Member Avatar for kvprajapati
0
135
Member Avatar for Traicey
Member Avatar for MosaicFuneral
0
152
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
116
Member Avatar for Traicey
0
61
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
101
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
51
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
103
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
Member Avatar for Traicey

A user have to register to the site using Her existing email address as a user name so I need to send an email to the user's email address once her registration to my site is successful can anyone provide me with a code ASAP please

Member Avatar for Traicey
0
629
Member Avatar for Traicey

Hey Guys I have 2 DropDownList, with country and Province so I select country from the DDL provinces belong to that country should be populated to the Province DDL but instead Im get an Error with "INVALID COLUMN NAME fieldname" which is HK for Hong Kong, the following is the …

0
72
Member Avatar for Traicey

I am developing a website and am struggling to make sure that even if my web page is minimized a user can still see the entire content of the page without maximising the page, I believe thats achievable bcoz I have seen websites like that even this one, anyone knows …

Member Avatar for Traicey
0
89
Member Avatar for karthi_selva

You declare a dataAdapter or anything like that for example [Code=C#] string sql = "Select * from Products" DbDataAdapter daProducts = new DbdataAdapter(sql, theNameOfyourConnection) daProducts.Fill(dataset, "TableName") [/Code] This depends on your Database provider cos if you use SQL Provider U will have your dataAdapter declared as [ICODE]SqlDataAdapter [/ICODE] if you …

Member Avatar for karthi_selva
0
169
Member Avatar for mcgarry101

Yah sure if u open the connection u surely need to close it and the best way to close connection is to close it in a finally statement if u have try/catch statement or just after using it, it is not a good practise to leave the connection open and …

Member Avatar for binoj_daniel
0
128
Member Avatar for Traicey

Is there any way to hide columns in the datagrid that are data bounded using C# coz I have realized that they are not references as columns maybe cells but then again I dont find visible property for the cells, U only get the text, I tried to use this …

Member Avatar for serkan sendur
0
71
Member Avatar for divyasrinivasan

[ICODE]SqlDataAdapter da1=new SqlDataAdapter("select stateid,statename from statename where countryid=' country_id'",cn);[/ICODE] Try and fix this line cos you dont need to put the country_id within single and Double qoutations marks which u have declared and set its value to the one selected on DDL The better sollution will be [ICODE]SqlDataAdapter da1=new SqlDataAdapter("select …

Member Avatar for terrible
0
146
Member Avatar for Traicey

Guys I have a dropdownlist control with categories so when I select something from ddlCategory I wana display all the products fall under that category in a datagrid but I dont seem to get that right... here is the bit I have done [CODE=C#] protected void Page_Load(object sender, EventArgs e) …

Member Avatar for Traicey
0
206
Member Avatar for Traicey

I have the ff error and I have no idea what is [COLOR="Red"]Line 1: Incorrect syntax near ','. [/COLOR] [COLOR="Red"]Exception Details: System.Data.SqlClient.SqlException: Line 1: Incorrect syntax near ','.[/COLOR] Source Error: Line 101: dgItems.SelectedItem.Cells[0].Text; Line 102: [COLOR="Green"]the application point the error in the ff line that fills in the dataset[/COLOR] [COLOR="Red"]Line …

Member Avatar for Kusno
0
119
Member Avatar for audigy642

Im not sure about ur error but usually causes of ur error are that 1. The file ur trying ti access its protection is set to read only 2. U actually do not have rights to access, execute or cahnge anything in the file well I dont know why cant …

Member Avatar for PirateTUX
0
148
Member Avatar for Traicey

I have 2 datagrid, 1 with details of Category and the other with the products user selected from the other datagrid, what Im saying is I have a select command on my 1st datagrid so when I select something from my 1st datagrid it should be added to the 2nd …

Member Avatar for 4advanced
0
82
Member Avatar for sid78669

I dont know why you are assigning the address or memory location of data to savings whereas your variable data is not a pointer, I think the problem in your code is a mismatch of the data types you are trying to assign

Member Avatar for sid78669
0
213
Member Avatar for faizurrahman
Member Avatar for Gaspacho
Member Avatar for eddy556

Primary key violation usually means that U are trying to enter or insert a value that already exist in the primary key field, there is nothing wrong I see in the code, Primary keys have to be unique

Member Avatar for eddy556
0
127
Member Avatar for Traicey

I have 2 related tables, master and a child, the master table have a primary which is an autonumber and I reference that autonumber to my child table as a foreign key so my problem is to get the value of the autonumber from a master table and write it …

Member Avatar for dickersonka
0
81
Member Avatar for Traicey

I am using C# and SQL Server 2000, I have 2 related tables, master and a child, the master table have a primary which is an autonumber and I reference that autonumber to my child table as a foreign key so my problem is to get the value of the …

Member Avatar for dickersonka
0
55
Member Avatar for Traicey

Guys I need to upload an image on SQL server 2000, I dont want a C# or VB code for that I just wana know if it is possible to just upload a picture straight to SQL server without the insert statemt coz I have loads of images I need …

Member Avatar for Ole Raptor
0
146
Member Avatar for krany18

Ok so U have 2 tables and u want to connect the tables to each other, what u can do is to have a primary key and the foreign key in the master table, that means, on Job table u can have a skillId as a foreign key and then …

Member Avatar for Traicey
0
126
Member Avatar for Traicey

Guys, can anyone help me with the code to print from a list view I need to select a record from a list view then click button Print and bring the information accross the print document page, PLease ppl Im desperate Thanx in advance

Member Avatar for Ancient Dragon
0
47

The End.