Click here to Skip to main content
15,888,351 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Insert,delete,update in datagridview in asp.net with webservice Pin
vinay_sinha22-Oct-12 2:04
vinay_sinha22-Oct-12 2:04 
QuestionSessions Pin
Satbir422-Oct-12 1:01
Satbir422-Oct-12 1:01 
AnswerRe: Sessions Pin
vinay_sinha22-Oct-12 2:02
vinay_sinha22-Oct-12 2:02 
AnswerRe: Sessions Pin
Himanshu Yadav24-Oct-12 22:07
Himanshu Yadav24-Oct-12 22:07 
AnswerRe: Sessions Pin
Think On26-Oct-12 1:49
Think On26-Oct-12 1:49 
AnswerRe: Sessions Pin
Vasudevan Deepak Kumar26-Oct-12 3:26
Vasudevan Deepak Kumar26-Oct-12 3:26 
AnswerRe: Sessions Pin
Radhika Vyas28-Oct-12 23:01
Radhika Vyas28-Oct-12 23:01 
Questionhow to get onfocus OR onenter Textbox asp.net Pin
jojoba201121-Oct-12 23:19
jojoba201121-Oct-12 23:19 
Hi,
i wanna to call the bellow function while the Textbox1 got focus (when user click on Textbox1 OR when user press tab and textbox1 got focus):

C#
<head runat="server">
    <title>Untitled Page</title>
     

    <script type="text/javascript">
        function Open() {
            var Return;
            var myObject = new Object();
            myObject.TextBox1 = document.getElementById("txtFirstName").value;
            if (window.showModalDialog) {
                Return = window.showModalDialog("childform.aspx", myObject, "dialogWidth:670px;dialogHeight:600px;")
                document.getElementById("txtFirstName").value = Return.firstname;
                }
        }
         
    </script>

    

</head>
<body>
    <form id="form1" runat="server">
    <div>
        <asp:TextBox ID="TextBox1"  runat="server"></asp:TextBox>
    </div>
    </form>
</body>

SuggestionRe: how to get onfocus OR onenter Textbox asp.net Pin
Richard MacCutchan21-Oct-12 23:37
mveRichard MacCutchan21-Oct-12 23:37 
AnswerRe: how to get onfocus OR onenter Textbox asp.net Pin
mayur111221-Oct-12 23:52
mayur111221-Oct-12 23:52 
Questionhow to get onfocus OR onenter Textbox asp.net Pin
jojoba201121-Oct-12 23:18
jojoba201121-Oct-12 23:18 
AnswerRe: how to get onfocus OR onenter Textbox asp.net Pin
Sandeep Mewara23-Oct-12 4:10
mveSandeep Mewara23-Oct-12 4:10 
AnswerRe: how to get onfocus OR onenter Textbox asp.net Pin
Mayank_Gupta_24-Oct-12 22:32
professionalMayank_Gupta_24-Oct-12 22:32 
AnswerRe: how to get onfocus OR onenter Textbox asp.net Pin
Amir Jalilifard4-Nov-12 3:54
professionalAmir Jalilifard4-Nov-12 3:54 
QuestionPop up Registration form - protect against bots Pin
StratCat201221-Oct-12 12:44
StratCat201221-Oct-12 12:44 
AnswerRe: Pop up Registration form - protect against bots Pin
David Mujica22-Oct-12 5:44
David Mujica22-Oct-12 5:44 
GeneralRe: Pop up Registration form - protect against bots Pin
StratCat201222-Oct-12 7:46
StratCat201222-Oct-12 7:46 
GeneralRe: Pop up Registration form - protect against bots Pin
David Mujica22-Oct-12 11:01
David Mujica22-Oct-12 11:01 
GeneralRe: Pop up Registration form - protect against bots Pin
StratCat201222-Oct-12 13:21
StratCat201222-Oct-12 13:21 
GeneralValidate email Pin
David Mujica23-Oct-12 3:29
David Mujica23-Oct-12 3:29 
QuestionHow to use this Code ? Pin
jojoba201121-Oct-12 9:01
jojoba201121-Oct-12 9:01 
AnswerRe: How to use this Code ? Pin
Sandeep Mewara21-Oct-12 9:59
mveSandeep Mewara21-Oct-12 9:59 
QuestionRe: How to use this Code ? Pin
jojoba201121-Oct-12 19:22
jojoba201121-Oct-12 19:22 
AnswerRe: How to use this Code ? Pin
Sandeep Mewara21-Oct-12 19:44
mveSandeep Mewara21-Oct-12 19:44 
Questionasp.net Pin
Member 953209320-Oct-12 18:21
Member 953209320-Oct-12 18:21 

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.