i’m doing a website with mvc 3 + c#
may i know what is the way allowed me to implement the technique as titled ?
when user input 1, 2 ~ 12 then without refresh browser or anything, when the pointer tab away, the value in text box will automatically fading to january, february..accordingly…
Thx for reply =D
First, why not use a select box that has
1..12as options, but the values for each option is the corresponding month injanuary...december?Anyway, this should get you going: