Has anyone built a site that has integrated the real estate MLS database into a personal realtor's web site?
I have a prospective client who wishes to have this functionality and I need some advice on where to find info on doing this...Any assistance you can provide will be greatly appreciated!
I need help with allowing users to select a button or link to return to the previous page, much the same way that IE Back Button works. Does anyone know how to do this in an HTML page? I don't want to have to reload the previous page with values, but just to return to the previous page...
I have a form that requests 2 separate addresses (addr1,addr2,city,state,and zip fields). As a user enters keyboard strokes into the street address field, I'd like it to also populate the street address field for the second street address area. The user should be allowed to modify the second...
I'm trying to transfer records from one listview control to another. Here's the logic:
Dim itmX as listItem
For Each itmX In lvwGrps.ListItems
If itmX.Selected = True Then
PopulateGroupAdd itmX.Text, itmX.SubItems(1)
lvwGrps.ListItems.Remove itmX.Index...
I've created a program that creates envelopes using word by passing in the recipients name. No matter what I've done, I can not get the program to release the word doc. from the system memory. What ends up happening is there are 13 open word documents when the code completes it's course through...
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.