all groups > dotnet general > august 2003 > threads for saturday august 16
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
Help! codebehind not working.
Posted by ECatz at 8/16/2003 5:08:16 PM
I've got the following line in my .aspx file...
<%@ Page Language="vb" AutoEventWireup="false" Codebehind="WebForm1.aspx.vb"
Inherits="SampleVB.WebForm1"%>
The problem is, it doesn't seem to process the .aspx.vb file. Am I missing
something?
Thanks.
... more >>
Basic Webservice Question
Posted by j_culverwell NO[at]SPAM yahoo.co.uk at 8/16/2003 2:13:11 PM
Hi As you can tell I'm a newbie to dotnet and webservices.
I need to create a webservice to return a list a computers on my
network, I have the code to generate the list of computers but was
wondering if anyone had any advice on what the return type of the
function should be. I want to return... more >>
ASP.Net works on IIS 5.1?
Posted by Ee Ket at 8/16/2003 10:58:16 AM
I have installed IIS5.1 that comes with XP professional and Visual Studio. I
have created a text box and a button with the following code in the click
event of the button... 'textbox1.visible=true'.
However, nothing happens when I click on the button. I'm sure the codes are
correct. Does ASP.N... more >>
Newline character in datagrid cell
Posted by Billy Jacobs at 8/16/2003 8:26:55 AM
I posted this before but the person who answered it
obviously completely misunderstood what I was talking
about.
I have a datagrid which is bound to a dataset table that
I generate programatically. In one of the fields in the
datasets' table, I am creating a string which has newline
cha... more >>
Adding to a list box in ASP .Net
Posted by Paul M. at 8/16/2003 7:48:36 AM
Hi,
I am trying to add a dataset to a list box on an asp .net page, the
query results in about 20 rows coming back when I run it in access but when
I loop through the dataset adding each records field to the list box, the
list box only shows the first one and no others. Anyone know whats goi... more >>
|