I also noticed a Paste bug. When you past copied code (from the thread) all spaces are removed. Try copying this:
<asp:ControlParameter ControlID="TextBox1" Name="PinCode" PropertyName="Text" Type="Int32"/>
and then paste it in the reply box. It ends up as
<asp:ControlParameterControlID="TextBox1"Name="PinCode"PropertyName="Text"Type="Int32"/>
Can't repro it on this thread, but try here:
Searching gridview results
Copy one of the ControlParameter lines, click Edit reply and paste it.
Also, can we have a "Paste as plain text" button on the editor?
Imar