C
Cemal
Hi guys
I have an html stream that I want to transfer it to a varible and that
variable into sql server.
problem is when I do this
dim myvariable as string = "<span style=\""font: 12px arial; color :
#000000; text-decoration : none;\""><br>MODEL- USB01000C01CL VENDOR-
ACTIONTEC ELECTRONICS<br> <br>FEATURES- VoSKY Chatterbox for Skype<br>
........
this html stream only transferred to "<span style=\""fo
and when I try to print it on the screen, it prints nothing.
so,. I need to know how to transfer html streams into variables without
loosing any part of it.
thanks
Cemal
I have an html stream that I want to transfer it to a varible and that
variable into sql server.
problem is when I do this
dim myvariable as string = "<span style=\""font: 12px arial; color :
#000000; text-decoration : none;\""><br>MODEL- USB01000C01CL VENDOR-
ACTIONTEC ELECTRONICS<br> <br>FEATURES- VoSKY Chatterbox for Skype<br>
........
this html stream only transferred to "<span style=\""fo
and when I try to print it on the screen, it prints nothing.
so,. I need to know how to transfer html streams into variables without
loosing any part of it.
thanks
Cemal