-
Panel Control
Hi!
I am making an asp.net application using c# as the codebehind. I have a couple of text boxes, which I want to put under the panel web control, just to give it a better look (a look like 'text boxes under a frame'). The problem is after I put my text boxes under the panel, I am unable to type anything into them. Though, the dropdown box works fine. What's the problem?
-
Re: Panel Control
Check and see if both the panel and the textboxes are enabled.
-
Re: Panel Control
both are enabled.....panel and the textboxes
-
Re: Panel Control
Use HTML Panel for this. it is like div. may be your problem will be solved.
Rajib