Click here to Skip to main content
15,885,216 members

Comments by bakinam Ahmed (Top 4 by date)

bakinam Ahmed 21-Jun-12 9:57am View    
WebBrowser control is a control to open html page in windows form application
and in my application the viewed text was editable
i was asking for how to prevent user from editing only one line of the viewd text, and i solved it
i put this line inside a div with class='fixed'
and at the keypress event, i check on the parent of the selected text, if it's a div with class=fixed --> i prevent the editing, else, the editing works
i hope it help any one has the same requirements
bakinam Ahmed 21-Jun-12 9:51am View    
yes, it worked fine, thanks alot for replying
bakinam Ahmed 27-May-12 6:15am View    
They are already on updatepanel
the postback i mean asynchronous one, but i don't want the textbox to fire the text changed event when changing the calender extender selected date in code behind
is that possible?
bakinam Ahmed 21-May-12 3:28am View    
really thank you for your great answer, I handled it, thanks alot