Advertisement

250 organizations, including eBay, Ericsson and Lockheed Martin, now work smarter with Corporate Accounts. Save up to 42%

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Time Tested .Net Editors & IDEs Solutions: 151 - 175 of 419
null
Hi folks, I am using NHibernate which is the Hibernate for .NET. When hibernate returns a collection it needs the session opened while you navigate inside it. If you close the session you w...
Hello I have a VB .Net Project built in Visual Studio 2005 which creates a DLL file (that is afterwards called from Excel). I gave a strong name to the assembly and now I'm looking for a solu...
I have a simple calendar control on a reservations site I built in ASP.NET.  The venue is closed every Monday and Tuesday so I would like to disable those days on the calendar.  I know I can d...
Hello, how do you control access to specific folders when using forms authentication and the ActiveDirectoryMembershipProvider? When using windows authenticaiton i could control access to a fo...
Hi experts, we have a parsing program which inserts records into a sql database. A portion of the record is a list of URLS relating to images we need to retrieve for inventory, I have done thi...
Hi:    I was trying to read data from an Excel file into a dataset. The file is retreived from a FileUpload. The below is my code and the error received. Please advice why it is occuring and ...
Hi I need to find the row number of one of the collection Dim TableModelObjects As New Collection()  TableModelObjects.Add("123", "123")  TableModelObjects.Add("1234", "1234")  TableM...
Hi! Need some help to explain the difference between a HashTable and a Dictionary.
       String statement = "UPDATE GAME_SLOT " +                            "SET team1_teamID = " + team1IDGS2 + ", team2_teamID = " + team2IDGS2 + " " +                            "WHERE g...
Hi If i have a sql query that returns a datsset that looks like this C1 C2 C3 C4 C4 how do i get the C4 when there are two columns with same name For Each Row In ds.Tables(0).Rows ...
I have some strange things happening in Visual Studio 2005. 1. Property pages for a project will not display their contents. 2. I get a "Parameter is not valid" error when trying to use di...
Hi,  I am experimenting with econnect and am having problems with the code below.  This code loads two different tables - 1 is the header table and the other is the distribution table.  They a...
Hi all, We have developed an application which consits of 4 different steps of registration. Step 1:Take contact details and login details. step 2:Take some intrests of user --which are v...
Experts, I'm trying to databind three comboboxes to a datatable (dt).  See the code snippet below. After I update the combobox values, they all display the first item in the list (not t...
Hello all, I'm currently used to developing in Visual Studio 2005 and 2008 in C# and the occasional (unfortunate) VB.  I'm used to Windows Forms, and naturally I'm a bit thrown back by WPF....
I have some vb code that gets data(image filenames) from a sql table and loads images. What I need to do is to do this from a file list in a folder...instead of the table example request...
Hi Experts,         I am having problem while using commit and rollback with mysql and vb.net . I am getting following error at the time of calling " cmd.executeNonQuery" "Execute requires...
I am new to MSBuild and am having some trouble figuring out how to recursively exclude folders of a certain name.   I know how to just exclude a certain directory like this <ExcludeFromB...
I have a form with 6 panels and 6 buttons.  How can I display one panel and hide the others when I press a button, and then vice versa.  Here is a sample of my code, but it does not work: P...
Yes I like to split a table within my column I have one column that i like to split 64 oz or 32 floz I like to have the 64 in column and floz or oz in another column. Now i only have one col...
Hi! I have a function that adds items to a  menu in my Toolstrip This is what I have now.     Sub Data_Click(ByVal sender As Object, ByVal e As System.EventArgs)         Dim arrTaxTa...
Hi Experts, I have a codes from pure MFC/C++ code and I want to used it in .Net framework project. Is there a way that I can reused my code from MFC class to .Net project? Can you show ...
In VB6 using MDAC 2.8 I could do a single select statement that would act as either an Insert or an update. Is there a way to do this in ADO.net? My old VB6 code Dim dbData As New ADODB.Conn...
Hi, My application built with studio 2005 is calling another VB application using those lines of code: 'Execute updater Dim psi As System.Diagnostics.ProcessStartInfo = New System.Diagn...
Hi I have 3 integer that represents the year, month days         Dim intYear As Integer = CInt(strYear)         Dim intMonth As Integer = iMonth         Dim intEndDay As Integer = CInt...