Click here to Skip to main content
15,888,908 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: spacebar problem for insertion Pin
roshid23-Mar-09 20:06
roshid23-Mar-09 20:06 
QuestionHelp needed in finding control Pin
The Pod23-Mar-09 16:14
The Pod23-Mar-09 16:14 
AnswerRe: Help needed in finding control Pin
Cybernate24-Mar-09 10:45
Cybernate24-Mar-09 10:45 
QuestionASP.Net Multiline Text Box Pin
Ryan Fleming23-Mar-09 4:39
Ryan Fleming23-Mar-09 4:39 
AnswerRe: ASP.Net Multiline Text Box Pin
Rutvik Dave23-Mar-09 9:57
professionalRutvik Dave23-Mar-09 9:57 
GeneralRe: ASP.Net Multiline Text Box [modified] Pin
Ryan Fleming23-Mar-09 16:44
Ryan Fleming23-Mar-09 16:44 
GeneralRe: ASP.Net Multiline Text Box Pin
Rutvik Dave24-Mar-09 4:24
professionalRutvik Dave24-Mar-09 4:24 
GeneralRe: ASP.Net Multiline Text Box Pin
Ryan Fleming24-Mar-09 8:05
Ryan Fleming24-Mar-09 8:05 
I am still having no luck. I have set an HTML style overflow: hidden; clip: rect(0px, 0px, auto, auto); margin: 0px; padding: 0px; width: 100%; height: 100%; min-height: 100%;

The Form has a style:
style="margin: 0px; padding: 0px; width: 100%; height: 100%; overflow: hidden; position: relative; top: 0px; left: 0px;">

The Div that contains the textbox has a style

style="margin: 0px; padding: 0px; height: 100%; width: 100%; position: relative; overflow: hidden;">


The text box is set up:

<asp:textbox id="txtRiderInfo" runat="server" height="100%" textmode="MultiLine" xmlns:asp="#unknown">
Width="99%" Wrap="False" Font-Bold="False" Font-Names="Courier New"
Font-Size="Medium" ReadOnly="True" Rows="100">


Unless I set the rows to a large number, the textbox stays small.

With all the years the web has been around, why are the amount of controls and the abilty to make them behave so difficult??

This is a 10 second problem to fix in Java apps, VB6, VB.net, C#......

I do appreciate your help, just can't believe the solution is so complicated.......


Ryan
GeneralRe: ASP.Net Multiline Text Box Pin
Rutvik Dave25-Mar-09 4:10
professionalRutvik Dave25-Mar-09 4:10 
QuestionProblem with Remote Debugging Pin
dlarkin7723-Mar-09 4:38
dlarkin7723-Mar-09 4:38 
AnswerRe: Problem with Remote Debugging Pin
dlarkin7723-Mar-09 5:30
dlarkin7723-Mar-09 5:30 
QuestionSave As Dialog Box in Asp.Net Application Pin
pavanip23-Mar-09 4:03
pavanip23-Mar-09 4:03 
AnswerRe: Save As Dialog Box in Asp.Net Application Pin
Abhishek Sur23-Mar-09 5:47
professionalAbhishek Sur23-Mar-09 5:47 
AnswerRe: Save As Dialog Box in Asp.Net Application Pin
Abhijit Jana23-Mar-09 18:26
professionalAbhijit Jana23-Mar-09 18:26 
GeneralRe: Save As Dialog Box in Asp.Net Application Pin
codekhan111-Jun-11 20:39
codekhan111-Jun-11 20:39 
Questionhow i write a function or method which return table row with 32 cells any help. Pin
Rameez Raja23-Mar-09 2:11
Rameez Raja23-Mar-09 2:11 
AnswerRe: how i write a function or method which return table row with 32 cells any help. Pin
SeMartens23-Mar-09 2:55
SeMartens23-Mar-09 2:55 
AnswerRe: how i write a function or method which return table row with 32 cells any help. Pin
Abhishek Sur23-Mar-09 3:59
professionalAbhishek Sur23-Mar-09 3:59 
GeneralRe: how i write a function or method which return table row with 32 cells any help. Pin
Rameez Raja23-Mar-09 18:23
Rameez Raja23-Mar-09 18:23 
GeneralRe: how i write a function or method which return table row with 32 cells any help. Pin
Spunky Coder23-Mar-09 19:23
Spunky Coder23-Mar-09 19:23 
GeneralRe: how i write a function or method which return table row with 32 cells any help. Pin
Rameez Raja23-Mar-09 21:59
Rameez Raja23-Mar-09 21:59 
GeneralRe: how i write a function or method which return table row with 32 cells any help. Pin
Spunky Coder23-Mar-09 22:25
Spunky Coder23-Mar-09 22:25 
Questionhow do i change the background image of a web apge through profile Pin
souravghosh1823-Mar-09 1:00
souravghosh1823-Mar-09 1:00 
AnswerRe: how do i change the background image of a web apge through profile Pin
Abhishek Sur23-Mar-09 3:33
professionalAbhishek Sur23-Mar-09 3:33 
Question-Not a valid bookmark- issue Pin
V.23-Mar-09 0:54
professionalV.23-Mar-09 0:54 

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.