Forum: ASP.NET Oct 18th, 2008 |
| Replies: 6 Views: 702 Yes, I'm migrating from PHP. Is there anyway I can do this without using Code Behind files, or will I have to? |
Forum: ASP.NET Oct 18th, 2008 |
| Replies: 6 Views: 702 I don't know what you mean by Class Declaration, but what I have is:
<html><head><script language="VB" runat="server">
Sub Page_Load(s As Object, e As EventArgs)
Dim DayNum As Integer
DayNum =... |
Forum: ASP.NET Oct 17th, 2008 |
| Replies: 6 Views: 702 Hi,
I have a really quick question. I have Sub Page_Load(...), and in that sub, I set a couple of variables. In a form, further down the page, in the <body> tag, I have a button, set so when I... |
Forum: ASP.NET Oct 14th, 2008 |
| Replies: 1 Views: 486 Hi,
I'm selecting a list of results from a table called 'slots'. In a different table, called bookings, I have 3 important fields, 'booked', day_id, and week_num. Now, what I want to do, using SQL... |