Back | Reverse | Quick Reply | Post Reply |

ASP
Link | by Ogata on 2005-09-27 08:07:20
Anybody here good with scripting? I really have trouble with it since I have a bad programming bg in java =/

Re: ASP
Link | by YoGa on 2005-09-29 14:47:38
Iam not very good @ scripting...
but,I think I may help you ^_^
What is your problem?

YoGa

Re: ASP
Link | by lei8iel on 2007-03-08 03:59:41
i'm new in asp.. how can i make a forum like this in asp? i know gendou uses php in this site..

correct me if i'm wrong, each reply in this forum is placed in a table right? so how do i do that in asp?

is that in asp coding or in html?

dies mono dies

Re: ASP
Link | by ArrowHead on 2007-03-11 19:00:00 (edited 2007-03-11 19:14:28)
I think it's almost the same with php...

  1. You have to make database for the threads

  2. Make connection to the database (I used to use ADODB)

  3. Extract the data (using SQL or stored procedure or extract the whole table)

  4. Put the data in variables or array (ex: title, body, signature, etc)

  5. Make the HTML Table inside looping control (for, while, ...), so that it'll make the same table for each post

  6. Put variable int that table cell (<td> or <th>) using <%= varname >. for example: <td><%= title ></td>


That's it from me...I make this half year ago, before I use PHP. PHP is a better script programming for me, rather that ASP. But I haven't try ASP.NET yet. Is it good? is it better than PHP??
Please tell me about that....

Re: ASP
Link | by lei8iel on 2007-03-12 01:14:31
thank you ArrowHead for the reply..

i dont know if asp.net is better than php since i haven't used php yet..
we are using asp.net through visual studio, all i can say is that it's easy to use like vb with drag and drop features.. of course it is better is to know and master the coding instead of relying on drag and drop thing..

thanks again for the reply...

dies mono dies

Re: ASP
Link | by you look tasty on 2007-03-12 21:50:06
Note that ASP is Microsoft's version of JSP. If you have some background in Java, JSP is comprehensible and quick to pick up on, and thus ASP by association.


Back | Reverse | Quick Reply | Post Reply |

Copyright 2000-2024 Gendou | Terms of Use | Page loaded in 0.0029 seconds at 2024-04-27 17:24:25