I've been working in Visual Foxpro forever and I've just recently learned VB.Net for windows forms and gotten pretty good at that. Now, I've spent the last week trying to learn web form development in VB.Net and can't figure out what's going on... What looks and works great under "View in Browser" blows up on the Intranet. All of the labels, textboxes and buttons disappear. At one point I had everything disappearing under "View in Browser", but then I figured out I was using the wrong set of controls. Then I got it to where things looked good in the browser preview but disappeared when I hit F5 for a test run. Now, things that look good in the preview AND run on F5, disappear on the Intranet. I understand that stumbling is ok, so long as you're stumbling forward. At this point though, I don't have time for stumbling. I need to get this one up right away. ======== Stewart
I
Isaiah25
@Isaiah25
Posts
-
Web Form Newbie -
Array displayI am trying to figure out a couple of things, and could use some help. I've got a project (VB.NET) that calculates loan payments and need to modify it so that it will calculate and display a full amortization schedule, using an array. #1: Has anyone done this, and have a working for/next/loop (or something else) that you might share? #2: What control would be most appropriate for displaying the results? I'm thinking that a DataGrid would look good and provide nice scrolling functionality, etc., but I don't know how to bind a DataGrid to an array. ======== Stewart