Click here to Skip to main content
15,903,012 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: What is neighborhood concept in ASP.Net Pin
indian14324-Oct-13 10:38
indian14324-Oct-13 10:38 
GeneralRe: What is neighborhood concept in ASP.Net Pin
Kornfeld Eliyahu Peter24-Oct-13 10:55
professionalKornfeld Eliyahu Peter24-Oct-13 10:55 
GeneralRe: What is neighborhood concept in ASP.Net Pin
indian14324-Oct-13 14:31
indian14324-Oct-13 14:31 
GeneralRe: What is neighborhood concept in ASP.Net Pin
Zafar Sultan24-Oct-13 21:53
Zafar Sultan24-Oct-13 21:53 
QuestionDependency hell Pin
Super Lloyd23-Oct-13 14:58
Super Lloyd23-Oct-13 14:58 
AnswerRe: Dependency hell Pin
Bernhard Hiller23-Oct-13 20:38
Bernhard Hiller23-Oct-13 20:38 
AnswerRe: Dependency hell Pin
Abhinav S23-Oct-13 22:16
Abhinav S23-Oct-13 22:16 
QuestionGetting the *.aspx working on a server Pin
juno10123-Oct-13 11:26
juno10123-Oct-13 11:26 
I am new to ASP. So my questions my sound silly.

I am using the VS 2010. I have created a simple myname.aspx file. When I run it within VS it works. I would like to upload it to the WWW server to test. What files besides the myname.aspx would I need? Please find my code below.

VB
<%@ Page Language="vb" AutoEventWireup="false" CodeBehind="myname.aspx.vb" Inherits="Lesson1.myname" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
    <title></title>
</head>
<body>
    <form id="form1" runat="server">
    <div>
    <% If Not IsPostBack Then%>
        Hello and welcome to my Web site! What is your name?<br />
        <asp:TextBox ID="TextBox1" runat="server"></asp:TextBox>
        <asp:Button ID="Button1" runat="server" Text="Okay" />
    <% Else%>
        Welcome, <%= TextBox1.Text%>, I'm glad to see you!
        Today is: <%= TimeOfDay%>
    <% end if %>
    </div>
    </form>
</body>
</html>


Thank you,

-Jay
AnswerRe: Getting the *.aspx working on a server Pin
Sanjay Kumar Dwivedi24-Oct-13 1:16
professionalSanjay Kumar Dwivedi24-Oct-13 1:16 
QuestionRe: Getting the *.aspx working on a server Pin
juno10124-Oct-13 4:53
juno10124-Oct-13 4:53 
QuestionHow to reset application state or recall Application_Start Pin
swapnil709023-Oct-13 0:31
swapnil709023-Oct-13 0:31 
QuestionConvert text into hyperlinkable email dynamically Pin
Member 1045459222-Oct-13 8:10
professionalMember 1045459222-Oct-13 8:10 
AnswerRe: Convert text into hyperlinkable email dynamically Pin
Richard Deeming22-Oct-13 9:15
mveRichard Deeming22-Oct-13 9:15 
GeneralRe: Convert text into hyperlinkable email dynamically Pin
Member 1045459222-Oct-13 9:55
professionalMember 1045459222-Oct-13 9:55 
GeneralRe: Convert text into hyperlinkable email dynamically Pin
Richard Deeming22-Oct-13 11:01
mveRichard Deeming22-Oct-13 11:01 
Questionsession related problem Pin
Member 1028388122-Oct-13 7:03
professionalMember 1028388122-Oct-13 7:03 
QuestionGridView binding Image Not working Pin
Member 1045459222-Oct-13 3:14
professionalMember 1045459222-Oct-13 3:14 
AnswerRe: GridView binding Image Not working Pin
Richard Deeming22-Oct-13 3:40
mveRichard Deeming22-Oct-13 3:40 
GeneralRe: GridView binding Image Not working Pin
Member 1045459222-Oct-13 8:01
professionalMember 1045459222-Oct-13 8:01 
QuestionUploading an Image Pin
Member 1031225720-Oct-13 18:29
Member 1031225720-Oct-13 18:29 
AnswerRe: Uploading an Image Pin
Abhinav S21-Oct-13 18:35
Abhinav S21-Oct-13 18:35 
AnswerRe: Uploading an Image Pin
Pratik Bhuva1-Nov-13 4:14
professionalPratik Bhuva1-Nov-13 4:14 
Questioninterview questions Pin
ananta117-Oct-13 7:46
ananta117-Oct-13 7:46 
AnswerRe: interview questions Pin
Richard MacCutchan17-Oct-13 7:59
mveRichard MacCutchan17-Oct-13 7:59 
AnswerRe: interview questions Pin
R. Giskard Reventlov17-Oct-13 8:07
R. Giskard Reventlov17-Oct-13 8:07 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.