Results 1 to 4 of 4

Thread: how can i do this in asp.net?

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Jan 2002
    Posts
    425

    how can i do this in asp.net?

    how can i do this in asp.net?

    classic asp example :

    <table>
    <% for i=0 to 10 %>
    <tr>
    <td><% response.write %></td>
    </tr>
    <% next %>
    </table>

    any ways to do this in asp.net?
    thanks

  2. #2
    C# Aficionado Lord_Rat's Avatar
    Join Date
    Sep 2001
    Location
    Cave
    Posts
    2,497
    That same code should work for you, except you need something after the response.write
    Need to re-register ASP.NET?
    C:\WINNT\Microsoft.NET\Framework\v#VERSIONNUMBER#\aspnet_regiis -i

    (Edit #VERSIONNUMBER# as needed - do a DIR if you don't know)

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Jan 2002
    Posts
    425
    eh may i know what to put after response.write?

    because i am more on the java side..and some knowledge in asp, just want to rapidly create an web application using asp.net.

    whatever i declare in the class.aspx.vb can i use it with the response.write?

  4. #4
    Junior Member
    Join Date
    Jul 2000
    Location
    Canada
    Posts
    20
    What are a you tring to write to the screen?

    response.write ("hello")
    response.write i

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