Results 1 to 4 of 4

Thread: Image in ASP.Net

  1. #1

    Thread Starter
    New Member
    Join Date
    Nov 2018
    Location
    India
    Posts
    8

    Image in ASP.Net

    How to write code for Image in ASP.Net?
    Please do suggest

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    110,351

    Re: Image in ASP.Net

    Please provide a FULL and CLEAR explanation of the problem. What are you trying to achieve, how are you trying to achieve it and what happens when you try.

  3. #3
    Member
    Join Date
    Jul 2019
    Location
    Ahmedabad
    Posts
    57

    Re: Image in ASP.Net

    By this code you can work with images in ASP.Net ::

    Code:
    <asp:Image ID="Image" runat="server" ImageUrl="~/files/image.png" AlternateText="Image" ImageAlign="Left"/>
    For better understanding refer these links:

    1) https://www.tutorialspoint.com/asp.n...ith_images.htm

    2) https://www.fastlearning.in/aspnet/a...ge_control.php

  4. #4
    Banned
    Join Date
    Dec 2019
    Posts
    9

    Re: Image in ASP.Net

    Quote Originally Posted by Pankaj021190 View Post
    How to write code for Image in ASP.Net?
    Please do suggest
    It's not that clear what your goal is, so if you could provide a better-detailed explanation, that would be just awesome

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width