Drop item into a certain/fixed position

What i wanted to do is to drop an object into a certain/fixed position. Can anyone help me with my problem,What would I do to solve my problem?.

Thanks in Advance guys.

how did u fix it??

you set the objects transform.position

You can attach an event system component onto the object you want to drag and run public functions whilst being dragged and whilst being dropped. You can set the objects transform.position to the Input.mousePosition;