Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Search results

  1. roxanefabin786

    HTML & CSS Multiple Video Links targeting on iFrame - all on the same page

    The iframe tag is used to display a web page inside a web page. When you create a document to be inside an iframe, any links in that frame will automatically open in that same frame. But with the attribute on the link (the element or elements), you can specify where the links will open. The...
  2. roxanefabin786

    HTML Same value shown AND saved in form

    UTM parameters are just short pieces of code that you can add to links — for example, the links you share in your social posts. They include information about the link’s placement and purpose, making it easier to track clicks and traffic from a specific social media post or campaign. This might...
  3. roxanefabin786

    C# Discounting Products in ASP.NET

    I am creating a simple application in ASP.NET with some products in a database. I have a specific 'members only' controller where I want to allow members to receive discounts on the products listed on the website. I have posted my product class below where I am thinking I need to add in the...
  4. roxanefabin786

    C# Pasting array of words and most common letter of them

    C# array a collection of objects or types. C# array elements can be of any type, including other array types. An array can be Single-Dimensional, Multidimensional, or Jagged. In C#, an array index starts at zero. That means the first item of an array starts at the 0th position. The position of...
Back
Top Bottom