Paco-uk

Paco-uk

  • NA
  • 3
  • 0

Newbie Question - Data Binding C#

Apr 9 2005 6:00 AM
Hi all this is my first post here as im new to ASP.Net & C# I have decided to take this up as a new language as i have been writting in vb6 for about three years but now want to learn some web based code, Anyway question is, I have created a page that gets data for selected customers and date from my SQL server that all works fine , however i would like to add the customers name and poss an image to the top section of the web page, i was thinking of using a label for the customer name but after trying to get the data to the label i have no hair left (possibly missing something stupid) here is the code i have so far .. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ <%@ Import Namespace="System.Data" %> <%@ import Namespace="System.Data.SqlClient" %> <%@ Page Language="C#" Debug="true" %> Despatch Status

Enter Delivery Date (dd-mm-yy)

Select Customer Ship-To

Any help or example would be appriciated TIA

Answers (1)