|
.net
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
ASP.NET Developmentmicrosoft.public.dotnet.framework.aspnet
Use 2 different databases
shapper -
27 Oct 2006 6:03 PM - 1 message
Hello, I have created a function which creates a DataTable from a Database. However, I want to be able to use an Access or aSQL database. Do I need to create 2 complete different functions? The method is the same, only the types change. ...
How can I get the user DateTime
David Thielen -
26 Oct 2006 5:36 PM - 1 message
Hi; When I get a request how can I get the user's local DateTime? I can get ultureInfo.CurrentUICulture.Calendar for a calendar but I don't see any way to turn that in to a DateTime (although you would think that would be ...
Access denied errors
krallabandi -
25 Oct 2006 2:14 PM - 1 message
Do you have any idea about the below errors? Access to the path "C:\DOCUME~1\P005715\ASPNET\LOCALS~1\Temp\cumhnc6b.cmdline" is denied. Access to the path "C:\DOCUME~1\P005715\ASPNET\LOCALS~1\Temp\fbc8tyiu.cmdline" is denied. ...
Connecting to SQL 2005 from .Net 1.1
robin9876 -
24 Oct 2006 10:35 AM - 1 message
On server that is hosting an Asp.Net v1.1 application, are there any additional components/configuration required to allow it to connect to a database that is on a SQL 2005 server that has the database set as compatibility level 90 (2005)? ...
Datagrid binding trouble
SAL -
23 Oct 2006 3:30 PM - 1 message
Hello, Currently, I am binding a Datagrid from a Data Table in my ASP.net project. I am populating my Data Table from a CSV file. When using Visual Studio 2003 to debug my application everything works fine, but when I publish the page to ...
Problem with ObjectDataSource and Update
Norbert Ruessmann -
23 Oct 2006 11:01 AM - 1 message
Hello group, I have a business object, which contains Orders. Each Order has a list of OrderItems. Orders are collected in a list List<Order>, OrderItems for each order are of type v<OrderItems>. From a database view this is a one to many ...
Newbie Q about base classes and where to put them
google -
23 Oct 2006 9:16 AM - 1 message
Struggling a bit with some newbie questions regarding base classes, header files and the like in ASP.NET/C#. (Using VS2005, C# and ASP.NET 2, and new to them all...) I'm going to be creating about 200 web services that will share some ...
How to access properties of buttons/labels on a login control ?
craigkenisston -
22 Oct 2006 6:19 PM - 1 message
Using asp.net 2.0. I have this code: protected void Page_Init(object sender, EventArgs e) { Login1.LoginButtonText = MyFuncion(); string testtext = Login1.LoginButtonText; } It doesn't work. protected void Page_Load(object sender, EventArgs e) ...
|
|||||||||||||||||||||||