Click here to Skip to main content
15,892,059 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questioncheck box in datagrid Pin
suzzain23-Oct-09 20:36
suzzain23-Oct-09 20:36 
AnswerRe: check box in datagrid Pin
Christian Graus23-Oct-09 22:33
protectorChristian Graus23-Oct-09 22:33 
Questionscript menu login [modified] Pin
KhandelwalA23-Oct-09 20:31
KhandelwalA23-Oct-09 20:31 
AnswerRe: script menu login Pin
sashidhar23-Oct-09 20:48
sashidhar23-Oct-09 20:48 
GeneralRe: script menu login Pin
KhandelwalA23-Oct-09 20:52
KhandelwalA23-Oct-09 20:52 
GeneralRe: script menu login Pin
sashidhar23-Oct-09 21:06
sashidhar23-Oct-09 21:06 
AnswerRe: script menu login Pin
Christian Graus23-Oct-09 22:32
protectorChristian Graus23-Oct-09 22:32 
Questionnot getting .value property of any asp.net textbox in java script Pin
bhavnvyas23-Oct-09 20:19
bhavnvyas23-Oct-09 20:19 
<script type="text/javascript">
    function Test() {

        var hidPWD = document.getElementById('<%=hidPassword.ClientID%>');
        var txtPWD = document.getElementById('<%=txtPWD.ClientID%>');
        hidPWD.value = txtPWD.value;
        
        alert(hidPWD.value);
        var hidConfirmPWD = document.getElementById('<%=hidConfirmPWD.ClientID%>');
        var txtConfirmPWD = document.getElementById('<%=txtConfirmPWD.ClientID%>');
        hidConfirmPWD.value = txtConfirmPWD.value;
      
        alert(hidConfirmPWD.value);
        
    }
           
        
</script>

I am try to store my password and confirmpass in some hidden field to maintain text(password) after pageload but its not working.
AnswerRe: not getting .value property of any asp.net textbox in java script Pin
Christian Graus23-Oct-09 22:36
protectorChristian Graus23-Oct-09 22:36 
GeneralRe: not getting .value property of any asp.net textbox in java script Pin
bhavnvyas23-Oct-09 23:25
bhavnvyas23-Oct-09 23:25 
Questionhow to hide the query string in url Pin
sarang_k23-Oct-09 19:54
sarang_k23-Oct-09 19:54 
AnswerRe: how to hide the query string in url Pin
Christian Graus23-Oct-09 19:54
protectorChristian Graus23-Oct-09 19:54 
GeneralRe: how to hide the query string in url Pin
sarang_k23-Oct-09 19:56
sarang_k23-Oct-09 19:56 
GeneralRe: how to hide the query string in url Pin
Christian Graus23-Oct-09 20:02
protectorChristian Graus23-Oct-09 20:02 
AnswerRe: how to hide the query string in url Pin
Rob Branaghan25-Oct-09 0:04
Rob Branaghan25-Oct-09 0:04 
AnswerRe: how to hide the query string in url Pin
dtmore5-Apr-10 21:33
dtmore5-Apr-10 21:33 
QuestionHow can I use GridView1_rowUpdating event in c# Pin
nilesh.saraf23-Oct-09 18:19
nilesh.saraf23-Oct-09 18:19 
AnswerRe: How can I use GridView1_rowUpdating event in c# Pin
Christian Graus23-Oct-09 18:28
protectorChristian Graus23-Oct-09 18:28 
Questionimplement membership in asp.net Pin
Jagz W23-Oct-09 16:16
professionalJagz W23-Oct-09 16:16 
AnswerRe: implement membership in asp.net Pin
Christian Graus23-Oct-09 18:28
protectorChristian Graus23-Oct-09 18:28 
GeneralRe: implement membership in asp.net Pin
AlexeiXX323-Oct-09 19:08
AlexeiXX323-Oct-09 19:08 
AnswerRe: implement membership in asp.net Pin
sashidhar23-Oct-09 18:28
sashidhar23-Oct-09 18:28 
GeneralRe: implement membership in asp.net Pin
Christian Graus23-Oct-09 18:40
protectorChristian Graus23-Oct-09 18:40 
GeneralRe: implement membership in asp.net Pin
sashidhar23-Oct-09 18:43
sashidhar23-Oct-09 18:43 
AnswerRe: implement membership in asp.net Pin
AlexeiXX323-Oct-09 19:12
AlexeiXX323-Oct-09 19:12 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.