Search Results

3
votes

Better Way of Manipulating RichText in C#?

I think your technique is a great way to accomplish what you're looking to do. I know what you mean...it feels kind of "dirty" because you're using a Winforms control for something other than it wa …
1
vote

LinkButtons not working in ASP.net/C# app production deployment

Any chance javascript is disabled in the browser? I've also had trouble like this with certain AV security apps that muck with javascript in the browser. …