warning CS1702
Thu, 14 Aug 2008 03:02:46 +0300
Hi guys,
I am having this warning for quite a while and I cannot get rid of it:
(0,0): warning CS1702: Assuming assembly reference 'XXX, Version=1.1.1.4,
Culture=neutral, PublicKeyToken=xxxxxx matches 'XXX, Version=1.1.1.122,
Culture=neutral, PublicKeyToken=xxxxxx', you may need to supply runtime
policy
...
|
Connection pooling & Windows Integrated Security
Wed, 13 Aug 2008 16:08:51 -0700 (PDT)
I want to avoid asking for a user name and password on my intranet
applications so I decided to use windows integrated security. However
I wonder if connection pooling will work in this scenario or since
each user is connecting with a different windows credential the
connection won?t be in a pool. I was reading ...
|
Re: Hover popups in table cells
Wed, 13 Aug 2008 22:04:40 +0000 (UTC)
Oh, the problem is the position setting in the style of the div itself. I've
got a custom control that does this as well. Make sure you set the position
setting of the style attribute to absolute, and it won't resize anything
else on the page.
> This is what I've been using and it doesn't work. It will sh ...
|
How load pages dinamically
Wed, 13 Aug 2008 12:27:31 -0600
Hi everybody, i have a master page and with tree buttons, how configure
the buttons to load pages dinamically in wichone pages.
Regards, ...
|
Hover popups in table cells
Wed, 13 Aug 2008 18:26:09 +0100
In my ASP.NET web app I'm trying to create a popup DIV that displays some
text when the user hovers the mouse over a link in a particular cell in a
table. I'm using JavaScript to show & hide the popup.
I've played around but can't get the popup to work properly. Toggling
between 'visibility:hidden' & 'visib ...
|
Should I move?
Wed, 13 Aug 2008 13:53:02 -0300
Should I move my asp.net 2.0 C# apps to 3.0/3.5? Any real advantages? Any
2.0 code should be converted to 3.0/3.5?
How 3.0/3.5 new features works on practice?
Many thanks!
...
|
Events from dynamic checkboxes sometimes handled the wrong way
Wed, 13 Aug 2008 09:08:07 -0700 (PDT)
Dear Newsgroup Readers,
I have a problem with dynamic controls, in a DotNetNuke module, and
event handlers in VB.NET ASP.NET 2.0. Events are firing and being
handled, sometimes good but also sometimes in a wrong way. I always
unchecked the first of the list (See Also Source Code Below):
CheckBox1 sender ID ...
|
|
|
How to make soap request and receive soap response from php soap
service
Wed, 13 Aug 2008 08:35:19 -0700 (PDT)
Hi there.
Basically, I have function "SomeFunction" that takes 2 arguments
"Arg1" and "Arg2" that are string types and returns "RetVal" that is
integer. Web url is "http://webservice.php".
I have to make Soap request in C# to that web service and recieve
response.
How can I do that?
Tnx. :) ...
|
.NET Framework 3.5 SP1
Wed, 13 Aug 2008 07:34:02 -0700
I have upgraded my VS 2008 with SP1. It has automatically upgraded .NET
framework to SP1 too. Now I will be deleloping my product using .NET
Framework 3.5 SP1. Can this developed product work safely on .NET Framework
3.5 machines. (i.e. machine without .NET Framework 3.5 SP1). My projects are
targetted to .N ...
|
2 menu questions
Wed, 13 Aug 2008 09:23:57 -0400
I'd like clicking on a top menu item to open the list but it insists I
assign a file to the element and then opens the file when I click.
Window menus simply drop down the list of items if a top menu item is
clicked.
Can I get that effect with asp.net?
The following code works OK but I wonder wh ...
|