I have two asp.net pages. both pages have many form controls including textarea control. on one page when user enter the data with enter key including the textarea post the enter key as '\r\n' and on other page enter key post as '\n'.
i don't understand why the behavior is different. on both pages.