User Profile

Collapse

Profile Sidebar

Collapse
konnwat
konnwat
Last Activity: Mar 20 '17, 03:55 PM
Joined: Aug 7 '07
Location: UK
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • konnwat
    replied to HTML in an Access report
    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).
    See more | Go to post

    Leave a comment:


  • konnwat
    started a topic HTML in an Access report

    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
    See more | Go to post

  • konnwat
    replied to ASP.NET C# Table and Buttons
    Okay i fixed it now -_-
    I added

    Code:
    b.ID = "edit" + i.ToString();
    and the server obviously knew which button it was pressing after i gave it an ID :D
    See more | Go to post

    Leave a comment:


  • konnwat
    started a topic ASP.NET C# Table and Buttons

    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";
    ...
    See more | Go to post
No activity results to display
Show More
Working...