Creating a Scrollable Multi-Column List
(1 messages)
Date: Thu, 16 Aug 2007 00:07:35 -0400
I am looking to create a multi-column list that is scrollable, kind of like
a ListBox control, only I need a way to align the columns of text that I
will have (I would use spaces, but because the ListBox normally uses a ...
|
How to call C# dll from sql server 2000 dts?
(6 messages)
Date: Wed, 15 Aug 2007 18:35:46 -0700
Using SQL Server 2000, Visual Studio 2005, .NET 2.0 and C#.
>From a SQL Server 2000 DTS package is it possible to call a C# dll
passing one parameter and having two parameters returned?
Thanks,
Sal
...
|
Changing attributes inside a User Control
(2 messages)
Date: Wed, 15 Aug 2007 16:18:17 -0700
I have a User control that has some asp:textboxes and asp:labels in it where
I want to change the visibility and forecolor of these controls.
Right now I am getting and setting the .net controls using properties:
***************************************
...
|
Menu Control Not Working IN IE6
(4 messages)
Date: Wed, 15 Aug 2007 18:27:49 -0400
Help! I have menu control that works in IE7 and Firefox however doesn't
work in IE6 Has anyone ran into this problem? Basically it will not render
any of the childs and then when you mouse over the static menu items, ...
|
Please Help! Dynamic User Controls
(2 messages)
Date: Wed, 15 Aug 2007 14:35:37 -0700
In my pageload I am adding multiple instances of same User control.
They all have properties ID and ParentID.
Now I also have a button in each User control and am bubbling the
event back to main form. No problem so far ...
|
syntax problem with select command
(4 messages)
Date: Wed, 15 Aug 2007 22:17:15 +0200
Hi,
the table 'l0382_project1' exists in sql server. I can see it.
Now in asp.net, i want to check whether it exists but i get "invalid column
name":
1st attempt:
comd.CommandText = "SELECT COUNT(*) FROM sys.tables ...
|
form based authetication not work after copying them to rebuilt se
(5 messages)
Date: Wed, 15 Aug 2007 12:40:02 -0700
Database and OS are same for both machines: SQL Server 2000 and Windows 2000
server.
It worked very well for old machine.
But I have copied them to the new machine and config IIS's Directory
Security to Anonymous, ...
|
Server Wide Problem (frustrating)
(1 messages)
Date: Wed, 15 Aug 2007 15:20:35 -0400
Occasionally, our websites that we host locally will all start generating
errors. There don't seem to be any memory issues. There's nothing in the
Event Log that's out of the ordinary. But all at once, our sites will ...
|
Simple user control with a single ReadOnly Property. "NOT A MEMBER OF" ??
(1 messages)
Date: Wed, 15 Aug 2007 12:02:22 -0700
Simple user control with a single ReadOnly Property. "NOT A MEMBER
OF" ??
Hi, I'm trying to create a simple Custom User control with three
dropdowns (one for day, month and year). that will return a string in
mm/dd/yyyy ...
|
sqldatasource SQLCommand Gridview dynamically change not working...
(1 messages)
Date: Wed, 15 Aug 2007 11:44:24 -0700
I have a SQLDatasource I created on a form. It is tied to the
GridView on that form.
I would like to dynamically change the SQLStatement based on some
criteria on the form.
It seems to always revert back to the Design ...
|
|
Page can't find JavaScript function
(4 messages)
Date: Wed, 15 Aug 2007 11:28:00 -0700
I can't for the life of me figure out why my aspx can't find a JS function
that's in the same file. For instance, immediately after the info describing
the page and the registration of some assemblies, I have a function ...
|
FormView change data before hitting database?
(3 messages)
Date: Wed, 15 Aug 2007 10:59:14 -0700
I have the code below and get the error "cannot change read only
object insied a foreach loop" I am hoping someone could graciously
provide code example of how I could do this? Thanks! - Yin
foreach (DictionaryEntry ...
|
Caching question
(2 messages)
Date: Wed, 15 Aug 2007 10:48:26 -0700
..NET Framework 1.1.
Are Page.Cache, Page.Context.Cache and Context.Cache all the same? I
don't see enough In the MSDN to clarify it for me. The 1.1 Page class
has a Cache property, but no Context property (as it does ...
|
dynamic controls
(4 messages)
Date: Wed, 15 Aug 2007 13:36:28 -0400
hi,
In my aspx page I do have some dynamic aspx controls. I am using
document.getElementById('pageID_Ctl1_text1') in the javascript to copy some
values from these controls. It is working in the first time, and these
controls ...
|
How to access the ServiceHost object from the WCF service
(1 messages)
Date: Wed, 15 Aug 2007 12:41:41 -0500
Hi all.
I created a custom ServiceHost object and did a bunch of initialization
there. Now I need to access an object in it from the actual WCF service
class. How can this be done?
Thanks!!!
...
|
Master pages
(4 messages)
Date: Wed, 15 Aug 2007 09:52:03 -0700
How do I pass user defined data between a content page and a master page?
My content page needs to change the menu options in my masterpage.
--
Arne Garvander
Certified Geek
Professional Data Dude ...
|
transfering ASPNETDB.MDF Authentiocation to SQLServer
(5 messages)
Date: Wed, 15 Aug 2007 09:14:37 -0700
I have a 2.0 Website application in the dev environment that uses a SQL
Server 2005 DB and also uses the authentication controls and classes that
automatically use SQLServer Express. It all works fine in the dev
environment ...
|
Not sure how to entitle this?
(3 messages)
Date: Wed, 15 Aug 2007 11:09:02 -0500
I have a site where most of the time users never leave the default page.
Using an iframe, most pages are loaded into the iframe when users click
buttons via codebehind code.
After optimizing the site (unless I set the ...
|
301 Permanent Redirect
(1 messages)
Date: Wed, 15 Aug 2007 11:03:06 -0500
If Google tells me that I have too many redirects on my url or 302 Temporary
redirects (they say this in the same sentence so who know which is the case)
and they recommend changing all temporary redirects to permanent redirects ...
|
Outlook mail received event in c#
(1 messages)
Date: Wed, 15 Aug 2007 15:54:25 -0000
Hi
I am trying to write a windows service that will listen to the
exchange server for incoming mail for a particular account.
If any one could help me out on how I could achieve that I would
really appreciate.
I am ...
|