Click here to Skip to main content
15,921,793 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: How do I remove the commas after reading a CSV file into a streamreader Pin
Tina P16-Dec-08 16:08
Tina P16-Dec-08 16:08 
GeneralRe: How do I remove the commas after reading a CSV file into a streamreader Pin
Guffa17-Dec-08 5:09
Guffa17-Dec-08 5:09 
GeneralRe: How do I remove the commas after reading a CSV file into a streamreader Pin
Tina P17-Dec-08 7:30
Tina P17-Dec-08 7:30 
GeneralRe: How do I remove the commas after reading a CSV file into a streamreader Pin
Guffa17-Dec-08 11:52
Guffa17-Dec-08 11:52 
GeneralRe: How do I remove the commas after reading a CSV file into a streamreader Pin
Tina P17-Dec-08 14:10
Tina P17-Dec-08 14:10 
GeneralRe: How do I remove the commas after reading a CSV file into a streamreader Pin
Tina P17-Dec-08 19:37
Tina P17-Dec-08 19:37 
GeneralRe: How do I remove the commas after reading a CSV file into a streamreader Pin
Guffa26-Dec-08 7:51
Guffa26-Dec-08 7:51 
QuestionHELP! using Replace function to replace letters with images Pin
icecandy15-Dec-08 12:36
icecandy15-Dec-08 12:36 
Hey how is everyone doing today? This is a ASP VBS question, I wasnt sure if I should post in here or in the visual basic forum so I apologize if this is the wrong place for this question.

I am trying to create a asp page that will take the text from an input and for each letter change it into a specified image. I am creating a generator so I can make a ton of animated letter images and they will be displayed instead of regular text depending on what the user enters.

Here is what I have tried already. The problem is, it replaces the c's in the "b" <img src string so it wont display the "b" image.

I know this is because it replaces the B with the img src and then the C replaces everything in it, what I want to know how can I get it to just replace what was inputed and not what gets replaced after it is submitted you know? haha that may sound confusing if you dont know what Im saying I will try to better explain.

Thanks for the help.

<%
sGlitter = Request.Form("text")
Function Glitter(sGlitter)

sGlitter = Replace(sGlitter, "b", "<img src=http://www.icecandyeffects.com/glitter2/pink1/b.gif>")
sGlitter = Replace(sGlitter, "c", "<img src=http://www.icecandyeffects.com/glitter2/pink1/c.gif>")

Glitter = sGlitter
End Function

Response.Write Glitter(sGlitter)
%>
AnswerRe: HELP! using Replace function to replace letters with images Pin
Christian Graus15-Dec-08 13:19
protectorChristian Graus15-Dec-08 13:19 
AnswerRe: HELP! using Replace function to replace letters with images Pin
treputt15-Dec-08 14:17
treputt15-Dec-08 14:17 
QuestionAssigning and retrieving values from checkboxes which are dynamically created. Pin
Member 340288615-Dec-08 10:12
Member 340288615-Dec-08 10:12 
AnswerRe: Assigning and retrieving values from checkboxes which are dynamically created. Pin
Christian Graus15-Dec-08 10:24
protectorChristian Graus15-Dec-08 10:24 
GeneralRe: Assigning and retrieving values from checkboxes which are dynamically created. Pin
Member 340288615-Dec-08 11:16
Member 340288615-Dec-08 11:16 
GeneralRe: Assigning and retrieving values from checkboxes which are dynamically created. Pin
Christian Graus15-Dec-08 11:41
protectorChristian Graus15-Dec-08 11:41 
AnswerRe: Assigning and retrieving values from checkboxes which are dynamically created. Pin
Nishant Singh15-Dec-08 17:22
Nishant Singh15-Dec-08 17:22 
QuestionGridView databinding event handler Pin
compninja2515-Dec-08 8:37
compninja2515-Dec-08 8:37 
AnswerRe: GridView databinding event handler Pin
Christian Graus15-Dec-08 15:19
protectorChristian Graus15-Dec-08 15:19 
GeneralRe: GridView databinding event handler Pin
compninja2516-Dec-08 3:05
compninja2516-Dec-08 3:05 
QuestionSeting focus for controls after postback Pin
chandra vempati15-Dec-08 8:27
chandra vempati15-Dec-08 8:27 
AnswerRe: Seting focus for controls after postback Pin
Christian Graus15-Dec-08 9:55
protectorChristian Graus15-Dec-08 9:55 
Question[Message Deleted] Pin
harcaype15-Dec-08 7:39
harcaype15-Dec-08 7:39 
AnswerRe: cannot run .htm in localhost Pin
Christian Graus15-Dec-08 9:55
protectorChristian Graus15-Dec-08 9:55 
Questiondebugging in ASP.NET Pin
Member 305788715-Dec-08 7:27
Member 305788715-Dec-08 7:27 
AnswerRe: debugging in ASP.NET Pin
Christian Graus15-Dec-08 9:54
protectorChristian Graus15-Dec-08 9:54 
QuestionDomain pointing and web.config file set up Pin
Nic Stark15-Dec-08 7:21
Nic Stark15-Dec-08 7:21 

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.