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 >>
|