Forum: ASP.NET Nov 5th, 2008 |
| Replies: 1 Views: 614 I have problem with datatypes. When I use the text datatype on SQL Express, I get "The data types text and nvarchar are incompatible in the equal to operator." error.
Wwhen I set my variables to... |
Forum: ASP.NET Nov 3rd, 2008 |
| Replies: 2 Views: 1,676 protected void btnAdd_Click(object sender, EventArgs e)
{
string connectionString = "Data Source=localhost\\sqlexpress;Initial Catalog=JobApplication; Trusted_Connection=True;... |
Forum: C# Aug 27th, 2008 |
| Replies: 1 Views: 525 I am not sure if I am in the right forum. If not, I apologize.
-------------------------------
I've been working on an assignment in school using Visual Studio.
I want to continue at home so... |
Forum: PHP Jun 18th, 2008 |
| Replies: 4 Views: 1,899 thanks everyone for your help!
I just use kkeith29 suggestion to redirect using javascript. |
Forum: PHP Jun 16th, 2008 |
| Replies: 4 Views: 1,899 I am trying to make a login page using php.
index.php contain form for "login" and "password" which will be check by "process.php"
My intention is: if the login or password is incorrect, an... |
Forum: Graphics and Multimedia May 7th, 2008 |
| Replies: 1 Views: 1,123 Anybody knows where I can find tutorial on "map zooming animation"?
I plan to do a website on Bali.
I would like to add an opening animation showing a world map, and then zooming in to the... |
Forum: HTML and CSS Nov 7th, 2007 |
| Replies: 1 Views: 5,935 Hi,
I don't know if I am in the right board or not cause I don't know if my question deals with html, css, or javascript.
When I surf, sometimes I see a small "printer" icon with word "print"... |
Forum: Java Jun 21st, 2007 |
| Replies: 4 Views: 2,542 I an a newbie at Java so I don't know much about Vector of ArrayList. Anyway I solved it by creating a temp LinkedList. I don't know if it's the most effective solution......
public... |
Forum: Java Jun 21st, 2007 |
| Replies: 4 Views: 2,542 I am trying to make text based blackjack game. I already made :
- Card class which create new card based on integer
- Deck class which consists of Deck LinkedList populated by Card.
I also made... |