Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Code in ASP variable
Name: oblivion Date: December 12, 2004 at 12:18:50 Pacific OS: xp CPU/Ram: athlon1600+/256
Comment:
Hi, i try to put the content of an array in a variable.. This variable is the content (body) of an email that will be sent. thank you..
Name: tImmaY Date: December 12, 2004 at 12:45:39 Pacific
Reply:
ok, so what do you need help with? how to put the content into the array, how to send the email, all of the above, the meaning of the universe? lol a little more info please :)
0
Response Number 2
Name: oblivion Date: December 13, 2004 at 07:31:16 Pacific
Reply:
i mean, i have to execute a FOR in my variable to put the array in the variable.. i tried something like:
var = var & "blabla" var = var & "for x=1 to 5" var = var & "response.write(x)" var = var & "next" var = var & "blabla"
Summary: This is my question. I have an asp page and I want to be able to insert coding in it. Like in cold fusion you can use cfinsert tag. How can I do it in asp. ...
Summary: Hi, I've a web application written in asp.net & I need to refer to a web form control(<asp:Label> control, in specific) which is placed within the <ItemTemplate> tag of a datagrid! Since that co...
Summary: I have been trying to use common dialog box in ASP.NET application but it gives me error. It says 'Class is not licensed for use' I tried using the common dialog in VB.NET too but I got the same mes...