Search Results

Showing results 1 to 8 of 8
Search took 0.01 seconds.
Search: Posts Made By: vsa000
Forum: VB.NET Oct 15th, 2009
Replies: 10
Views: 487
Posted By vsa000
I think you will just configure the security folder of the Database to set the desired user..
Forum: VB.NET Oct 14th, 2009
Replies: 2
Views: 279
Posted By vsa000
create anther data set w/c will hold the updating stuff...
Forum: VB.NET Oct 14th, 2009
Replies: 7
Views: 3,998
Posted By vsa000
MessageBox.Show("Name:", BName.toString(), MessageBoxButtons.OK, MessageBoxIcon.Information)
Forum: VB.NET Oct 12th, 2009
Replies: 2
Views: 321
Posted By vsa000
use a data reader
ex:
while (drResult.read())
x = drResult("id").toString()

end
drResult.close()

of course you must use a stored procedure in order to retrieve the info in a particular...
Forum: ASP.NET Oct 7th, 2009
Replies: 9
Views: 441
Posted By vsa000
u can try to use ASP AJAX
Forum: VB.NET Oct 7th, 2009
Replies: 4
Views: 5,091
Posted By vsa000
debug the codes..
Forum: ASP.NET Oct 7th, 2009
Replies: 2
Views: 216
Posted By vsa000
I think you will create a temporary string which will hold the CAPTCHA random generated image text.. then compare it to the user input..
Forum: ASP.NET Oct 7th, 2009
Replies: 6
Views: 357
Posted By vsa000
I think your using a "MIXED" SQL server Autentication.. normally the Default user name and password is (username : Sa password: admin)

<connectionStrings>
<add...
Showing results 1 to 8 of 8

 


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

©2003 - 2009 DaniWeb® LLC