Click here to Skip to main content
15,902,276 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Don't asp.net TextBox Textmode=Multiline and MaxLength work together? Pin
Baran M16-Jun-09 20:51
Baran M16-Jun-09 20:51 
QuestionHelp I need to transfer my dotnetnuke site to a new server Pin
avedis21316-Jun-09 14:52
avedis21316-Jun-09 14:52 
AnswerRe: Help I need to transfer my dotnetnuke site to a new server Pin
Christian Graus16-Jun-09 16:11
protectorChristian Graus16-Jun-09 16:11 
GeneralRe: Help I need to transfer my dotnetnuke site to a new server Pin
avedis21316-Jun-09 16:16
avedis21316-Jun-09 16:16 
GeneralRe: Help I need to transfer my dotnetnuke site to a new server Pin
Christian Graus16-Jun-09 16:31
protectorChristian Graus16-Jun-09 16:31 
GeneralRe: Help I need to transfer my dotnetnuke site to a new server Pin
avedis21316-Jun-09 16:46
avedis21316-Jun-09 16:46 
GeneralRe: Help I need to transfer my dotnetnuke site to a new server Pin
Christian Graus16-Jun-09 17:02
protectorChristian Graus16-Jun-09 17:02 
QuestionHow to append static text to a bound field? [modified] Pin
KreativeKai16-Jun-09 8:53
professionalKreativeKai16-Jun-09 8:53 
I am trying to append static text to a bound field in the range validator ErrorMessage field.   The code below works fine but as soon as I try to append any static text it either throws an error or just displays the static text. Any help would be appreicated.

<itemtemplate>

<asp:textbox id="txt_qty" runat="server" width="40" text="<%# Bind("qty") %>">

<asp:rangevalidator id="rv_qty" runat="server" errormessage="<%# Bind("item_short_desc")%>" display="None" controltovalidate="txt_qty" maximumvalue="<%# Bind("max_qty") %>" minimumvalue="1" setfocusonerror="True" type="Integer">



Lost in the vast sea of .NET

modified on Wednesday, June 17, 2009 7:50 AM

AnswerRe: How to append static text to a bound field? Pin
Christian Graus16-Jun-09 16:13
protectorChristian Graus16-Jun-09 16:13 
GeneralRe: How to append static text to a bound field? Pin
KreativeKai17-Jun-09 1:49
professionalKreativeKai17-Jun-09 1:49 
QuestionMaster/Details Gridview Pin
ffowler16-Jun-09 4:28
ffowler16-Jun-09 4:28 
AnswerRe: Master/Details Gridview Pin
ffowler16-Jun-09 5:35
ffowler16-Jun-09 5:35 
GeneralRe: Master/Details Gridview Pin
El_Programmer16-Jun-09 6:19
El_Programmer16-Jun-09 6:19 
QuestionASP.net with C# Pin
Teesha00916-Jun-09 4:19
Teesha00916-Jun-09 4:19 
AnswerRe: ASP.net with C# Pin
Abhijit Jana16-Jun-09 4:35
professionalAbhijit Jana16-Jun-09 4:35 
AnswerRe: ASP.net with C# Pin
Abhishek Sur16-Jun-09 5:32
professionalAbhishek Sur16-Jun-09 5:32 
AnswerRe: ASP.net with C# Pin
Vasudevan Deepak Kumar16-Jun-09 5:56
Vasudevan Deepak Kumar16-Jun-09 5:56 
AnswerRe: ASP.net with C# Pin
Colin Angus Mackay16-Jun-09 5:57
Colin Angus Mackay16-Jun-09 5:57 
GeneralRe: ASP.net with C# Pin
Teesha00918-Jun-09 2:48
Teesha00918-Jun-09 2:48 
QuestionASP.NET AJAX 1.0 Cannot Get Started Pin
MarkMokris16-Jun-09 4:05
MarkMokris16-Jun-09 4:05 
AnswerRe: ASP.NET AJAX 1.0 Cannot Get Started Pin
ais0716-Jun-09 4:27
ais0716-Jun-09 4:27 
GeneralRe: ASP.NET AJAX 1.0 Cannot Get Started Pin
MarkMokris16-Jun-09 8:15
MarkMokris16-Jun-09 8:15 
QuestionPaste data into Datagridview (webform) Pin
jainga1021316-Jun-09 3:44
jainga1021316-Jun-09 3:44 
AnswerRe: Paste data into Datagridview (webform) Pin
Baran M16-Jun-09 4:26
Baran M16-Jun-09 4:26 
QuestionRun an EXE Pin
madancode16-Jun-09 3:39
madancode16-Jun-09 3: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.