Recycling the pool
Thu, 28 Aug 2008 13:28:07 +0200
Hello,
I will soon installed a small Ajax Asp.Net "single page" site on a client
site. This page is simply polling a Asp.Net Web service, which fetchs and
returns parameters (temperature, air conditioning status...) to be displayed
on the page. This is implemented with an Ajax Timer control server.
Now t ...
|
sintax explaination
Thu, 28 Aug 2008 04:18:51 -0700 (PDT)
Hi, I post this newbie question: I don't understand when I can use
<asp:something> and when I must use
only tag like <Columns>
Ex. in the following snippets I use <Colums> and then <asp:BoundFiled>
but which is the difference?
but the pager settings I can use as properties or like tag.
<asp:GridView ID="gr ...
|
Give access to a COM component
Thu, 28 Aug 2008 11:16:26 +0200
Hi there,
this is certainly not the right NG, anyway... I need to launch a registered
COM component from within an Asp.Net web page, with the worker process. But
this is impossible since the aspnet account isn't authorize for this.
How can I change that ?
Best regards
...
|
How to get text from CheckBox.Text property
Thu, 28 Aug 2008 01:29:57 -0700 (PDT)
MSDN lists .text as a propoerty of the asp check obox but can anyone
help me to find out how to access it? We have a panel at the top of
our list forms that allows the user to select which columns to show
from an SQL stored procedure (via business level code). We have
succeeded in getting the names of the check ...
|
AsyncPostBackTriggers
Thu, 28 Aug 2008 01:01:01 -0700
Hi misters,
Here we have two UpdatePanels defined with the second one including a
declaration for an AsyncPostBackTrigger that wires up the click event of the
button contained in the other UpdatePanel. When the user clicks the button,
the second UpdatePanel will refresh its contents.
In my page,when th ...
|
fix the gridview header in IE & Firefox
Thu, 28 Aug 2008 00:23:00 -0700
Hi misters,
I am using a CssClass to fix the gridview header in ASP.Net 2005(C#),which
is working fine in IE..But not working in Firefox..This is the cssclass which
I'm using right now
WrapperDiv
{
background-image: url(tdbg.jpg);
color: #002F5C;
font-weight: bold;
font-size: 10px;
font-famil ...
|
Launch a url in multiple different browsers
Thu, 28 Aug 2008 08:10:31 +0100
I know this is a bit off-subject, but not completely..
I am getting fed up opening multiple different browsers to test layout
render for a given page..
I am wondering if there is a utility that can launch an entered url in
different (installed) browsers?
eg. Internet Explorer, Firefix, Opera, Safari
...
|
|
|
Add triggers to an update panel in code how?
Wed, 27 Aug 2008 23:20:02 -0700 (PDT)
Hi all
I have the following in my .aspx
<asp:ScriptManager runat="server" ID="ScriptManager1" />
<asp:UpdatePanel runat="server" ID="UpdatePanel1">
<ContentTemplate>
<asp:Label runat="server" ID="lbl1" Text="Time will go
here..." />
</ContentTemplate>
</asp:Updat ...
|
State Management between ASP and ASP.NET pages- very urgent
Wed, 27 Aug 2008 19:28:01 -0700
We are accessing ASP.NET file from a classic ASP file. After that we are
accessing a Classic ASP file from the same ASP.NET file, it is destroying all
the application and server variables of the Classic ASP. It is happening only
in Windows 2003 Server. Could you please help us to tackle this issue? ...
|
Executing a var within an aspx .inc file?
Wed, 27 Aug 2008 22:19:56 -0400
All,
How do you write out a variable in a ASPX .inc?? I've used the following in
my code and it worked until I changed the date & MyWebSite, to a server side
write... is there any way of getting this to work within an inc file
structure? Thanks in advance. - CES
<%
Response.WriteFile("Yo ...
|