Advertisement

Experts Exchange is proud to recognize the top Experts of 2008. Alter egos aside, these Experts are technological superheroes!

 

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

 
Time Tested .NET Solutions: 101 - 125 of 1979
null
Hi,    I encrypted my user passwords while I was doing my user management. I used MD5 hasher to get this thing done.. It is working fine.. Now I need some help from anyone who knows to decod...
Ok, I am extremely confused here :)  I come from a strong Java background (by strong, I mean I have a good understanding on how java works as a OOP language), and recently I have been learning...
I am using a VB 6 DLL, where one of the functions returns a 'string array", as a Variant.  This DLL cannot be changed, as it is integral to another system. I need to convert the Variant, in...
I have a repeater control that contains an hyperlink control bound to a field in a datareader. I want the user to be able to click the hyperlink and have it launch an email on their system. Th...
Hi, I have an application in which I fill a listbox with values from a dataset.  But the listbox is filled with 'system.data.datarowview' although the dataset contains values because I also...
I am using VS.NET and C#. I am trying to inherit from a user control (custom user control). I am getting a null reference exception. Also, I cannot access any of the member variables of the...
Dear Experts: I love this service, as it is especially ideal for asking rather strange and specific questions. This is one that's kinda important to me, but I don't understand why it's happ...
Hi Experts!  I'm looking for vb.net code to terminate a remote desktop connection if one exists.
I have 5 datatables that i get back from 5 various queries (queries that I cannot combine into one). How can I combine those 5 datatables into 1 DataTable so that I can bind it to a grid? ...
I have found a problem with an asp.net app whereby if you select a value in a drop down list that is set to auto postback, and press the escape key just after selecting the value, the selected...
I need to use a variable in some forms, but don't know how to delcare it to be public,global,shared...    Dim doc As XmlDocument = New XmlDocument() any help? thanks.
I am working on a windows froms project which i am using a datagridview control on.   I am populating the grid using a datatable which all works find.   I want to be able to save any changes o...
Hi, I need to know whether it is possible to use integrated security to connect to an instance of sqlserver that exists on a separate server to IIS.  I need the connection to impersonate the...
I am trying to develop a Windows System Service. The problem I am having is in uninstalling my service, so that I can install a new version. When I stop the service, and use InstallUtil /u to ...
I have a DataGridView in VB.NET Winforms. I am dislpaying the data in the DataGridView from the database. The client needs to have the functionality of copying rows from the DataGrid and paste...
Hi ya peeps, Two questions:: 1. Can someone provide me a link or walkthrough to add a button to a datagrid. Here, I am using the .NET inbuilt datagrid. I am developing a windows applicat...
Please Help!! I am trying to create a new process in an asp.net code behind (vb.net) page that will run under the authenticated user! All is well until CreateProcessAsUser() where I get ...
In my web page I have an HTML anchor tag that acts as a bookmark: <A name="bookmark"></A> When a command button on the page is clicked, I do a postback. If certain conditions exist, then...
I have a VB.NET project.  In this project I have a schema.xsd file.  I would like to generate a .cs file to go with the .xsd file.  I've found here on EE and other places talk about right clic...
Hello, I have a string that holds a SQL statement that will eventually be executed by a SqlDataAdapter. ... Dim strSQL As String ... strSQL = "SELECT " strSQL &= "CONVERT(VARCHAR(15),...
Hi, I need to open an existing worksheet that comprises of 3 sheets and that sits on the host server,say: \\myserver\dir1\dir2\myworksheet.xls. The application runs on the same host. What ...
hi, ..i've made a windows service in which i keep watch on a particular directory and whenever a file is Created in that directory i'm running a code to enter the details in the SQLDB... i...
I am building a dynamic Query String in ASP.NET, using VB.NET for the code behind. My String looks like this(to be used in the ASPX page): strURL="http://www.mysite.com/abc.aspx?x=5&y=10...
I would like the row to be highlighted when a cell is clicked in the DataGridView control. I am using VB.NET 2005 Express Edition. The following code was posted on a previous thread in EE,...
The code is the next one: Dim oXMLDocument As system.XML.XmlDocument oXMLDocument = New system.XML.XmlDocument() oXMLDocument.Load(URL) URL is the url of an asp site that has integrate...