Click here to Skip to main content
16,004,977 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: asp.net scheduler Pin
minhpc_bk1-Oct-06 15:23
minhpc_bk1-Oct-06 15:23 
QuestionImporting Classes Pin
malockin29-Sep-06 22:00
malockin29-Sep-06 22:00 
AnswerRe: Importing Classes Pin
minhpc_bk1-Oct-06 15:28
minhpc_bk1-Oct-06 15:28 
GeneralRe: Importing Classes Pin
malockin1-Oct-06 21:11
malockin1-Oct-06 21:11 
GeneralRe: Importing Classes Pin
minhpc_bk1-Oct-06 21:39
minhpc_bk1-Oct-06 21:39 
Questiondatabase problem... Pin
MaSTaMaRViN29-Sep-06 21:33
MaSTaMaRViN29-Sep-06 21:33 
QuestionCannot Debug my project!!pls help Pin
SIJUTHOMASP29-Sep-06 21:25
professionalSIJUTHOMASP29-Sep-06 21:25 
Questionhow to fix textbox size using "%" [modified] Pin
Sreekumar P P29-Sep-06 21:24
Sreekumar P P29-Sep-06 21:24 
hi i have a text box that gets its text vlaue after a postback. However, if the text is of a long string, my textbox too growing with text. how to fix it static but with a "%" unit.

----

<asp:textbox id="txtCommitteeNameMYS" runat="server" width="100%" cssclass="TextBox">
-----
Initial display is fine. But after a round trip it changes based on the size of the text assinged.

txtCommitteeNameMYS.Text = e.Item.Cells[3].Text;

It is perfect when the textbox Text is having a small string value like "ABC COMMITTEE". But if the text is bit long like "COMMITTEE FOR HUMAN RIGHTS VIOLATION TOWARDS WOMEN & CHILDERN", text box also grows with no wrap to the text.

I want my textbox width to have a 100% fit in the 22% td of its container table.

Strange -- noticed that the problem is not available if direction is RTL..
any idea ??



Sreekumar PP


-- modified at 10:57 Saturday 30th September, 2006
AnswerRe: how to fix textbox size using &quot;%&quot; Pin
Arjune7-Oct-06 6:04
Arjune7-Oct-06 6:04 
QuestionHow to use Panel in a web form Pin
dany.s29-Sep-06 19:53
dany.s29-Sep-06 19:53 
AnswerRe: How to use Panel in a web form Pin
minhpc_bk1-Oct-06 15:16
minhpc_bk1-Oct-06 15:16 
QuestionHow do I call a public function in another page??? Pin
code-frog29-Sep-06 17:48
professionalcode-frog29-Sep-06 17:48 
AnswerRe: How do I call a public function in another page??? Pin
Sreekumar P P29-Sep-06 21:33
Sreekumar P P29-Sep-06 21:33 
GeneralRe: How do I call a public function in another page??? Pin
code-frog30-Sep-06 18:23
professionalcode-frog30-Sep-06 18:23 
AnswerRe: How do I call a public function in another page??? Pin
minhpc_bk1-Oct-06 15:15
minhpc_bk1-Oct-06 15:15 
QuestionAssigning one instance of user control to another Pin
K.P.Kannan29-Sep-06 17:37
K.P.Kannan29-Sep-06 17:37 
AnswerRe: Assigning one instance of user control to another Pin
minhpc_bk1-Oct-06 15:12
minhpc_bk1-Oct-06 15:12 
QuestionConvert DateTime Pin
shapper29-Sep-06 14:52
shapper29-Sep-06 14:52 
AnswerRe: Convert DateTime Pin
Guffa29-Sep-06 15:30
Guffa29-Sep-06 15:30 
GeneralRe: Convert DateTime Pin
shapper29-Sep-06 17:13
shapper29-Sep-06 17:13 
GeneralRe: Convert DateTime Pin
Guffa29-Sep-06 23:35
Guffa29-Sep-06 23:35 
QuestionGet N words of a string Pin
shapper29-Sep-06 14:45
shapper29-Sep-06 14:45 
AnswerRe: Get N words of a string Pin
Not Active29-Sep-06 15:39
mentorNot Active29-Sep-06 15:39 
GeneralRe: Get N words of a string Pin
Guffa29-Sep-06 22:51
Guffa29-Sep-06 22:51 
GeneralRe: Get N words of a string Pin
shapper30-Sep-06 2:13
shapper30-Sep-06 2:13 

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.