Hi, I'm pretty new to coding with asp.net so please bear with me if this sounds 
like a newbie question.  I am trying to create a webpage where I can add 
aliases to a list and have the list post keep the data I put in.  ie input this 
info "bob e;e;e;s;drink potion"
then have it take that information and add it to a current maintained list. 

The page is supposed to look like this:

Enter your alias:
(input alias here)

Alias list:
bob n;n;spin
jack e;e;sit
mary w;w;drink

This is what I have here so far:
<%@ Page Language="VB" %>
<script runat="server">
</script>
<head runat="server">
<title>Aliases.</title>
</head>
<body>
<form id="form1" runat="server">
<div>
Enter your aliases.<br />
<input id="Text1" style="width: 400px;" type="text" /><br />
eg: cot-coc n;w;n;n;e;n;n;enter<br />
<br />
Your aliases will be added to this list:<br />
</div>
</form>
</body>
</html>

Suggestions will be really appreciated.

All The Best,
Jeff Anderson



[Non-text portions of this message have been removed]



------------------------ Yahoo! Groups Sponsor --------------------~--> 
Most low income homes are not online. Make a difference this holiday season!
http://us.click.yahoo.com/5UeCyC/BWHMAA/TtwFAA/saFolB/TM
--------------------------------------------------------------------~-> 

 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/AspNetAnyQuestionIsOk/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to