User Profile

Collapse

Profile Sidebar

Collapse
FEOL
FEOL
Last Activity: Jun 15 '16, 08:34 PM
Joined: Jun 9 '16
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • FEOL
    started a topic Refresh textbox with a MsgBox()

    Refresh textbox with a MsgBox()

    Hi.
    In a web form I have this code in VB, on the button_Click event:
    Code:
    Text1.text = "1"
    Text2.text = "2"
    MsgBox("OK?", MsgBoxStyle.Information, "Cancel")
    The MsgBox displays but the textboxes doesn't refresh. What am I missing?
    Thanks.

    (Sorry, I posted in the wrong forum, is VB not c#)
    See more | Go to post
    Last edited by FEOL; Jun 15 '16, 07:36 PM. Reason: Wrong forum.

  • FEOL
    replied to How to span <asp:TableRow>
    in .NET
    Very Sorry :( Now I know how. Thanks.
    See more | Go to post

    Leave a comment:


  • FEOL
    started a topic How to span <asp:TableRow>
    in .NET

    How to span <asp:TableRow>

    Hi.

    I want a <asp:Table> that looks like this:

    Code:
    |----|----------|
    |    |----------|
    |    |----------|
    |----|----------|
    How can I span a <asp:TableRow >?

    Thanks :)
    See more | Go to post
No activity results to display
Show More
Working...