Search Results

Showing results 1 to 40 of 51
Search took 0.01 seconds.
Search: Posts Made By: Traicey ; Forum: ASP.NET and child forums
Forum: ASP.NET Jun 20th, 2009
Replies: 8
Views: 419
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: 419
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: 419
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: 419
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: 651
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: 651
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,368
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: ASP.NET Jun 19th, 2009
Replies: 11
Views: 1,368
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,368
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,368
Posted By Traicey
And just how do u do that?
Forum: ASP.NET Jun 17th, 2009
Replies: 11
Views: 1,368
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: 1,034
Posted By Traicey
Hey, U r right ithelp it is really simple

Thanks guys
Forum: ASP.NET Jun 4th, 2009
Replies: 4
Views: 1,034
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: 582
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: 582
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: 582
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: 261
Posted By Traicey
Any Dot Net forum package I can get out there guys

Thanks
Forum: ASP.NET Feb 11th, 2009
Replies: 2
Solved: Sending Email
Views: 926
Posted By Traicey
Thanx a lot
Forum: ASP.NET Feb 9th, 2009
Replies: 2
Solved: Sending Email
Views: 926
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: 370
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: 411
Posted By Traicey
Hey thanx it worked
Forum: ASP.NET Jan 9th, 2009
Replies: 2
Solved: CSS Problem
Views: 411
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: ASP.NET Dec 10th, 2008
Replies: 1
Views: 529
Posted By 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...
Forum: ASP.NET Dec 10th, 2008
Replies: 11
Views: 1,452
Posted By Traicey
SqlDataAdapter da1=new SqlDataAdapter("select stateid,statename from statename where countryid=' country_id'",cn);

Try and fix this line cos you dont need to put the country_id within single and...
Forum: ASP.NET Dec 10th, 2008
Replies: 19
Views: 2,082
Posted By Traicey
SqlDataAdapter da1=new SqlDataAdapter("select stateid,statename from statename where countryid=' country_id'",cn);

Why your country_ID which you declared as a string is within single and double...
Forum: ASP.NET Dec 10th, 2008
Replies: 19
Views: 2,082
Posted By Traicey
I think at the moment u can use that to debug and see whats working and what's not working then after that u can fix ur selectedindexchanged event on DDL
Forum: ASP.NET Dec 10th, 2008
Replies: 19
Views: 2,082
Posted By Traicey
U jst need to make sure that the countryID on the state table is corresponding to the one on the country name, then you can have a select stateme like this on ur dataadpater


Select * from State...
Forum: ASP.NET Dec 10th, 2008
Replies: 19
Views: 2,082
Posted By Traicey
I had the same problem my DDL doesnt talk to me back if I just select and do nothing, I couldnt figure out what was the problem because I had selectedChanged event but then until I had a button which...
Forum: ASP.NET Dec 10th, 2008
Replies: 19
Views: 2,082
Posted By Traicey
Is your DDL filled with each country?
Forum: ASP.NET Dec 10th, 2008
Replies: 19
Views: 2,082
Posted By Traicey
My code is partial working cozI still have a problem coz when I select add to cart on my 1st datagrid it overwrite the existing record instead of adding to it but everything else is working

But...
Forum: ASP.NET Dec 4th, 2008
Replies: 11
Views: 1,181
Posted By Traicey
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...
Forum: ASP.NET Dec 4th, 2008
Replies: 3
Views: 915
Posted By Traicey
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...
Forum: ASP.NET Dec 4th, 2008
Replies: 3
Views: 580
Posted By Traicey
No I got the problem, those are actually the details of the error not my code, so thats not silly....

so the problem was that I was refering to the cell in my datagrid which was a...
Forum: ASP.NET Dec 4th, 2008
Replies: 3
Views: 532
Posted By Traicey
That could be the problem, but then can you provide me with the code similar to that, coz Im clueless what ur talking about

Thanx hey
Forum: ASP.NET Dec 3rd, 2008
Replies: 3
Views: 532
Posted By 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...
Forum: ASP.NET Dec 3rd, 2008
Replies: 3
Views: 580
Posted By Traicey
I have the ff error and I have no idea what is

Line 1: Incorrect syntax near ','.
Exception Details: System.Data.SqlClient.SqlException: Line 1: Incorrect syntax near ','.

Source Error: ...
Forum: ASP.NET Dec 3rd, 2008
Replies: 19
Views: 2,082
Posted By Traicey
Thanx a lot man.... ur a star
Forum: ASP.NET Dec 2nd, 2008
Replies: 19
Views: 2,082
Posted By Traicey
Yes I added that on my code but still it doesnt work or show the details that falls under that category in the datagrid
Forum: ASP.NET Dec 2nd, 2008
Replies: 19
Views: 2,082
Posted By Traicey
I have all my categories loaded on my Dropdownlist but the problem is when I select a category the details of that category do not show on datagrid and I think the problem is on selectedIndexChanged...
Forum: ASP.NET Dec 2nd, 2008
Replies: 19
Views: 2,082
Posted By 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...
Showing results 1 to 40 of 51

 


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

©2003 - 2009 DaniWeb® LLC