Forum: ASP.NET May 9th, 2007 |
| Replies: 8 Views: 9,686 Ya of course I knew about populating one combo. My question here is how to populate the SECOND drop down list upon changes of selected value in the FIRST drop down list. |
Forum: ASP.NET May 8th, 2007 |
| Replies: 8 Views: 9,686 Hi,
I have 2 drop down lists, in which the selection value of the 1st drop down list will determine the content of the second drop down list.
Is that I need to use javascript function to achieve... |
Forum: VB.NET Apr 16th, 2007 |
| Replies: 1 Views: 6,731 Hi, can anyone help?
Your examples is very much appreciated.
Thanks. |
Forum: VB.NET Apr 12th, 2007 |
| Replies: 1 Views: 6,731 Hi,
I need to write a windows application to automatically login to a website(with username and password being provided) to retrieve some data from the website. Can someone show me an example on... |
Forum: VB.NET Apr 12th, 2007 |
| Replies: 1 Views: 3,977 Hi, I receive this error "No default member found for type 'Guid'." when I run my application.
db = New SqlConnection(GetConnectionString())
db.Open()
Dim strSQL As String
strSQL =... |
Forum: VB.NET Apr 11th, 2007 |
| Replies: 9 Views: 7,728 Icic, I got it. I just marked this post as SOLVED already.
Thanks to everyone here for sharing. :) |
Forum: VB.NET Apr 11th, 2007 |
| Replies: 9 Views: 7,728 The problem came from the string array actually. :) |
Forum: VB.NET Apr 11th, 2007 |
| Replies: 9 Views: 7,728 Hi all,
My problem been solved. Thanks for reading anyway. ;) |
Forum: VB.NET Apr 11th, 2007 |
| Replies: 9 Views: 7,728 Hi,
I've tried your suggestion, it cannot work, because it says the expression
x.ExtractZip(pathList(s), strFullDirectoryPath, "csv;xsl")
does not return a value. :( |
Forum: VB.NET Apr 11th, 2007 |
| Replies: 9 Views: 7,728 Hi,
I am writing a function to unzip a zipped file. But I'm getting this error, "Cast from string "C:\temp\FileName.zip" to type 'Integer' is not valid." Below is my coding, I got this error in... |