Thursday, July 30, 2015

Network Enable Issues in SQL Server:

Solution:
Goto-->Run-->services.msc-->Restart your SQL Server

Wednesday, July 1, 2015

how to clear store memory in dojo?


Solution:
-----------
creation of store:

                var categorymemory = new Memory({
                    data: []
                });

clear store:
                categorymemory.data = [];