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 > july 2003 > threads for saturday july 12

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

Office PIA bomb out
Posted by Alvin Bruney at 7/12/2003 9:44:22 PM
COM object with CLSID {0002E556-0000-0000-C000-000000000046} is either not valid or not registered. This is coming from the webserver. I've downloaded the office PIA's. Used the register.bat. I'm stump as to what to do next. The structure of the registry folder is different from what my machine ...more >>


change web form content type programmatically
Posted by andy at 7/12/2003 6:24:27 PM
I have user controls(.ascx) programmed to function as modules on the same page - default.aspx. As you would be well aware, default.aspx has the normal html stuff:- <%@ Page language="c#" codebehind="default.aspx.cs" inherits="xmlportal.read" autoeventwireup="false"%> <!DOCTYPE HTML PUBLIC "-...more >>

deployment
Posted by Doyle Johnson at 7/12/2003 3:25:25 PM
i have completed the development and now its time to deploy to a hosting service. Can anyone give me tips and referrals to some how to info on deployment of asp.net apps. thanks doyle...more >>

Popup - Sending back values
Posted by LIN at 7/12/2003 2:58:51 PM
Hi, I'm developing a website using ASP.NET. I have a calendar control which popups when the user clicks on "Show Calendar" button. Now, he selects two date. From and to date from the calendar. And there is an "apply" button which should send back the date values to the ASP page. How can i...more >>

Object reference not set to an instance of an object.
Posted by yysiow at 7/12/2003 11:54:54 AM
hi, help.. protected void Item_Click(object sender, DataGridCommandEventArgs e) { if(((LinkButton)e.CommandSource).CommandName == "SelectItem") { string key = DataGrid1.DataKeys[e.Item.ItemIndex].ToString(); try { DataRow dr = ds1.tblPlasmaInfomation.FindByPla...more >>

Beginner Help....
Posted by Mike Bell at 7/12/2003 4:14:09 AM
Ok.... I'm trying to build my own custom calendar control for a first custom control practice project. For this control I'm deriving from the table class. I have created a new class called CalCell that is derived from the TableCell class that adds some methods and events. Being th newby that I am...more >>

Concept behind ASP.NET user LOGIN application?
Posted by omar at 7/12/2003 1:20:09 AM
im migrating from asp to asp.net. im a bit confused about form authentication in ASP.NET ... in ASP if I wanted to create a login application I would simply query the db for the username and password entered in a form and if a count of 1 was returned i would set cookies and redirect and so on....more >>



DevelopmentNow Blog