Hi,
How do i convert this code from vb 6.0 to vb.net
Type AutoRunDetails
Name As String
doControls As Boolean
ReportTotal As Integer
ReportType(1 To 20) As String
...
Hi,
I am getting an error
System.Web.HttpException: Request timed out when our application runs on .net framework v2.0.50727.
_________________________________________________________...
I have tried looking through EE as well as Google and cannot figure out how to convert the MySQL datetime format to an RFC-822 Valid date for an RSS feed using ASP.NET VB (VB.NET). MySQL Date...
Hi,
I am using trying to use List of <T> generics in C# ASP.NET 2.0. In my code I have a a method that returns a list of objects with the following definition. Something like
public stati...
I am writing an application in VB.NET 2005 framework 2.0. I have a treeview that I've named TV_UdxScans that is populated upon the Form_Load with the names of files from a folder search for fi...
Hi
I've got a dataset on windows form. It is navigated using the default BindingNavigator control.
I'd like to navigate the binding source using a horizontal scroller instead of BindingNavig...
This is probably easy but I just can't figure it out. I'm trying to create an XmlDocument object with a default namespace, so I can add all of my internal elements and have them automatically...
Hello,
How would I achieve this:
"SELECT Names from SomeTable" populates a 1-d array called CustomerNames
That array remains even though the user changes pages etc... Its pretty much ...
I am creating a Web Browser application in C#.net 2.0
I am using WebBrowser control that has been provided with C#.
I want that when my application runs. it should disable or block IE.
Hi everyone,
Have a couple of questions. First, the details: this page contains a Tab Control which contains two Tab Panels. One tab panel says 'add', the other 'view/edit'. The add one a...
i am developing within a large already developed framework and want need to pass lets say 3 values between procedures. the number of values may varry. i would like to pass some kind of key val...
I did microsoft update and microsoft .net framework 2.0 service pack1 will not fully install what do i do?
Using ASP.NET 2.0, Ajax
I have a page with a GridView within an UpdatePanel. The GridView has custom paging so I've used the UpdatePanel to do the Asynch postback to get the updated data w...
I would like an external target URL to be assigned to this field when it autopopulates. However, I can't find a field option for this inside gridview -> edit columns, etc. Any suggestions.
Hi.
I've a managed C# dll that creates an object that make use an unmanaged VC++ dll. Currently I only create one object, and all interaction with the unmanaged dll is via dllimport COM cal...
I'm having some issues with a Sybase product which depends on Microsoft .NET Framework Version 2.0 Redistributable Package. Sybase Tech Support claims I don't have Microsoft .NET Framework Ver...
I created a listbox and a button. The listbox gets filled with items by a databind with a database. What I want to do is have the end user select an item in the listbox, then press the butt...
I am installing .net framework application on server with file system fat 32.
But gives error message --
"HTTP 404. The resource you are looking for (or one or its dependencies) could have...
I need to execute a javascript function when a page loads for the first time. I need it to only execute on the first page load and not on postbacks. Therefore, the way I see it, the code tha...
I have what is in effect 2 different issues that I believe must be related because the technique that I am using is the same. I have a simple form with a simple databound DataGridView. One o...
I am trying to write to a file using System.IO.StreamWriter, and i need to use the "writeline" portion but need to put a text string into a file, with quotes. However, when trying to use doubl...
hello,
I am having a problem reading the registry. The following line returns NULL.
RegistryKey key = Registry.LocalMachine.OpenSubKey(@"SOFTWARE\MyCompany");
Windows XP 64 bit
IIS ru...
when users to to use RWW on our SBS they get this message:
Server Application Unavailable
The web application you are attempting to access on this web server is currently unavailable. Pl...
I am using an ASP.NET application that builds an Excel workbook. It ran fine in my development box, however, when I ran it on the server I got the following error:
Could not load file or as...
How do I get the url of the previous page in ASP.Net in the code behind (C#).
I need to make a descision in the code based on what page the current page came from.