syntax problem (vb) data connection
(5 messages)
Date: Fri, 10 Aug 2007 05:50:11 -0700
I'm making a OLE DB connection in code and was wondering if anyone
could identify what the syntax errors I have. I've tried countless
combinations and all give errors.
New OleDbConnection("Provider=Microsoft.Jet ...
|
Double installation
(2 messages)
Date: Fri, 10 Aug 2007 03:36:01 -0700
I would like to install an ASP application twice, once using port 80, once
using port 81. When I try to install the application for the second time, the
installer offers only either uninstall or repair existing installation ...
|
ViewState property can not be accessed in derived class ???
(3 messages)
Date: Fri, 10 Aug 2007 03:30:57 -0700
Hi,
Using inheritance, doesn't 'protected' mean that derived classes can
access that data if specified as protected in the base class ?
Aparently not: ViewState property is declared as protected in the
Control class ...
|
How to use Register in a Web Application
(1 messages)
Date: Wed, 8 Aug 2007 14:53:06 +0200
Hello,
My project is a web application, I want to use register to add a custom
control from the same assembly in a control,
something like:
<%@ Control Language="c#" AutoEventWireup="false"
Codebehind="Products2.ascx ...
|
Could not load type
(1 messages)
Date: Fri, 10 Aug 2007 10:50:58 +0100
Hi all,
I have an application which has been running successfully on our old Windows
2000 Server .Net 1.1.
We have on several occasions tried to rebuild our infrastructure, and even a
demonstration laptop using Windows ...
|
Subclass Page, and expose a design-time property.
(1 messages)
Date: Fri, 10 Aug 2007 02:48:27 -0700
Hi,
I have subclassed System.Web.UI.Page. (Well done me).
Pages in my project should be accessed based on a user's membership to
a Role. Membership to a Role is determined by a small API provided by
the client along ...
|
Formview - Retrieving values
(1 messages)
Date: Fri, 10 Aug 2007 10:14:02 +0100
If I set the DataKeyNames property of a FormView control, for example:
MyFormView.DataKeyNames = New String() {"CustomerID"}
I can retrieve the current FormView Page CustomerID value using:
MyFormView.DataKey.Value
My ...
|
asp.net to asp converter
(10 messages)
Date: Fri, 10 Aug 2007 06:26:34 -0000
Hi ,
I have done my project in asp.net can anyone help me to convert the
asp.net code to asp.
Thanking you,
Regards,
S.S
...
|
webservice logic
(1 messages)
Date: Fri, 10 Aug 2007 15:52:29 +1000
Hi,
I want to pass a custom object to a webservice method like this
public void WebMethod(CustomObject obj)
{
}
The CustomObject is a base class of many derived classes
that can passed to it.
Question's are where ...
|
Client and Serverside Script
(3 messages)
Date: Thu, 9 Aug 2007 21:40:00 -0700
Is it possible to call javascript function from code behind page? If yes, how
to do that ??
--
Regards,
Prashant C ...
|
|
Creating user account by activation link.
(2 messages)
Date: Thu, 09 Aug 2007 21:24:08 -0700
Hi all,
I want to develop one web application. What i want is to allow user to
create account but at that time before giving rights to that user
admin should accept this person's account. So what i want is when user
create ...
|
VSNET2005 config question
(2 messages)
Date: Thu, 09 Aug 2007 21:13:11 -0700
Sorry not really on topic, but doubtless most of you will be using
Visual Studio 2005 so I suppose this is as good a place as any.
I've recently switched to VS2005 from VS2003 and notice that when you
have a few files ...
|
Getting Other Data from SQLDataSource ?
(2 messages)
Date: Thu, 09 Aug 2007 17:55:10 -0700
I have a GRIDVIEW I have bound to an OBJECTDATASOURCE that has the
select pointing to a class method that uses ADO to grab a dataset from
SQL Server Stored Procedure.
One of the columns that comes back I am not interested ...
|
ASP.Net run VBS function
(2 messages)
Date: Fri, 10 Aug 2007 00:24:26 +0100
Hi All,
Does anyone know if it is possible / know how to run a function in a vbs
script from a c# asp.net 2.0 page passing a variable to it and getting a
value back?
Thanks in advance.
Regards,
Nigel
...
|
ConfigurationManager.connectionStrings = Object reference not set
(1 messages)
Date: Thu, 9 Aug 2007 15:36:02 -0700
i work on winxp with Net2 ver 2.0.50727 in the IIS (under ASP.NET)
in my web.config file i have :
[vb]
<configuration>
<connectionStrings>
<add name="local_con" connectionString="Data
Source=.\SQLEXPRESS;Integrated ...
|
ASP .NET cookies / session
(1 messages)
Date: Thu, 09 Aug 2007 22:35:35 GMT
So, Here's whats happening -
In my web app, I set a cookie to expire after an hour(60mins) from the time
it was created. As far as I know, I have also set the session to last for
60mins.
FYI: I have a background (AJAX ...
|
Couple of asp:calendar questions...
(9 messages)
Date: Thu, 9 Aug 2007 18:26:44 -0400
I'm porting a classic ASP page with a calendar to ASP.NET. I appreciate the
fact that ASP.NET has such a control built-in, but I'm finding it's far less
flexible than I thought it would have. I'm sure I must simply have ...
|
Stupid Question
(1 messages)
Date: Thu, 9 Aug 2007 15:14:12 -0700
I have a business logic web service that references an object library. No
problem there. This object library needs to reference a data access web
service. If I add a web reference to the DAL web service and set the URL ...
|
IE6 rendering oddity...
(3 messages)
Date: Thu, 9 Aug 2007 15:41:48 -0400
I have the following code in an .aspx file. This is pretty close to what's
generated by VS2005 when you create a new .aspx file, other than the <style>
section I added:
<%@ Page Language="C#" %>
<!DOCTYPE html PUBLIC ...
|
Postbackurl Intermittently Working
(1 messages)
Date: Thu, 09 Aug 2007 21:15:19 GMT
I have a page that uses a button with attribute postbackurl set to a
different page. The page that it posts to is in a different directory
that is secured via forms authentication. When it's clicked sometimes it
works ...
|