communication between to pages in app
(2 messages)
Date: Wed, 01 Aug 2007 04:14:16 -0000
I have two pages in my asp.net application: default.aspx.cs and
test.aspx.cs. How can I call methods from test.aspx.cs from
default.aspx.cs. I can't seem to be able to do this. The aspx.cs files
dont seem to be part of a ...
|
shared session between asp and asp.net
(3 messages)
Date: Tue, 31 Jul 2007 23:00:15 -0500
hi, i need to know how I can access a session variable in an asp page if the
session was created in asp.net and the inverse case
thank you
--
greetings,
Sergio E.
...
|
Ajax UpdatePanel with Wizard
(1 messages)
Date: Tue, 31 Jul 2007 19:26:01 -0700
Hi,
I have a Wizard that have about 5 steps and in every step (page) I do have
some tables, checkboxes, gridview...etc and I'm trying to Cut and Paste this
wizard into Ajax UpdatePanel for Ajax enabling, but it's giving ...
|
physical path to virtual path under virtual directory
(5 messages)
Date: Tue, 31 Jul 2007 19:18:04 -0700
Best way I can think to describe this is through an example. I have a
virtual directory, let's call it "MyVirtualDirectory" that maps to
\\MyServer\Shared.
I have a path that is \\MyServer\Shared\SomeDirectory\SomeFile ...
|
Ent Library Application blocks
(4 messages)
Date: Tue, 31 Jul 2007 18:18:31 -0700
I have just been through the docs on the Data Access Application blocks and
it seems that they complicate things more than make things simple. To me it
seems that there is nothing more simple and straight forward than writing ...
|
async javascript - onclick event gets data from server
(1 messages)
Date: Wed, 01 Aug 2007 00:47:02 -0000
what topics, documentation am I looking for to do the following:
- when a button or anchor tag is clicked, I want to call back to the
web server to retrieve the complete url with which to open a new
browser window.
function ...
|
Error occurs when clicking after 15 minutes
(2 messages)
Date: Tue, 31 Jul 2007 19:49:50 -0400
When I click after about 15 minutes on a page I wrote I recieve the
following error:
Server Error in '/' Application.
--------------------------------------------------------------------------------
Validation of viewstate ...
|
memory leak in asp 2.0
(12 messages)
Date: Tue, 31 Jul 2007 19:46:37 -0400
I wrote application on asp.net 2.0 using dataset. One dataset I put in
session collection and other (which is small and common for other users) I
put in application. I expected that it will get some amount of memory,
however ...
|
find the first thursday from a given month
(7 messages)
Date: Tue, 31 Jul 2007 16:46:01 -0700
HI I have a stored procedure that returns data with a date field in the form
of a DateTime type. I need to place data in variables based on days of the
week starting with the first thursday of the month. So the week would ...
|
Session.Timeout
(4 messages)
Date: Tue, 31 Jul 2007 18:50:08 -0400
I have a page that uses Session variables when generating the SQL statements
used to submit and retrieve data from a database. However, because I don't
know how long the user will be on the page, setting the Session.Timeout ...
|
|
xml nodes and getting random node
(2 messages)
Date: Tue, 31 Jul 2007 15:22:03 -0700
i have an xml for example:
<xml>
<data>
<var>xxx</var>
</data>
<tip>
<tips active="1">345</tips>
<tips active="1">retertert</tips>
<tips active="1">fdgdfg</tips>
<tips active="0">ert435345</tips>
<tips active="1">fdgdf</tips>
<tips ...
|
ASP.NET 2.0/C# Response to client is masterpage instead of file.
(1 messages)
Date: Tue, 31 Jul 2007 16:14:19 -0600
When I single step through the code below, it sends back the PDF file that
is retrieved in the line fm.GetAccountPDF(...). When I run without single
stepping, I get the master page for this page. I have actually saved ...
|
How to debug
(5 messages)
Date: Tue, 31 Jul 2007 17:14:31 -0400
I'm trying to learn a little about VS 2008 and ASP.Net.
In trying to duplicate some of Scott Guthrie's examples using the new
LinqDataSource, I'm getting an error.
Input string was not in a correct format.
How would one ...
|
â–ºGet Satellite Channels On Your PC - FREE!â—„
(1 messages)
Date: Tue, 31 Jul 2007 13:23:12 -0700
Watch Satellite TV On Your Computer Without Paying Monthly Fees... FOR
FREE?
Watch all your favorite shows on your Computer from anywhere in the
World!
Save 1000's of $$$ over many years on cable and satellite bills ...
|
DataList--is it wrong to do this? If so, what's the correct way?
(3 messages)
Date: Tue, 31 Jul 2007 16:20:07 -0400
I feel I'm not doing things correctly.
I have a <asp:DataList> embedded in a <asp:Panel> with its ScrollBars
property set to Auto. Essentially, I want to format a bunch of records as a
list in an area of the screen with ...
|
Authentication using Active Directory
(3 messages)
Date: Tue, 31 Jul 2007 12:28:22 -0700
Are there any actual examples on how to authenticate against Active
Directory using DirectoryServices? I've combed the docs but haven't found
much in the way of examples.
I found....
Imports System.DirectoryServices
Dim ...
|
accessing controls in FormView
(1 messages)
Date: Tue, 31 Jul 2007 19:08:36 -0000
Hello, I have a FormView with only an EditItemTemplate. I want to put
a Calendar in the EditItemTemplate that shows/hides based on the click
event of a button placed next to the Calendar.
The code I currently have works ...
|
Calling a windows application from inside the browser
(16 messages)
Date: Tue, 31 Jul 2007 21:31:20 +0300
Hello,
Can I call, run, a windows application from my web application when the user
fires a certain event ?
Thank You.
...
|
Download a File using WebClient class
(1 messages)
Date: Tue, 31 Jul 2007 11:14:01 -0700
Hi,
I'll download some file from our client site which is accessed after
logging in through some credentials. There I have the option to download a
file. I'll set it to download, and the download is started message apprears ...
|
Multi Tier Sample
(4 messages)
Date: Tue, 31 Jul 2007 09:42:40 -0700
Hi All,
Im searching for 3 tier example, but couldn't find one..
I would be glad if come one suggest some site from where any of such
sample project could be downloaded....
Thanks for providing me this information...
...
|