Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
May 2008
June 2008
all groups > asp.net > march 2004 > threads for saturday march 20

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

Could not load type - Help
Posted by Santosh at 3/20/2004 11:40:50 PM
Friends, I have a WIN2K server with .Net Framework and SDK running but no VS.Net I have Windows XP with the same framework and SDK but no VS.Net I am a newbie to ASP.Net I have this simple class under WebForm1.aspx.vb, see below. *****************WebForm1.aspx.vb**********************...more >>


Should be an easy one.
Posted by R-D-C at 3/20/2004 11:23:47 PM
Hi, I am looking for some help because I am gradually running out of hair! I have a database from which I retreve a list of items. In the Page_Load of a web user control I dynamically add LinkButtons with their text properties set to the values from the database. I point their click events...more >>

how to start the ide
Posted by hahn at 3/20/2004 9:26:08 PM
I am new to .net world, i downloaded sdk 1.1 and installed on my window 2000 PC (sp 4). my question is how do I start the IDE to start writing the code. Thanks in advace....more >>

Application configuration
Posted by Stefano Mostarda at 3/20/2004 9:13:22 PM
Hi there, I have a question. I've developed an application and now I'm facing with the problem of how to make final user configure the parameters. Now all parameters are stored in web.config file and I have developed a simple program to edit them. The problem is that each time the us...more >>

Testing new ASP application
Posted by starbuck at 3/20/2004 9:07:09 PM
Hi All We are developing a ASP.NET web site which all works (so far) very well when testing within the IDE. However when we load up the start page outside the IDE all the html is there but nothing (buttons etc) work, what are we missing please? Thanks in advance --- Outgoing mail i...more >>

how do you keep an ASP.Net app from crashing all the others in IIS 5.5?
Posted by Dave at 3/20/2004 8:40:03 PM
Hi All, I was wondering if anyone had any tips or configurations in IIS 5.5 running on Win2K Server (SP4) running FW1.1 to keep a failed ASP.Net application from taking down all of the others. It, unfortunately, does not do this by default. For some reason, an app we have that occassionally ...more >>

Which files needed for web app
Posted by RA at 3/20/2004 8:07:33 PM
Hi I have asp.net web app. How and which files do I copy to the web server? Is there a utility that copy the needed files? Thanks ...more >>

Adding an data bindable attribute to option tag in ListBox
Posted by Chuck Dascalos at 3/20/2004 7:04:53 PM
Say for instance I had data like this... BandID BestYear BandName ------ -------- -------- 1 1991 Depeche Mode 2 1989 New Order 3 1985 The Smiths etc... I would like to use the asp:listbox control to display this data i...more >>



ASP Tables + strange stuff
Posted by HenryW at 3/20/2004 6:11:01 PM
I have a section of ASP code that dynamically builds a table. And per usual it writes out to the table like so: Response.Write("<td><font face=""Verdana"" size=""2""><b> Status </b></font></td>") Response.Write("<td><font face=""Verdana"" size=""2""><b> Description </b></font></td>") ' ...more >>

Automation
Posted by Diogenes Dilone at 3/20/2004 5:56:10 PM
Hi Folks, I would like to scheduled a task that would automatically logon to my company's asp.net web app. Does anyone have any suggestions? Thanks D ...more >>

Expected end of statement
Posted by M.Siler at 3/20/2004 4:49:16 PM
I found this sample code on http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemwebhttprequestclassbrowsertopic.asp and I coded it as the following but I keep getting an error and I don't know what I've done wrong. Error Type: Microsoft VBScript compilat...more >>

ASPX through proxy
Posted by Habib at 3/20/2004 4:06:00 PM
Hi, I have a very simple example ASPX file. <% @Page Language="C#" debug="true" %> <html> <script runat = "server"> void Page_Load(Object Sender, EventArgs e) { Response.Write("ASPX-Example!<br>"); } </script> <body> <form runat="server"> <asp:label id="nlLab...more >>

Set tab index for html and asp controls on aspx page
Posted by moondaddy at 3/20/2004 3:33:29 PM
I have an aspx page where i need to define the tab order of the various controls some of which are html controls and some are asp controls. Also, many of the contorls belong to the same class which is used to set thier style. How can I define thier tab orders? -- moondaddy@nospam.com ...more >>

Any asp.net generator?
Posted by Sunny at 3/20/2004 2:46:44 PM
I would like to know is there any asp.net page generator? The generator uses the specified database table to generate some asp.net pages such as update page, insert pages, delete pages. Perhaps it is using the datagrid with sorting feature as presentation template. It will be a great appercia...more >>

Changing a picture OnMouseOver
Posted by Carlos Cruz at 3/20/2004 2:44:49 PM
Hi, I'm just starting ASPNET. Suposing that I've 2 images and I'd like to change the image on the right when I pass the mouse over the image on the left. Could anyone tell me how can I do that? Thanks CC ...more >>

How to use C# Class Code into vb.net for ASP.net
Posted by Ather Ali Shaikh at 3/20/2004 12:55:40 PM
Hi All, I have a class written in C# I am unable to convert it into vb.net class. Can I use it as is in vb.net. I dont want to make any dll. Reagrds Ather Ali Shaikh ...more >>

Inheriting a web control
Posted by Eric at 3/20/2004 12:51:26 PM
I have webcontrol from which I would like to inherit so I can encapsulate it within a table and let users configure it a design time. My table renders and the property editor contains the control from which I inherited but when I try to make modifications to the control such as adding properties...more >>

Field Validation - Can you tell me what I'm doing wrong?
Posted by theintrepidfox NO[at]SPAM hotmail.com at 3/20/2004 11:10:15 AM
Dear Group Instead of placing Field Validators on the Form, I would like them to create programatically but get an 'Object reference not set to an instance of an object.' error. Following the sample code. I'm grateful for any hints! Thanks for your time and efforts! Martin Private Sub...more >>

Is HTTP Stateless ?
Posted by Polaris at 3/20/2004 10:56:09 AM
Read a few books on ASP.NET and seems to me all of them say that HTTP is stateless (as a result, it is a complex job to maintain the session state of a web application ,,, blaa, blaaaa...). I just wonder if this statement is correct? HTTP runs on top of TCP; and TCP is a connection-oriented proto...more >>

Web Service deployment question
Posted by mklapp at 3/20/2004 9:41:05 AM
Hello I am preparing to deploy a webservice built in VS .Net. Several SQLDataAdapters (as well as a SQLConnection) were added to the designer and datasets generated for all the adapters In the Application directory (the directory that holds the asmx file) there are several vb and xsd files...more >>

Div Tag
Posted by Jim Heavey at 3/20/2004 6:05:40 AM
I have place a "Placeholder" control on my form and I want to add an HTML Div tag control into the Placeholder control. I went and looked for the "Div" HTML control on my tool bar, but it was not there. Attempted to add the component to the tool bar, but did not find such a componet to add ...more >>

help: few different access database location
Posted by Tee at 3/20/2004 1:34:24 AM
Hi, I have a site that coded in ASP.NET with MS Access as database. The connection string is also coded to the Access file location. But now the problem is, I have to upload the same ASP.NET application to 2 server. And this 2 different server has different DB folder for us to put in db fil...more >>


DevelopmentNow Blog