Advertisement

Over 40 Experts attended the first Annual Core Conference! Take a look at what happened throughout the week...

2008 Core Conference

 

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

 
Top .NET Solutions: 251 - 275 of 293
 
i am working vb.net desktop application, i am very new in LDAP so i have a problem to authenticate user group in LDAP, since i have authencated user, for user authentication i write this code ...
I have a db that was built by someone.  It works when on the local computer but when I put it on the network Iget an error that states: Application attempted to perform an operation not al...
I have a vb .net 2.0 application that I need to call a Perl script and pass some arguments to it.     One of the problems I have is that the Perl script will prompt the user with a y/n questio...
I am working on the Windows application made in C# 2005 and in this I want to crystal report for reporting and i want creating dataset which should be passed to Crystal report through coding ...
Hi Experts!  I have a vb.net forms app with a textbox.  An external app has the hWnd pointer to the text box handle.  When the external app writes to the text box, I can see the new text, howe...
How to command in sql select? OR Any proper sql command with hashtable/arraylist eq: SELECT id FROM xtable WHERE id NOT IN (hashtable) OR SELECT id FROM xtable WHERE id NOT IN (arraylist...
Hi :    I am trying to read in a csv file (below).The problem is that the dataset shows that a decimal value stored as a text is truncated i.e. 3.1 was read in as 3. How do I fix this issue...
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 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 tried to write like this first...   It didn't work.         Dim ctx As HttpContext = HttpContext.Current         Dim webEx As String = ctx.Error.ToString()                         If ...
Hello, Experts, I have a custom control (i.e. inherited from Control) that contains a Label.  When I apply the Scale method to this custom control, all of the contained controls also scale ...
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...
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 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 ...
I'm trying to get a Spooled Document sitting in the print queue as paused to convert to a text or XML file. I have a program written in VB.NET which monitors a particular print queue. When...
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...
Anyone know what this would be in VB.net? public static class Pagination     {         public static PagedList<T> ToPagedList<T>(this IQueryable<T> source, int index, int pageSize)     ...
If I supply a strong-named assembly as an API for someone to develop against, and I re-supply that assembly - i.e. a new version - then any code that references that assembly will have to be r...
Hi there! Today I have a understanding problem due to my little knowledge to ActiveX and Windows Forms in Visual C# 2005. Let me try to explain you my problem in hope to get an understand...
I have a .NET .exe file that I want to start as a service. How do I do this?