Hi Guys, Me trying to upload file using VB HTTP Post method. Can successfully upload the files when my client machine is English OS . However , the problem...
i'm new in visual basic. I am using visual basic 2005. I have a function that reads value of a database and then assign to an obj property. Then I add the obj...
I am developing an application in visual basic. The application is to access and update the same database from many locations via the internet. The database is...
i'm new in visual basic. I am using visual basic 2005. I have a function that reads value of a database and then assign to an obj property. Then I add the obj...
I am sure this must be very simple, but unforunately I can't figure it out. I have the following code which populates the dropdown lists from the database....
Your code is correct but you dont need to return a collection,.....Well you cant return a collection because you never Add to the collection you would need...
I'm using VB.Net 2005 Standard Edition, and I've been going through the Publishing tutorial from Microsoft: http://msdn. microsoft. com/vstudio/ tour/vs2005_...
First post to the list. And I am a novice at .NET and VB. I am primarily a designer so programming is not my strong point. But I have built a form with .NET VB...
wow my friend you are making this harder than it should be.......try this Create a DataSet object and return it in a method and bind that to your combobox ...
Hi, Like you said it's simple. While binding, set the DropdownList1.DataTextField to the employee name and the DropdownList1.DataValueField to the employee ID....
I want to share a VB.NET database over a network between 10 users. Do I need to create an ASP.NET application or not. If VB.NET works how can I set my database...
This is depend on your .net version u use if u use VS05 version its easly u can make publish for the program over th network easly using normal folder sharing...
Hi, Please explain me the use of setting autoeventwireup="true", when we set it to true, it wireup with all events and no need to call handles. but what is the...
Hi. I find that when i create a program that looks great on my computer, when another person installs it, it looks different on their computer. Most the...
Can someone please point me in the right direction to resolve the following issue? "exception has been thrown by the target of an invocation" I am recieving...
hi every one I have a key down event procedure which has a do...loop statement. it Continues to execute till it's condition become false. I want it turn false...
I am having issues with my Intranet Site on my start up page. (login) This is the error, "exception has been thrown by the target of an invocation". This error...
Hi, I have same problem on website, all pages working properly but when I upload a file this erro occoured plz help. I am using ASP.NET 2003 Saeed ... From:...
Hello Masters, I m developing a Survey Form which contain manay many informations of a Single Family. The form have 11 parts. I have use SSTAB for those 11 ...
FYI, I just found this great control called ActiveResize from vbGold.com. I put it on my form and it resizes the form and everything on it. NO CODE TO WRITE!...
Hello everyone, I just started using VB 2005. I've been using 2003 .NET for the past year doing side things and for school. I've never tried to do any ...
Hi, lessen your monitor screen resolution and develop the application. this will fit to all computers. Thanks, Roop Marilyn <mjcarini@...> wrote: Hi. I...
create one hash table inside the stored procedure fetching data from all the tables in your database. and take that procedure in your report. i think this can...
Thanks, What is HASH TABLE, how to create it. Please help me Farooq ... from all the tables in your database. ... Hello Masters, ... informations of ... those...
Hi all, today i have seen a sample program, in which i have found a "region" of scripts named "Windows Form Designer Genereted Code". What means this? What is...
The "Windows Form Designer Genereted Code" is just that generated code by the designer its best not to alter it.....But its for creating and instantiatiing the...
Hi !! I am developing a vb.net project i need to add a new record whenever i need to add a new record and i dont know the code for adding a new record. I am...
Hello All, I just joined the group and was curious if anyone here has been working with Mircrosoft's CSK for VB.NET. I've been working with it for about two...
Hi coders, How to store the executescalar() return value in a int value string conn = ConfigurationSettings.AppSettings["Con"]; SqlConnection con = new...