Click here to Skip to main content
15,917,320 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Zero's were getting trimmed when string convert to integer. Pin
Satish - Developer23-Mar-09 19:51
Satish - Developer23-Mar-09 19:51 
GeneralRe: Zero's were getting trimmed when string convert to integer. Pin
Spunky Coder23-Mar-09 20:02
Spunky Coder23-Mar-09 20:02 
GeneralRe: Zero's were getting trimmed when string convert to integer. Pin
Satish - Developer23-Mar-09 20:21
Satish - Developer23-Mar-09 20:21 
GeneralRe: Zero's were getting trimmed when string convert to integer. Pin
Spunky Coder23-Mar-09 20:37
Spunky Coder23-Mar-09 20:37 
GeneralRe: Zero's were getting trimmed when string convert to integer. Pin
Satish - Developer23-Mar-09 20:55
Satish - Developer23-Mar-09 20:55 
GeneralRe: Zero's were getting trimmed when string convert to integer. Pin
Spunky Coder23-Mar-09 21:06
Spunky Coder23-Mar-09 21:06 
GeneralRe: Zero's were getting trimmed when string convert to integer. Pin
Satish - Developer23-Mar-09 21:35
Satish - Developer23-Mar-09 21:35 
GeneralRe: Zero's were getting trimmed when string convert to integer. Pin
Spunky Coder23-Mar-09 22:08
Spunky Coder23-Mar-09 22:08 
Questionspacebar problem for insertion Pin
roshid23-Mar-09 19:13
roshid23-Mar-09 19:13 
AnswerRe: spacebar problem for insertion Pin
SachinKumar M23-Mar-09 19:52
SachinKumar M23-Mar-09 19:52 
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 
Okay, I tried this (I included the whole page as it is not too much) This code is auto generated by Visual Studio 2008.... The text box resizes by width, but not by height. (I had to remove all greater than and less than's so it would display in the post correctly)

Thanks for your Time

Ryan

<%@ Page Language="VB" AutoEventWireup="false" CodeFile="WebRaceReport.aspx.vb" Inherits="_Default" %>

<%@ Register assembly="FredCK.FCKeditorV2" namespace="FredCK.FCKeditorV2" tagprefix="FCKeditorV2" %>



html xmlns="http://www.w3.org/1999/xhtml"
head runat="server"
title Untitled Page /title
/head
body background="App_Data/Mud2.jpg"
form id="form1" runat="server"
div style="font-size: xx-large; font-weight: bolder; position: fixed; width: 100%; text-align: center"

asp:label id="lblReports" runat="server" font-size="XX-Large" text="REPORTS" xmlns:asp="#unknown">
/div
p
 /p
p
asp:dropdownlist id="cmbRaceDates" runat="server" autopostback="True" xmlns:asp="#unknown"
/asp:dropdownlist
asp:dropdownlist id="cmbRaceClass" runat="server" autopostback="True" xmlns:asp="#unknown"
/asp:dropdownlist
asp:dropdownlist id="cmbRaceReport" runat="server" autopostback="True" xmlns:asp="#unknown"
/asp:dropdownlist
/p
p
 /p
div id="TxtBoxDiv" style="height: 100%; width: 100%;"
asp:textbox id="txtRiderInfo" runat="server" height="100%" textmode="MultiLine" xmlns:asp="#unknown"
Width="100%" Wrap="False" Font-Bold="False" Font-Names="Courier New"
Font-Size="Medium">
asp:textbox
/div
/form
/body
/html

modified on Monday, March 23, 2009 11:01 PM

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 
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 

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.