1

everytime I try to open code behind for my

<input id="Submit1" type="submit" value="Upload" runat="server">

I get this

    <script language="javascript" type="text/javascript">
// <![CDATA[

        function Submit1_onclick() {

        }

// ]]>
    </script>

Can please anyone help me so I can go to code behind after double clicking ?

Aalia
  • 23
  • 2
  • You might want to expand on your question, what do you want your script to do? – Aaron Lavers Apr 19 '16 at 08:32
  • @AaronLavers that's the problem i don't want to write my code in the script, i'm working on uploading function for files, hope that well explained – Aalia Apr 19 '16 at 08:50
  • use `onserverclick`. [Here](http://stackoverflow.com/questions/16210119/how-to-create-onclick-event-in-cs-file-for-html-input-tag) is a related topic. – ctumturk Apr 19 '16 at 10:26

0 Answers0