Click here to Skip to main content
15,880,469 members

Comments by Lijo Rajan (Top 2 by date)

Lijo Rajan 10-Sep-13 16:25pm View    
Is it ok if you display that record(matching that string id) in the first page of that gridview 2?
Lijo Rajan 10-Dec-12 15:02pm View    
Thanks a lot for your quick response. I dont mean height or width.Please look at the below code.
var Message = { ErrorMessage1: function () { return 'XXXXXXXXX'; },
ErrorMessage2: function () { return 'YYYYYYY'; },
ErrorMessage3: function () { return 'ZZZZZZZZZ'; } }
The variable "Message" is a global variable. It would be great if i can find out the size of that variable. Something like how much of memory its taking to hold this variable. Thanks, Lijo