Hello floks,
I Used the #(Decimal.Parse(Eval("EEMaxRate1").ToString())/100).ToString("P") like these,I used the in the Grid-view Item Template
The Percentage Is Shown In These format ,That is It shown Only 2 digits after Decimal
10.20% ,12.00 % 0.50% but in my grid view "Insert" The percentage column allow Up-to the 6 digits after decimal ....If Display entire
6 digits after percentage in Item How to Do it.
like i am Given 0.567891% In Insert Mode ,I want to Display the entire 0.567891% In Template ,
1.5678 % in insert I want Display as it is 1.5678% In Item Template
can any one replay .