Is it possible for a web app developed/maintained in Visual Studio 2003 (.Net 1.1)... to run on ASP.Net 2.0 ?
(Looking for a way to run on ASP.Net 2.0 but NOT have to convert the app to Visual Studio 2005...)
Thanks
Hi Guys,
Neophyte here.
I have a couple of radio buttons within a panel on the screen.
I need to perform the equivalent of a radiobutton2.PerformClick() to simulate radiobutton2 being selected in an initialization routine.
Unfortunately,I cannot use the radiobutton2.PerformClick() method, as...
Hi,
I have searched for this, but couldn't find a specific answer to this:
(Upon some event), I want to temporarily save the background color of a button (whatever that color may be) to a variable, and then, (based on some other event) I want to restore the button's color to the previously...
Hi folks,
Re: VS2010 and CR, I have posted a question (Conditional Printline?) in the "Business Objects: Crystal Reports 4 - Other Topics" forum. As I see that there are experts hanging out here too, please accept my humble invite to visit there as well, as I am hopeful for a solution. Please...
I'm using Visual Studio 2010 and Crystal Reports for Visual Studio. I'm a newbie to this environment. I have searched for the answer and couldn't find it.
Is there a way to suppress the printing of an individual print line if it is blank?
Details: I have a report where in a particular...
(Sorry if this has already been answered - I tried searching for this but couldn't exactly find this situation.)
Environment: VS 2005 / VB 2005
It appears that the "Option Strict" setting takes effect only when the project is initially created - if you change its setting later on an existing...
I should know this, but don't remember and can't seem to find a definitive answer:
1. What is the initial state of WORKING-STORAGE items with no VALUE clauses? Or, in other words, if I have something like this in WORKING STORAGE, can I reliably depend on it to have an initial value of spaces...
It appears that in our ancient MicroFocus COBOL Windows/DOS environment, when you have a file defined as LINE SEQUENTIAL (records delimited by carriage-return, line-feed), with a minimal FD and no RECORD CONTAINS clause:
1... when you READ a record that is shorter than what is defined by the...
I'm a VB newbie with a COBOL background, and I see that a VB Structure is a way to simulate a COBOL FD (record layout of fields).
I am working on a program to use a loop to read an input textfile one record at a time, process certain fields in the record, and write out the updated record to an...
When I drag a ListView control to the form and set the View property to "Details" and then go to the Columns (Collection) property to set up the column headers, on the first column header, it will not allow me to specify anything other than "Left" for TextAlign, although I can select Left, Right...
Simple question from an old COBOLer / VB newbie:
What is a concise way to convert an integer to a string such that the resulting value in the string is 4 characters long, right adjusted with leading zeros suppressed (converted to spaces)?
The value will vary from 1 to 9999, and I want it to...
In case you missed it, an earlier post reported that MicroFocus bought Acucorp.
Alright all you talking heads, it's time for you to weigh in on what all this means, etc., and to wax philosophical.
I'm looking for a public web-site, etc. that has a soft-copy list of the common/standard (ANSI?), platform-agnostic error message numbers/codes and their meanings/descriptions.
I need to email/share it with the help desk at another location.
A quick search did not turn one up. Does anybody...
Two Newbie Questions to which I could not find existing answers:
1) I see in MSSQL2000, in the sample Pubs database, the roysched table and the discounts table have no primary keys? Isn't this a relational best-practice no-no? In other words, shouldn't you always have a primary key, even if...
Used to be, In VS 2002, when I began to enter code to define a new Property procedure it would automatically generate and show a Get, End Get, Set, and End Set as well as an End Property statement.
Now, in VS 2003, it will only generate the End Property and will flag my property name, saying...
Is there a way in Visual Studio to have your source code in this format:
Dim dTotal As Decimal
Dim dGrandTotal As Decimal
Dim dCount As Decimal
instead of:
Dim dTotal As Decimal
Dim dGrandTotal As Decimal
Dim dCount As Decimal
?
Pardon if this has been asked before:
With years of COBOL experience, I am now learning VB6 at home using VB6 on my personal Windows 98 PC, along with a half-dozen or so VB6 textbooks. I need some opinions:
1) Do I really need to learn VB.NET, or are there still sufficient opportunities for...
I am maintaining an indexed file using an antiquated compiler, etc. and terse doc, on a Unix system. The indexed file has a primary record key and a couple of alternate record keys whith dups allowed. The alt keys DO NOT contain the primary key. There are "parent" records and...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.