Consider we have an $n\times n$ square. And for each element $a_{ij}$ there is a $L_{ij}$ set of permissible values(numbers) where $|L_{ij}| = n - 1$. Need to choose a value for each $a_{ij}$ element so that no orthogonal (row or column) contains the same number twice.
Where can I read about such kind of squares? Any books or links?
Or any information about squares where we are choosing value of each element from it's permissible set.
In general that can't be done. Suppose $L_{ij}=\{1,2,\dots,n-1\}$ for all $i,j$. How are you going to choose the values for the top row without repeating a number?
If you meant $|L_{ij}|=n$ instead of $|L_{ij}|=n-1$, look up "Dinitz problem".