whats the difference between static int and int32 in asp.net

Well int is an alias of System.Int32 type.

static modifier creates storage area (variable). static variables are once created/allocated and ceases to exist when the associated application application domain ceases to exist.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.