should be rooms.Length - 1
~~...
User Profile
Collapse
-
okay... found something...
when i am using http://localhost/web.aspx; Response.Redire ct doesn't work...
when i use http://192.168.0.1/web.aspx; Response.Redire ct works...
i don't know why really...Leave a comment:
-
the thing is, why does it work in the deployment machine, and it doesn't work on the development machine?Leave a comment:
-
-
"Thread was being aborted" Exception in Response.Redirect command.,..
Hi...
i am having trouble with Response.Redire ct(url);
Right now its not working in my development machine, but in the deployed machine it is working...
I've tried Response.Redire ct(url, false)... it doesn't throw an exception but it doesn't redirect me to the url...
Any thoughts on my problem?
Thanks in advance... -
Cannot Connect to an MS Access Database
Hi...
i am having a problem regarding the connection of MS Access Database...
When i am developing the website, it can connect to the database...
But when i transfered it to our webserver, it doesn't seem to connect now...
any thoughts on my problem?
thanks~ -
yes.. i found out the solution...
its my Page.IsPostBack that was causing problems...
Thanks ~~Leave a comment:
-
there were no errors when i am debugging... and when i execute the gOleDbCommand.E xecuteNonQuery( ) , its int result = 1;Leave a comment:
-
sorry about that ~~Code:lsSQL = "update tblHelpDeskEmail set email = '" + tbEmail.Text + "', URL = '" + tbURL.Text + "'";
Leave a comment:
-
Cannot Update in MSAccess Database... Using VS2005...
Hi... I have a problem regarding updating table rows on the database (MSAccess)...
I could do a select query but when i use update... the rows are not updating...
how could i solve this? thanks...
i'm using these commands
Code:lcdcaConnect.updateSQL(lsSQL);
...Code:public void updateSQL(string psSQL) { try { gOleDbCommand = new
No activity results to display
Show More
Leave a comment: