Forum: ASP.NET May 20th, 2006 |
| Replies: 1 Views: 4,606 Hi,
I hav created an application running on ASP.Net using VB. I hav a panel and a button to print the page. I want the page to be printed as what it is exactly looks like on the page. And i want... |
Forum: ASP.NET May 19th, 2006 |
| Replies: 1 Views: 6,744 Hi all,
I hav an application running in ASP.Net using VB. I hav two textboxes which carries user's input and a button. On Click of this button, the values in the textboxes will be added and be... |
Forum: ASP.NET May 10th, 2006 |
| Replies: 6 Views: 17,197 Dim cmd As New SqlClient.SqlCommand("Select * from Staff where NRIC = '" & txtSearch.Text & "'", New SqlClient.SqlConnection(strConn))
The query should look like this when it runs:
Select... |
Forum: ASP.NET May 10th, 2006 |
| Replies: 6 Views: 17,197 Thanx 4 ur info campkev. I hav tried the codes, it's still showing the msg "Invalid attempt to MetaData when reader is closed" under the InvalidOperationException was unhandled by user code dialog... |
Forum: ASP.NET May 9th, 2006 |
| Replies: 6 Views: 17,197 Hi Everyone,
First of all, thanx Mojio for providing me the right code information on connecting sql server database.
As I'm a beginner in ASP.NET, using vb as language. I have created few text... |
Forum: ASP.NET May 6th, 2006 |
| Replies: 1 Views: 17,725 Hi all,
I would like to seek for some help from you on how to create a connection to a sql server database from an asp.net application using VB codes. I appreciate if you could provide me the... |