Click here to Skip to main content
15,903,012 members
Home / Discussions / ASP.NET
   

ASP.NET

 
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 
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 
hi dear i am doing this but the textbox is not being shown in the form.

Dim txt as textbox
Txt = New TextBox
Txt.ID = "SubmitBtn"
Txt.TextMode = TextBoxMode.MultiLine
Txt.Height = New Unit(UnitType.Pixel, 24.0)
Txt.Width = New Unit(UnitType.Pixel, 250)
PlaceHolder1.Controls.Add(Txt)
I am using place holder. when i dont give any height and width i get the textbox but it is small. and i want a bigger textbox.

Mohinder Singh

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 
QuestionDBCombo Replacement Pin
Sam Heller16-Mar-07 0:32
Sam Heller16-Mar-07 0:32 
AnswerRe: DBCombo Replacement Pin
-Dr_X-16-Mar-07 10:52
-Dr_X-16-Mar-07 10:52 
Questionopener.document.f.prodname is null or not an object. Pin
MissionSuccess16-Mar-07 0:13
MissionSuccess16-Mar-07 0:13 
AnswerRe: opener.document.f.prodname is null or not an object. Pin
N a v a n e e t h16-Mar-07 0:27
N a v a n e e t h16-Mar-07 0:27 
Questioncheckbox + asp.net 2.0 + c# Pin
ritu432115-Mar-07 23:41
ritu432115-Mar-07 23:41 

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.