
Search In
While working with ADO.NET you need to understand the thing why SqlCommand is used.
We have two kind of operations related to database:
1 That will make changes in the database
Insert
Update
Delete
2 That will n


Hello friends how can i arrive at my expected output in my android project?
Currently, I am getting all the output values such as brand,model,type,variant as integers instead of text. Actually i need my result as
RegNo: TN10D5551
Brand:AUDI
In android, thread pool pattern is use in AsyncTask.
Early the size of the pool was 1 i.e,
there was no support for parallel bunching of AsyncTasks.But from HONEYCOMB version Android allows multiple Asynctask at a time.
We just have to use execute
Hello Readers ,
If you want to echo out the current URL in cakephp then follow the below codes.
Current URL: http://example.com/controller/action/?query=12
We can do it this way like.
<?php echo $this->request->here; ?>
By using thi
Hello guys
Here, I have created a URL for registration in velocity template .
Follow below steps to implement in custom liferay theme.
Step1: put below code in Portal_normal.vm file or inside your div or table in Portal_normal.vm.
#set ($UserCrea
I am trying to call getBitmapFromURL() methos from onCreate() of my Activity and getting NetworkOnMainThread Exception.
Please help me to solve this problem.
public static Bitmap getBitmapFromURL(String src) {
try {
URL url
Today I will explain you about QA and Tester, and what is the basic differences between us.
Quality Analyst: Who analyses the quality of the product is known as Quality Analyst. The role of QA is bug prevention. QA must have the knowledge of all the
MongoDB does not have joins but sometimes we want references to documents in other collections. For this we have to use population.
Population is the way of matching the specified paths in the document with document(s) from other collection(s).
Let
Hi,
Here I have written this code to change the brightness of the device in our application. I use the seekbar to change the brightness of the device. To handle the System Settings I use ContentResolver class and to handle current window reference, I
The best way to restrict the file access, is to set default download method to "Private" from Configuration->media->file system.
After making this change we can use Content access module to manage the access of files.
I found this link very h
