Step 1: Understanding the Concept:
Given $A = \{1,2,3,4,\dots,10\}$.
We need to find the number of non-empty subsets containing only even numbers.
Step 2: Identify Even Elements:
Even elements in $A$ are:
\[
E = \{2,4,6,8,10\}
\]
Number of elements in $E$:
\[
n = 5
\]
Step 3: Total Subsets from Even Elements:
Number of subsets of a set with $n$ elements:
\[
2^n = 2^5 = 32
\]
Step 4: Exclude Empty Set:
Since only non-empty subsets are required:
\[
\text{Required subsets} = 32 - 1 = 31
\]
Step 5: Final Answer:
\[
\boxed{31}
\]