I have an intranet site that I am creating for the company I'm working for. I've dabbled in VB a little so I'm learning as I go. The page authenticates the user on the domain and checks if you are in the intranetadmin group. If you are then a link shows up on the master page that opens a content page I have as admin. There are 2 text boxes there that correspond to 2 list boxes on another content page. The admin will need to update the message in one of the text boxes and have that update the list box (could be a text box though...) on the start page. I am using an SQL database which saves what they enter as a string. When the string is displayed in the list box it shows on one line and a lot of it gets cut off. I'd rather do something that will allow some formating of text (Rich Text Box?) I don't need to use the SQL connection and I can probably code the content page to enable or disable the control depending on ...
Go to the complete details ...