Click here to Skip to main content
15,888,340 members

Comments by Dinand.dotnet (Top 2 by date)

Dinand.dotnet 25-Dec-14 3:07am View    
Thanx Peter, Yes I did create two textboxes, one with and one without disable... For a programmer a painfull look, having 2 time almost the same code for the same target...
Dinand.dotnet 30-Oct-14 12:37pm View    
Thanx Abhijit Jana.
Small Update: In 4.5 you can leave out the ? true : false
so the inline would look like
"<%# (Convert.ToBoolean(Eval("IsApproved"))) %>"
But fully stars for this solution