It's all about Knowledge blog is a Pakistan’s leading Blog offering new techniques, logic, ready made solutions and tools to developers, students, professionals or IT personnel in order to increase their productivity, skills, knowledge. Keep updated and sharpen with new controls, applications, gadgets and tool. This blog also offers free stuff like free e-books, free download able codes, videos, gadgets, controls, tools and consultation.
Sunday, August 16, 2009
Flash Control for ASP.NET
Click here for details ......
Sunday, August 9, 2009
ASP.NET Tab Generator
You can see an example of how the feature works right now! The "Info" and "Changelog" tabs above were made using this tool.
Click here for details ......
Lazy Loading jQuery Tabs with ASP.NET
Lazy Loading is a well-known design pattern that is intended to prevent redundant processing within your application. In the case of tabbed data, there seems little point retrieving and binding data that appears in a tabbed area that no one looks at. So, this examples covers how to defer data access and display until the user wants it - which is defined by them clicking the relevant tab.
Click here for details ......