Click here to Skip to main content
15,909,039 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Google Maps Pin
minhpc_bk8-Jan-07 14:15
minhpc_bk8-Jan-07 14:15 
GeneralRe: Google Maps Pin
Sam Heller8-Jan-07 23:44
Sam Heller8-Jan-07 23:44 
QuestionDataGrid: Replace Boolean with String Pin
iffy4568-Jan-07 13:05
iffy4568-Jan-07 13:05 
AnswerRe: DataGrid: Replace Boolean with String Pin
Sam Heller8-Jan-07 13:20
Sam Heller8-Jan-07 13:20 
AnswerRe: DataGrid: Replace Boolean with String Pin
minhpc_bk8-Jan-07 14:08
minhpc_bk8-Jan-07 14:08 
QuestionText box problem Pin
DBNashville8-Jan-07 11:50
DBNashville8-Jan-07 11:50 
AnswerRe: Text box problem Pin
Christian Graus8-Jan-07 13:01
protectorChristian Graus8-Jan-07 13:01 
GeneralRe: Text box problem Pin
DBNashville9-Jan-07 3:40
DBNashville9-Jan-07 3:40 
Thanks for the response, but it concerns me that nobody's seen this.

I'm actually dynamically creating the text boxes and feeding the .text into a Crystal report as a parameter. However, even if I use some simple code, I get the same response. For instance...

dim x as string
x = textbox1.text
cache("text") = x

I redirect to the new page and in the page_load event, I have
label1.text = cache("text")

The label displays the text as "ABC," or sometimes ",ABC" (assuming ABC was typed into textbox1). Now, if I put
x = textbox1.text.replace(",",""), the problem goes away.
Questiongrid view Pin
javierarka8-Jan-07 7:14
javierarka8-Jan-07 7:14 
AnswerRe: grid view Pin
Not Active8-Jan-07 7:21
mentorNot Active8-Jan-07 7:21 
GeneralRe: grid view Pin
javierarka8-Jan-07 7:23
javierarka8-Jan-07 7:23 
GeneralRe: grid view Pin
Not Active8-Jan-07 7:28
mentorNot Active8-Jan-07 7:28 
Questiondebugging in visual web development 2005 express Pin
mhh128-Jan-07 7:00
mhh128-Jan-07 7:00 
AnswerRe: debugging in visual web development 2005 express Pin
ednrgc8-Jan-07 7:03
ednrgc8-Jan-07 7:03 
AnswerRe: debugging in visual web development 2005 express Pin
RichardGrimmer8-Jan-07 7:14
RichardGrimmer8-Jan-07 7:14 
QuestionApplying a CSS attribute to a user control Pin
Tina P8-Jan-07 6:45
Tina P8-Jan-07 6:45 
AnswerRe: Applying a CSS attribute to a user control Pin
Not Active8-Jan-07 7:34
mentorNot Active8-Jan-07 7:34 
GeneralRe: Applying a CSS attribute to a user control Pin
Tina P8-Jan-07 11:14
Tina P8-Jan-07 11:14 
Questionproblem with dropdown list Pin
praveenanand8-Jan-07 5:37
praveenanand8-Jan-07 5:37 
AnswerRe: problem with dropdown list Pin
RichardGrimmer8-Jan-07 7:16
RichardGrimmer8-Jan-07 7:16 
AnswerRe: problem with dropdown list Pin
Not Active8-Jan-07 7:24
mentorNot Active8-Jan-07 7:24 
QuestionDatabinding DataValueField to record ID Pin
Quecumber2568-Jan-07 5:33
Quecumber2568-Jan-07 5:33 
AnswerRe: Databinding DataValueField to record ID Pin
minhpc_bk8-Jan-07 8:56
minhpc_bk8-Jan-07 8:56 
GeneralRe: Databinding DataValueField to record ID Pin
Quecumber2568-Jan-07 9:57
Quecumber2568-Jan-07 9:57 
QuestionButton Error Pin
ADY0078-Jan-07 1:57
ADY0078-Jan-07 1:57 

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.