all groups > asp.net > july 2007 > threads for tuesday july 31
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
shared session between asp and asp.net
Posted by Sergio E. at 7/31/2007 11:00:15 PM
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.
... more >>
Calling a windows application from inside the browser
Posted by Tamer Ibrahim at 7/31/2007 9:31:20 PM
Hello,
Can I call, run, a windows application from my web application when the user
fires a certain event ?
Thank You.
... more >>
Error occurs when clicking after 15 minutes
Posted by Nathan Sokalski at 7/31/2007 7:49:50 PM
When I click after about 15 minutes on a page I wrote I recieve the
following error:
Server Error in '/' Application.
--------------------------------------------------------------------------------
Validation of viewstate MAC failed. If this application is hosted by a Web
Farm or cluster... more >>
memory leak in asp 2.0
Posted by Aleks Kleyn at 7/31/2007 7:46:37 PM
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 I expected that this amount of memory will be fixed and will depend
... more >>
physical path to virtual path under virtual directory
Posted by Jeff Beem at 7/31/2007 7:18:04 PM
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.txt.
I need to convert this path to a virtual path with the virtual ... more >>
Session.Timeout
Posted by Nathan Sokalski at 7/31/2007 6:50:08 PM
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
property doesn't help me avoid errors (I can obviously set the value t... more >>
Ent Library Application blocks
Posted by GaryDean at 7/31/2007 6:18:31 PM
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
simple stored procedures and executing them from .net code using ea... more >>
How to debug
Posted by Thomas H. Lanier at 7/31/2007 5:14:31 PM
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 go about debugging errors that occur with components such as
the LinqDa... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
find the first thursday from a given month
Posted by Paul at 7/31/2007 4:46:01 PM
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 be
week 1= (first thursday of the month through the next wed). So for... more >>
AJAX call Javascript function from Update Panel Postback
Posted by gabe at 7/31/2007 4:20:28 PM
How do you call a client side javascript callback method after an
update panel has posted back to the server?
I have two update panels (A + B) with a gridview in each panel.
GridView B has a Trigger to listen when GridView A posts back from a
Select button. This works fine. I can get the Pos... more >>
DataList--is it wrong to do this? If so, what's the correct way?
Posted by Homer J. Simpson at 7/31/2007 4:20:07 PM
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 a fixed size, so I want a scrollbar to
appear if I have a lot of recor... more >>
xml nodes and getting random node
Posted by pelegk1 at 7/31/2007 3:22:03 PM
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 active="1">dfgdfg</tips>
<tips active="0">gdfgdfg</tips>... more >>
problem with linbutton in edit mode
Posted by Mark at 7/31/2007 2:39:51 PM
Hi,
i want to perform several things (like checking and correcting automatically
the lenght of a multiline textbox in order to avoid Truncate error, removing
automatically "<" and "'" to avoid "potential danger" error etc ..) with
javascript on a gridview.
If i take in the aspx file this... more >>
using System.Web.Mail ?
Posted by at 7/31/2007 1:29:53 PM
I received an unhandles exception in my email form as follows
Dim mo As System.Web.Mail.MailMessage = New System.Web.Mail.MailMessage
mo.Body = "test"
mo.To = femi@yahoo.com
Dim a As System.Web.Mail.SmtpMail
a.Send(mo)
Line 8: mo.To = "femi@yahoo.co.uk"
Line 9: Dim a As System.Web.Mail.... more >>
Authentication using Active Directory
Posted by GaryDean at 7/31/2007 12:28:22 PM
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 myDirectoryEntry As DirectoryEntry
myDirectoryEntry = New DirectoryEn... more >>
Multi Tier Sample
Posted by jack at 7/31/2007 9:42:40 AM
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...
... more >>
Create WSDL at each request (ASP.net 2.0)
Posted by Jay Douglas at 7/31/2007 9:41:23 AM
Using a SoapExtensionReflector I'm making some adjustments to some the wsdl
document auto generated by asp.net. It seems as the wsdl is being cached
thus only showing the original modifications.
How do I disable any caching that asp.net is using for generation of the
wsdl documents? I need t... more >>
Image Based Website
Posted by Helter Skelter at 7/31/2007 9:06:02 AM
Hello all,
I have decided that I want to try and make a website entirely out of images,
using several images as the main body. it struck me, however, that suck a
website might get reuced in size due to the way the browser works. you know,
it'll reduce the size of the graphic so that it fits o... more >>
Way to manipulate Flash Video (FLV) files with .NET code?
Posted by noneya22 NO[at]SPAM excite.com at 7/31/2007 9:02:17 AM
I am building an asp.net 2.0 application and I need to be able to
convert existing FLV files on the server. Specifically, I need to be
able to take an FLV file and convert it to another, smaller/scaled
down FLV file. I'm trying to create a small, preview of the original
FLV file. Is there a .... more >>
XML Node to XML Document
Posted by Dave T at 7/31/2007 8:32:03 AM
I have a web service method that returns an XMLDocument. When I call it from
an aspx page, the intellisense says that the method is of type XMLNode, so
when I try, stupidly, to get the results of the web service call into an
XMLDocument in the client, it fails with the error
System.Web.Ser... more >>
Content-Disposition attatchment question
Posted by Martin at 7/31/2007 7:13:58 AM
I have a link in a page that allows the user to download a dynamically
created XLS file. I add these headers and everything works correctly -
as long as the .xls file is in the "home" folder.
AddHeader("Content-Disposition", "attachment; filename=MyFile.xls")
AddHeader("Content-type", "applicati... more >>
Everything stops when a Thread is running on the server
Posted by Amrit Kohli at 7/31/2007 7:08:02 AM
Hello,
I have a button that starts up a Thread and runs it in the background.
While the Thread is running, all the Ajax controls, including the events
fired by the PageRequestManager, stop firing until the Thread exits. So, I
have no way of updating the page while this Thread is running, ... more >>
Casting a Variable to User control
Posted by Dinu at 7/31/2007 4:58:33 AM
How to Cast a Variable to User control in ASP.NET using vb.net as code-
behind
... more >>
Dynamically program User controls in a Master page from a content page
Posted by Dinu at 7/31/2007 2:39:19 AM
How to Dynamically program User controls in a Master page from a
content page
Thanks
... more >>
Is there a way to highlight variable in vs2005 like what eclipse do?
Posted by chenhong at 7/31/2007 12:00:00 AM
Is there a way to highlight variable in vs2005 like what eclipse do?
... more >>
|