Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

SqlCommand class in ADO.NET

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

How can i arrive at the my expected output in my android project?

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

Run Multiple AsyncTask on a Single Time

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

How to echo out current URL in Cake's view?

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

Create Registration URL In Liferay Theme

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

NetworkOnMainThread Exception

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

The relation between Quality Analyst and Tester

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

How do I perform the SQL Join equivalent in MongoDB

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

Change brightness of the device in Android

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

Drupal 7: how to restrict file access to specific user roles

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

1 267 720
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: