How to Create Visual Studio 2013 Extension?

Urgent… Does anyone know how to do this with visual studio express 2013 for web ?

  • 1. Create a user control: a one row table that contains image and hyperlink to: - facebook - tweeter - Google+ 2. continue with the page you created in session2, this time complete ...show more

  • Answer:

    It isn't Visual Studio you should worry about. That is just an IDE like any other. YOu need to decise how you want to code this up. Start with HTML for the table <tr> <td> <a href="facebook.com">facebook image</a> </td> repeat for the rest </tr> For #2 since I have no idea what Session 2 looks like, I'd have to say look back at the instructions for the assignment and follow along As for the controls A clickable button is marked up as follows: <button type="button", id="submit">SUBMIT</button> As for #3 This will require javascript to hook into the html for the buttons with a document.getElementById("submit").submi... Clear works in a very similar way http://www.w3schools.com/jsref/met_form_reset.asp Hope this helps get you going

4YZJ2AAC264I3I43S4CX7XIBKI at Yahoo! Answers Visit the source

Was this solution helpful to you?

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.