Search Results

Showing results 1 to 40 of 268
Search took 0.02 seconds.
Search: Posts Made By: Traicey
Forum: C# 17 Days Ago
Replies: 3
Views: 283
Posted By Traicey
Thanks man that should solve my problem
Forum: C# 18 Days Ago
Replies: 3
Views: 283
Posted By 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...
Forum: C++ Aug 14th, 2009
Replies: 3
Views: 213
Posted By Traicey
The append mode is just there to avoid the overwrite of the existing records

Im not sure if I understand what ur saying can u ellaborate a bit

Thanks
Forum: C++ Aug 14th, 2009
Replies: 3
Views: 213
Posted By 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...
Forum: ASP.NET Jun 20th, 2009
Replies: 8
Views: 395
Posted By Traicey
I have this code now but its complaining about the string not in a correct format


string lid = "";
//its conplaining about this line int loanid = int.Parse(lid)
int loanid = int.Parse(lid);
...
Forum: ASP.NET Jun 20th, 2009
Replies: 8
Views: 395
Posted By Traicey
Here it goes,

I want to get(Select) values from the Database and bind them into Textboxes, then the user can edit them and update them that means writting them to the database again with the new...
Forum: ASP.NET Jun 20th, 2009
Replies: 8
Views: 395
Posted By Traicey
I dont think I understand what ur trying to say can u elaborarte a bit,

Thanks
Forum: ASP.NET Jun 20th, 2009
Replies: 8
Views: 395
Posted By 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, missing right parenthesis, that sounds easy and...
Forum: ASP.NET Jun 19th, 2009
Replies: 4
Views: 628
Posted By Traicey
String sql = "Select * From Book Where Title = " + txtSearch.Text

I dont know why I didnt think about that, I guess it is true that inexperience programmers like complicating things

Thanks...
Forum: ASP.NET Jun 19th, 2009
Replies: 4
Views: 628
Posted By 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...
Forum: ASP.NET Jun 19th, 2009
Replies: 11
Views: 1,277
Posted By Traicey
Well my code is in my laptop at home and at work w r using sql server whereas I used oracle for my project, coz I know in SQL is much easier than it is in Oracle, i could do it in SQL but in Oracle...
Forum: C# Jun 19th, 2009
Replies: 4
Views: 553
Posted By Traicey
I think you might wana consider having something like this txtDate.Text = DateTime.Today.ToShortTimeString();
in ur code, its hard to tell coz u havent post any code to see where u might be going...
Forum: ASP.NET Jun 19th, 2009
Replies: 11
Views: 1,277
Posted By Traicey
Yah ur right why I didnt think about that, I actually am, but I can write a code to edit and get the data from database what Im struggling to do is to make sure that the row is selected from the...
Forum: ASP.NET Jun 18th, 2009
Replies: 11
Views: 1,277
Posted By Traicey
Its VS 2008, what I am doing is I am binding a table from Oracle to a datagrid and I wana be able to select/highlight a row from a datagrid and transfer the data from the selected row to another form...
Forum: ASP.NET Jun 17th, 2009
Replies: 11
Views: 1,277
Posted By Traicey
And just how do u do that?
Forum: ASP.NET Jun 17th, 2009
Replies: 11
Views: 1,277
Posted By 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...
Forum: ASP.NET Jun 8th, 2009
Replies: 4
Views: 905
Posted By Traicey
Hey, U r right ithelp it is really simple

Thanks guys
Forum: C++ Jun 4th, 2009
Replies: 5
Views: 462
Posted By Traicey
Does anyone know a source code for calculating Zodiac Sign using a given DoB

Thanks
Forum: ASP.NET Jun 4th, 2009
Replies: 4
Views: 905
Posted By Traicey
Does anyone know or have a source code for calculating Zodiac or Star sign using a given date of Birth

Thanks in Advance
Forum: ASP.NET Jun 3rd, 2009
Replies: 5
Views: 520
Posted By Traicey
No, The student can reserve a book which is on loan so to do that the student needs to login, otherwise they can browse for books without logging in, sometimes there are articles or journals which...
Forum: ASP.NET Jun 2nd, 2009
Replies: 5
Views: 520
Posted By Traicey
I dont think thats gona work coz this is gona be online website, so I will only have one login page for everyone coz there is gona be no way to determine who clicked the login button now between the...
Forum: ASP.NET Jun 2nd, 2009
Replies: 5
Views: 520
Posted By 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...
Forum: ASP.NET May 11th, 2009
Replies: 0
Views: 244
Posted By Traicey
Any Dot Net forum package I can get out there guys

Thanks
Forum: HTML and CSS Mar 25th, 2009
Replies: 3
Views: 879
Posted By Traicey
Yha when u roll over and it should stay like that until u make another click to another image
Forum: HTML and CSS Mar 25th, 2009
Replies: 3
Views: 879
Posted By 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...
Forum: JavaScript / DHTML / AJAX Mar 25th, 2009
Replies: 0
Views: 611
Posted By 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...
Forum: C++ Mar 13th, 2009
Replies: 10
Solved: Help Urgently
Views: 430
Posted By Traicey
But U actually did... Thanx a lot man, it wasnt difficult now was it
Forum: C++ Mar 13th, 2009
Replies: 10
Solved: Help Urgently
Views: 430
Posted By Traicey
If I do that, I only accept one number frm the user and it prints out this statement "Odd Numbers = 1"
Forum: C++ Mar 13th, 2009
Replies: 10
Solved: Help Urgently
Views: 430
Posted By Traicey
What is wrong is that it is not keeping track of odd numbers or even numbers the users enters but instead it just print 1 for odd numbers only,

int Num;
cout << "EVEN - ODD " << endl;
cout <<...
Forum: C++ Mar 13th, 2009
Replies: 10
Solved: Help Urgently
Views: 430
Posted By Traicey
I have tried that but its not working
Forum: C++ Mar 13th, 2009
Replies: 10
Solved: Help Urgently
Views: 430
Posted By 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...
Forum: Community Introductions Mar 11th, 2009
Replies: 5
Views: 427
Posted By 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...
Forum: IT Professionals' Lounge Feb 12th, 2009
Replies: 0
Views: 469
Posted By Traicey
Im conducting a research on the impact of Globalization in Businesses 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...
Forum: ASP.NET Feb 11th, 2009
Replies: 2
Solved: Sending Email
Views: 862
Posted By Traicey
Thanx a lot
Forum: ASP.NET Feb 9th, 2009
Replies: 2
Solved: Sending Email
Views: 862
Posted By 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...
Forum: ASP.NET Feb 9th, 2009
Replies: 0
Views: 356
Posted By 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...
Forum: ASP.NET Jan 9th, 2009
Replies: 2
Solved: CSS Problem
Views: 390
Posted By Traicey
Hey thanx it worked
Forum: ASP.NET Jan 9th, 2009
Replies: 2
Solved: CSS Problem
Views: 390
Posted By 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...
Forum: C# Dec 11th, 2008
Replies: 6
Views: 3,056
Posted By Traicey
Im trying to understand this... The above code is retrieving data from DataBase and store it on the dataSet using DataAdapter and dataset and a quiry which at the moment is Select statement, Now what...
Forum: C# Dec 11th, 2008
Replies: 6
Views: 3,056
Posted By Traicey
You declare a dataAdapter or anything like that for example


string sql = "Select * from Products"
DbDataAdapter daProducts = new DbdataAdapter(sql, theNameOfyourConnection)
...
Showing results 1 to 40 of 268

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC