Collection as Property Issue
Sat, 6 Sep 2008 10:20:37 +0100
I will be using code generation to generate a data access layer. Each table
will have a class mapping on to the table and a class for generating
collections of the table class. These will then be used in business objects.
I would like to have things like e.g. a property which is a collection of
child objects ...
|
Do I have to get the hosting service to create the database?
Fri, 5 Sep 2008 17:00:24 -0400
This is probably a dumb question because I've been looking in asp.NET books
and the Internet an find no reference at all, but here goes.
If I want to, for example, save the username and password in a database,
what do I have to do to create the database.
I've read about the connecting to a database, but th ...
|
Is there a way to develop SSRS reports without using VS 2005??
Fri, 5 Sep 2008 13:42:56 -0700 (PDT)
Hi,
I have a problem in which we need a ton of reports running against an
AX system and we need allot of people building reports using SSRS
(sorry Report Builder won't work for us).
The problem is that we don't want to have to install VS 2005 on every
machine. Is there a way to develop SSRS reports with out u ...
|
Still can't debug. ARGH!
Fri, 5 Sep 2008 15:17:33 -0500
Quick background:
Our department reveived new PCs a few weeks ago. Alas, due to new security
policies, we weren't immediately set up as admins of our own machines, so
most of us developers had issues getting SQL Server and IIS running
properly.
They apparently fixed all permissions (granting us admin rig ...
|
Best practice - resources in ASP.Net Web Applications
Fri, 5 Sep 2008 21:12:38 +0200
Hi,
I'm looking for some "best practice" help related to web applications and
recources (images, strings, files etc).
In Windows Forms Applications its normal to save all kinds of resources in
the applications recource file - its easy to access, and you always knows
where the resources are (and more).
...
|
AJAX extended radiobuttonlist unselects selected value in popup
Fri, 5 Sep 2008 12:11:09 -0700
hello,
I'm using a radiobuttonlist in an updatepanel in an item template in a
Gridview control. I'm populating the radiobuttonlist in the RowDataBound
event. I have the control toolkit registered in the page and I've got code
to get the selected value from it in the
Radiobuttonlist_SelectedIndexChanged even ...
|
Global.asax.cs and unittests
Fri, 5 Sep 2008 20:57:30 +0200
Hi,
I have a problem where the code in Global.asax.cs runs before the unittests
(on test of course).
In the global file, i load some data from a Oracle table and save it in
HttpApplicationState. This is happening in the Application_start function.
The following unittest show the beginning of the method, ...
|
|
|
Windows File Compression on Asp.net web files
Fri, 5 Sep 2008 11:52:00 -0700
I have an ASP.NET 1.1 web application on Windows Server 2003 that has been
running for years now. Lately we've been having some problems with the
website not responding after an application pool recycle. I noticed that many
of the web files are highlighted in blue when you view them in Window
Explorer. I res ...
|
Cal control - pre selecting a date from last month - and the calendar still shows this month.
Fri, 5 Sep 2008 14:51:07 -0400
So I have a calendar control - and I have it automatically select last week.
So this week it selected 8/24/2008 and 8/30/2008 which is what I want.
Problem is - it's showing September. How can I get it to show the month that
the value is selected in?
TIA - Jeff.
...
|
<head runat="server">
Fri, 5 Sep 2008 14:28:23 -0400
Why do we need runat="server" on our <head> tags?
...
|