Link to home
Start Free TrialLog in
Avatar of Camillia
CamilliaFlag for United States of America

asked on

Adding textbox or label next to panel

I have a panel like this:

<asp:panel grouptext="Customer Info" runat="server" id="pnlCustomer">

This displays the panel like a Legend with text "Customer Info".

-- Now, I want  to add a textbox, or label or a linkbutton next to text "Customer Info".

Anyway to do this?
SOLUTION
Avatar of aibusinesssolutions
aibusinesssolutions
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Camillia

ASKER

yeah, I want to do that CB_Thirumalai is saying. But not in code behind.

As urvinayan says..i want to do that directly. Let me play around with it. I want to add a LinkButton .
i tried this and didnt work:

<asp:Panel ID="pnlOrderNotes" runat="server" GroupingText="Order Notes" & <asp:LinkButton runat="server" Text="Add Note"/> >

Maybe I need to do this dynamically??