Advertisement

Experts have come up with some helpful tips for getting a solution to your problem fast.

 

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

 
Time Tested .NET Solutions: 501 - 525 of 4820
 
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 guys.... Im having trouble viewing my report in visual studio 2005 for asp.net (c#) I have followed all the steps using a DataSet in VS2005 Crystal Reports Walkthough http://ww...
Can someone give me step by step Instruction on how to create  five(5) crystal Reports, store it in Database Table and create a windows form application with a buttonClick for users to  select...
I am FTPing a big zip file 1.5gb, using FTPwebrequest method and i get the error System.outofmemoryexception was thrown at system.string.getstringforstringbuilder:Error Do u know what i ne...
I have a CascadingDropDown  on my page and it works fine but when I Bind it to my SqlDataSource and try to update the database it throws an error. Aftersome research into the problem I found t...
HI, Can I Add Windows Forms to TabPages Dynamically? I want my application to show all window forms to TabPages. My logic is create a Main TabControl and everytime my program open a new fo...
I'm close but I can't get this to work.  I'm trying to access a remote registry and map a network drive. The following code connects to the remote registry, loads the remote users hive and th...
Hello, I have a listview control on my dialogbox  that will at times be populated with 10,000 items. When my dialogbox opens there is a delay while the data is fetched from the sql server and ...
Experts, I have a DataGridView, DataSet, and the DataView that the Sort was applied to... All is OK. Now the trouble.. I need to insert a new Row(s) after specific data is found that match...
Does anyone know if there is an application that will convert VBScript to VB.NET or if there is a conversion chart that will show you what namespaces/methods/properties will map over from VBSc...
How do I install Microsoft.Vbe.interop in the GAC? I have plublish a program that works on my workstation but when I go to install it on another workstation I get the following error: ...
Hello, I have a requirement to populate a datagridView (no Datagrid on Windows Apps) with data coming in from a MS Access Table. I have the following code but my DataGridView is displayed...
I have a Gridview that lists out a number of records displayed as labels. I am then using a button click even to redirect to another page. I would like to extract the text values from two of t...
hi all, i have a grid view which include a drop down list, when every time i pull out data from database, i want to assign the value to that dropdownlist. i like to do something like this...
I use sqldatareaders to traverse records,  I run into trouble when I have more than one user hitting this function at exactly the same time, this happens randomly, at times seems to be wor...
Is there a way to get the column name of a specific column in a datatable? Example:             Dim TmpTbl As DataTable             TmpTbl = Database1.MySQLget("SELECT Tbl_Groups.GroupID,...
I am working on a VB.NET program that will be run by a domain user.  In order to create a folder in a secure location, I am temporarily impersonating a user that has Full Control to the fold...
Hi experts, I have a comma delimited file with three fields, I am uploading it through an ASP page which works fine but I need to load the data into a dataset (with 3 fields of course). Now...
For some reason this XML code isn't parsing my treeview correctly. It stops after the first node. I've added a For Next loop around the ie.MoveNext and it willl at least get all the nodes but...
I use sessions for storing user data in a variable when I have users log in to an application and was just wondering were the sessions gets stored and how I could remove the sessions in code a...
I'm trying to write a little app that opens a text file and displays the contents of the text file in a RichTextBox and then use a picturebox to display the line numbers. I'm not sure if this ...
Hi I am programticaly creating GridViews, up to 200, im using ajax to they arent all present at once! I have created a gridview in designer, with all the bound fields etc that I need, W...
Hi, 1. I have added different numbers of tasks(any .txt, .exe, .jpg etc) added in listview now the main query left is how to add that task to windows service? 2. I have the time field in l...
I'm writing a console app to monitor 5 instances of a process.  The target process I want to monitor is an application that I wrote.  I'm using the Management namespace to get the percent CP...
I have SQLNet installed on my web server. If drag and drop an OleDbConnection to my page with vs.Net, every think works. Testing connection is successful. If I create the connection by mysel...