Click here to Skip to main content
16,013,730 members

Comments by Ashish Dev1 (Top 8 by date)

Ashish Dev1 29-Mar-12 7:17am View    
Is your problem resolved? I had tried the solution given but problem still not resolved. Is there any other thing should be tried?
Ashish Dev1 23-Dec-11 1:57am View    
Hi B Birajdar,

Thanks for this info. Actually I have checked this one already. But my situation is, I have a Html div and within it I have some images and text, now I want to convert that div's Inner Html into an image. can this is possible without using any paid third party tool?

Any suggestion?
Ashish Dev1 20-Dec-11 2:24am View    
I am working on an item customization application on which User selects different colors for different items. Then I need to save an image for his selection made.
Ashish Dev1 2-Dec-11 8:36am View    
Thanks, Well Actually I am using Grid(with Item template) as shown above. I have implemented custom Paging (I fetch Data from database on each click of Next or Previous Button). My basic problem is that suppose I have two Buttons & first loads first 10 records and second 10-20 Records from database.

I guess that if I have simple Grid then it'll load very fast as compare to Templated Grid. Is there any technique to make the template grid fast?
Ashish Dev1 2-Dec-11 5:36am View    
I am fetching next 10 records from database on each click of next or previous buttons.