
Search In
In openerp you make a request to read the assets while the transaction creating is not done and As the assets are generated during the same transaction and the rendering of the templates will call them. There is a scenario where the assets are unreac
Hi All,
Today we will discuss about one of the very powerful and widely use JavaScript framework Ext JS for building application with interactive design and cross platform compatibility using various techniques like Ajax, Dynamic HTML (DHTML) and
In SQL while writing stored procedures sometimes you need variables for calculations and manipulations.
Variable we can use of two type
1 Local
2 Global
ALTER proc [dbo].[sp_CalculateRemainingLeaves]
(
@Employ
Model View Controller is abbreviated as MVC. MVC is the popular web design architecture because it separates the business logic from its view or presentation.
It has three components:-
Model- an object carrying data.
View- visualization of data t
While a business strategy is essential, there's nothing more vital than a game plan to manage your success in launching your business. The following are some of the key components to adding to a fruitful game plan.
You should choose what your
Completing things and excelling in your association is about utilizing the resources you have available to you to influence partners and influence outcomes. With the right mindset and abilities the task of influencing gets to be easy, with the wrong
While developing project in ASP.NET there are situations where you need to make your task multi threaded to run in background or in foreground.
For ex : If your application is sending notification after each day you need to create a thread for that
DataReader Object in ADO.NET is forward only stream based that do not update the data.
The DataReader cannot be created directly from code, they can be created by calling Execute Reader method.
Data Reader in ADO is mostly used whil
