Click here to Skip to main content
15,891,513 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Datepicker problem Pin
Siva Subramanian2-May-06 5:09
Siva Subramanian2-May-06 5:09 
GeneralRe: Datepicker problem Pin
macca242-May-06 5:31
macca242-May-06 5:31 
GeneralRe: Datepicker problem Pin
J4amieC2-May-06 5:53
J4amieC2-May-06 5:53 
GeneralRe: Datepicker problem Pin
Siva Subramanian2-May-06 6:24
Siva Subramanian2-May-06 6:24 
QuestionDataGrid Pin
Siva Subramanian2-May-06 4:31
Siva Subramanian2-May-06 4:31 
AnswerRe: DataGrid Pin
sathish s2-May-06 19:49
sathish s2-May-06 19:49 
QuestionProblem with showing image pop out on mouseover.. Pin
MudkiSekhon2-May-06 4:05
MudkiSekhon2-May-06 4:05 
QuestionAdding Controls to a Panel Vertically Pin
hasanali002-May-06 2:37
hasanali002-May-06 2:37 
I am adding two cotrols to a panel. Currently, the controls are appearing next to each other. I want the second control to appear at the bottom of the first one. For instance, currently, they appear as: 'Label' 'Checkbox'.

However, I want them to appear as:
'Label'
'Checkbox'

How do I do this?

I have this code:
Panel panel = new Panel();
Label pr = new Label();
pr.Text = "some text";
panel.Controls.Add(pr);

CheckBox BasketCheckBox = new CheckBox();
panel.Controls.Add(BasketCheckBox);

Kind regards
AnswerRe: Adding Controls to a Panel Vertically Pin
hasanali002-May-06 23:28
hasanali002-May-06 23:28 
QuestionDropdownlist Pin
jaikrishna2-May-06 2:28
jaikrishna2-May-06 2:28 
AnswerRe: Dropdownlist Pin
Paddy Boyd2-May-06 2:42
Paddy Boyd2-May-06 2:42 
GeneralRe: Dropdownlist Pin
jaikrishna2-May-06 22:58
jaikrishna2-May-06 22:58 
GeneralRe: Dropdownlist Pin
Paddy Boyd2-May-06 23:03
Paddy Boyd2-May-06 23:03 
Questionplz solve my Prob Pin
Balavardhan2-May-06 2:06
Balavardhan2-May-06 2:06 
AnswerRe: plz solve my Prob Pin
Paddy Boyd2-May-06 2:44
Paddy Boyd2-May-06 2:44 
Questionhow to upload folder from client to server Pin
hemaneelagiri2-May-06 1:58
hemaneelagiri2-May-06 1:58 
AnswerRe: how to upload folder from client to server Pin
CWIZO2-May-06 2:50
CWIZO2-May-06 2:50 
Questiondiff. amoung DataSet, DataView, Repeater Pin
raghuvarma2-May-06 1:53
raghuvarma2-May-06 1:53 
AnswerRe: diff. amoung DataSet, DataView, Repeater Pin
Guffa2-May-06 2:13
Guffa2-May-06 2:13 
Questiondiff. amoung DataSet, DataList, Repeater Pin
raghuvarma2-May-06 1:52
raghuvarma2-May-06 1:52 
QuestionFolder Access rights Pin
Ziaous2-May-06 1:17
Ziaous2-May-06 1:17 
QuestionCreate table at run time on ASP.NET Pin
Balwan2-May-06 0:42
Balwan2-May-06 0:42 
AnswerRe: Create table at run time on ASP.NET Pin
Dinuj Nath2-May-06 20:17
Dinuj Nath2-May-06 20:17 
QuestionHow can we add html code dynamically from code behind page ? Pin
MudkiSekhon2-May-06 0:31
MudkiSekhon2-May-06 0:31 
AnswerRe: How can we add html code dynamically from code behind page ? Pin
NeverHeardOfMe2-May-06 0:53
NeverHeardOfMe2-May-06 0:53 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.