Connecting Tech Pros Worldwide Forums | Help | Site Map

editing and updating a html page at runtime in windows forms

Newbie
 
Join Date: Sep 2007
Posts: 7
#1: Oct 11 '07
hi
i have a webbrowser control and textbox control in a form ..when application is starting up, webbrowser loads a page on my drive..that page links to a css style sheet..which has
p
{
background-image: url("parapic.png");
background-repeat: no-repeat
}

now what i want is whenever a user types text in textbox and hits enter.. it shud be appended to that page in a para and updated in webbrowser control...
how can i do it without opening html page and editing it in text ..saving it and refreshing..(basically i shud not get any file permission problems on the client's system when doing it..)

thank you

Reply


Similar .NET Framework bytes