help for HtmlElement class....
-
Dear Firends, I am going to do an windows application which can use webBrowser control i am providing an scenario what i want to do, supposed i open any site in that webbrowser control example google if i enter text "My Name Santosh" in Search Text Box of google i want to stored this search text in my database with the date time and any other information, For that i use
HtmlDocument (For Document), HtmlElementCollection (For collection of control) and HtmlElement (for single control) class
now i get the property of that control but i can't access the Value of that Search Text box. when i check that control variable in QuichWatch it show me the value property in -Non-Public members -htnlElement -mshtml.HTMLInputElementClass -value "My Name Santosh" stringbut i don't know how can i access this value property:confused:, can anyone help me regarding this, thanks in advance. Thanks and regards:rose: Sasmi