View Single Post
  #4 (permalink)  
Old December 12th, 2008, 04:36 PM
Imar's Avatar
Imar Imar is offline
Wrox Author
 
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
Default

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
__________________
Imar Spaanjaars
http://Imar.Spaanjaars.Com
Follow me on Twitter

Author of Beginning ASP.NET 4.5 : in C# and VB, Beginning ASP.NET Web Pages with WebMatrix
and Beginning ASP.NET 4 : in C# and VB.
Did this post help you? Click the button below this post to show your appreciation!

Last edited by Imar; December 12th, 2008 at 04:41 PM..