Click here to Skip to main content
15,891,828 members

Comments by rmksiva (Top 46 by date)

rmksiva 6-Apr-18 6:03am View    
You have to give your LogoutPageURL instead of / . It will redirect home Page or root url.
rmksiva 6-Apr-18 6:00am View    
Show me your fillInTextArea method code. can be get $("#country").val()
rmksiva 3-Apr-18 8:57am View    
First of all Question is not clear. But in normal scenario - employee.aspx page load event has session check (for check whether user logged In) - If session is not available - we write the code as redirect to login page
rmksiva 3-Apr-18 8:52am View    
After adding update panel your control will be changed like UpdatePanel1_txtUserName so try to get $("#UpdatePanel1_txtUserName").val();
rmksiva 11-Dec-17 2:16am View    
Could you show us existing code block ?