Click here to Skip to main content
15,900,906 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: What is the difference between HTTP GET and POST method? Pin
ca8msm16-Mar-07 0:57
ca8msm16-Mar-07 0:57 
AnswerRe: What is the difference between HTTP GET and POST method? Pin
N a v a n e e t h16-Mar-07 0:59
N a v a n e e t h16-Mar-07 0:59 
GeneralRe: What is the difference between HTTP GET and POST method? Pin
crazy_mads16-Mar-07 1:09
crazy_mads16-Mar-07 1:09 
GeneralRe: What is the difference between HTTP GET and POST method? Pin
crazy_mads16-Mar-07 1:57
crazy_mads16-Mar-07 1:57 
AnswerRe: What is the difference between HTTP GET and POST method? Pin
Member 14764239-Feb-10 8:16
Member 14764239-Feb-10 8:16 
Questionadd control at runtime Pin
vengaqua16-Mar-07 0:40
vengaqua16-Mar-07 0:40 
AnswerRe: add control at runtime Pin
ca8msm16-Mar-07 0:43
ca8msm16-Mar-07 0:43 
AnswerRe: add control at runtime Pin
Sandeep Akhare16-Mar-07 1:26
Sandeep Akhare16-Mar-07 1:26 
Its very simple you have height and width property to control
e.g for TextBox
TextBox txt = new TextBox();
txt.ID = "ControlID"
txt.Width = 50;
txt.Height = 23;
panelSample.Controls.Add(txt);

if you don't have then use style sheet i.e css file and give class name to cssClass property of the control

Thanks and Regards
Sandeep

If you want something you never had,
do something you have never done!


GeneralRe: add control at runtime Pin
RichardGrimmer16-Mar-07 2:22
RichardGrimmer16-Mar-07 2:22 
GeneralRe: add control at runtime Pin
Sandeep Akhare16-Mar-07 2:31
Sandeep Akhare16-Mar-07 2:31 
GeneralRe: add control at runtime Pin
vengaqua16-Mar-07 20:21
vengaqua16-Mar-07 20:21 
GeneralRe: add control at runtime Pin
vengaqua16-Mar-07 3:05
vengaqua16-Mar-07 3:05 
QuestionRe: add control at runtime Pin
vengaqua16-Mar-07 3:25
vengaqua16-Mar-07 3:25 
QuestionExtending the Textbox Control in ASP.Net using C# Pin
Neeraj Kr16-Mar-07 0:40
Neeraj Kr16-Mar-07 0:40 
AnswerRe: Extending the Textbox Control in ASP.Net using C# Pin
ca8msm16-Mar-07 0:52
ca8msm16-Mar-07 0:52 
GeneralRe: Extending the Textbox Control in ASP.Net using C# Pin
Neeraj Kr16-Mar-07 1:16
Neeraj Kr16-Mar-07 1:16 
GeneralRe: Extending the Textbox Control in ASP.Net using C# Pin
ca8msm16-Mar-07 1:19
ca8msm16-Mar-07 1:19 
GeneralRe: Extending the Textbox Control in ASP.Net using C# Pin
Neeraj Kr16-Mar-07 1:22
Neeraj Kr16-Mar-07 1:22 
GeneralRe: Extending the Textbox Control in ASP.Net using C# Pin
ca8msm16-Mar-07 1:29
ca8msm16-Mar-07 1:29 
AnswerRe: Extending the Textbox Control in ASP.Net using C# Pin
N a v a n e e t h16-Mar-07 2:07
N a v a n e e t h16-Mar-07 2:07 
QuestionASP.Net web application not opening. Pin
krishna1916-Mar-07 0:39
krishna1916-Mar-07 0:39 
AnswerRe: ASP.Net web application not opening. Pin
N a v a n e e t h16-Mar-07 1:01
N a v a n e e t h16-Mar-07 1:01 
Questionbeginner- suggest me an .net & asp.net Tutorial Pin
Tech_spidy16-Mar-07 0:38
Tech_spidy16-Mar-07 0:38 
AnswerRe: beginner- suggest me an .net & asp.net Tutorial Pin
badgrs16-Mar-07 0:43
badgrs16-Mar-07 0:43 
AnswerRe: beginner- suggest me an .net & asp.net Tutorial Pin
ca8msm16-Mar-07 0:47
ca8msm16-Mar-07 0:47 

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.