Never mind :p I found out myself.
It was because I needed to set the Text Box to Rich Text format. That works with HTML (I assumed it wouldn't).
User Profile
Collapse
-
HTML in an Access report
Hi, I have a report that displays some text given from a database, base on a search.
In the 'Detail' section, I have all the columns. One of then is just 'notes' and the database has html text here, so is it possible to display as html in that box? At the moment it's just a Label that actually displays the tags.
Thanks in advanced -
Okay i fixed it now -_-
I added
and the server obviously knew which button it was pressing after i gave it an ID :DCode:b.ID = "edit" + i.ToString();
Leave a comment:
-
ASP.NET C# Table and Buttons
This is the strangest bug I have ever seen with ASP.NET. I've got a table that is programaticly made using C#. Everything works fine, i get a table with a list of emails from a database, i click edit and all the Labels turn into TextBoxes on that row where i clicked edit.
...Code:TableCell cell5 = new TableCell(); Button b = new Button(); b.Text = "Save";
No activity results to display
Show More
Leave a comment: