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.

 
Top .NET Solutions: 276 - 298 of 298
null
I am having the problem while creating an object and adding it to the array list I am getting an error on this line                 'ADDING THE SINGLE INSTANCE OF OBJECT IN TO THE OBJ...
I need a good recomendation for software package for recurring credit card billing that either has a simple .net API, or Web Services.
Hi, Does anyone know what version of .net Sage Accounts 2007 requires?
Hi, I wish to pull data from an sql table that matches an ID number entered by the user and then that information to be inserted intp the relevant textboxes. But I'm not sure how to do that. H...
Hi, I have created a COM component using vb.net. I would like to know what I need to do so that I can distribute it along with my installation program, is just registering using regasm will d...
Does Case Not work?  Like if I wanted the condition to trigger on every county except Calhoon? select Case county     case not "Calhoon"        do something end select
Hello, I'm trying to catch an null ref exception if the url that the page that enter in does not exist. here is my code:   if (sName.Length > 0)             {                 //Get Id Fro...
hi, i am configuring the membership example of asp.net. below my web config: it is giving me an error at the roleManager config. what can be here the solution. the db aspnetdb is installed...
Hi I am trying to do some Error handling using the code below. The problem I am having is trying to display the full error in a textbox. I am trying to use the "Server.GetLastError.Inne...
I have  dataview that i use as the datasource for a gridview on an ASP .Net web page. There are multiple sort options within each column. Most of the time the sorting works fine, but i have ru...
I have written a program which opens up Microsoft Word. When this 'calling' program is shutdown I would like a way to test whether any open instances of Microsoft Word were opened by my progra...
I have a VB NET application. In a form I am building some charts, using XTRACHARTS library. All objects inside of that form, was declared PRIVATE. When I close the form, I need to gua...
I have a listview that is populated from a database. I need to be able to drag an item from the listview to a treeview and perform subsequent operations. Everything works fine except... H...
Hello, I have a web application where call center reps enter information about the caller. They want the app to capitalize the first and last name after entering them. I made the text box p...
Hello Experts I have a webform that I need to print with a one click solution without the use of the client's print dialog box.  On my webform the user submits the page and some info is sto...
Hi How can I access my getquery  function from businesslayer in my userinterface aspx.vb page so that it returns a dataset.  Public Function getquery(ByVal parm1 As String, ByVal parm2 ...
.Net 2.0 framework with an  MS Access backend?  Advantages and disadvantages - advice, etc?
I am programming in visual studio 2008.  I have try-catch blocks implemented throughout my project. However, is there a way to catch and trap errors that occur outside these blocks? I THINK ...
Here is my mode.I am adding usercontrol to asp:table tag dynamically.AI want to add br tag after each user controlhas been added to the table.User controls arr added to the table acccording to...
How do I change the file location in IIS under the .net tab to point to another directory/file?
Can someone explain in detail how I can build a stored procedure insert, select for a given table in visual studio that the connection is using oracle. I would like to create it in visual s...
Hi,      I have a control which I need to know the ID for at run time because I'm going to be doing some javascript manipulation, using the document.getDocumentById function in javascript. ...
I am trying to get a unique ID of some type attached to a windows logon.  It needs to be unique to and for teh duration of 1 logon session.  My understanding is that there is a Logon Identifie...