Question : Storing and retrieving text files to blobs

In windows azure using vb.net 2008 how can you retrieve and store a text file in the blob?

Answer : Storing and retrieving text files to blobs

pretty sure that you have a couple of problems.

One is that you need to reference the variable correctly:

mySelect1 = document.getElementById("CompanyInfo7");
mySelect2 = document.getElementById("CCInfo7");

Then I think you need to use the selectedIndex.

mySelect2.selectedIndex = mySelect1.selectedIndex;
Random Solutions  
 
programming4us programming4us