Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / ASP.NET / General / October 2005

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Using session in more then one project22 Oct 2005 11:14 GMT2
I have five web projects in my Web Solution. I have created session
variable in my first project. Can i use the session variable in all
other web projects without using the querystring and post?
Thanks,
WebClient.DownloadFile Performance problem22 Oct 2005 10:18 GMT1
I have been suddenly having a performance problem downloading images
from one server (productive) to another (productive) using the
following code ..
WebClient webClient = new WebClient();
Dangerous querystring22 Oct 2005 05:52 GMT4
I create an encrypted string and when this string is pass into a querystring
to an ASP.Net page I have an error message that said that this querystring is
potentialy dangerous.
Here is an example of a querystring to reproduce the problem :
xcopy deployment22 Oct 2005 05:31 GMT3
When we deploy our asp.net site to our webfarm sometimes the changes aren't
reflected.  We are then forced to run "iisreset" before we can see our
changes that were deployed with the build.  This doesn't always happen so we
are trying to figure out how we can get our site to ...
Keep Scroll Position After Postback.22 Oct 2005 05:28 GMT2
I have a <div> with Overflow = Auto and within it
have several controls that can cause postback.  The problem
is that after every postback, the <div> would scroll back top.
Is there a way that the <div> could retain its scroll
Better Code than This......22 Oct 2005 05:24 GMT8
If Not dtrMyDataReader.IsDBNull(dtrMyDataReader.GetOrdinal("Customer")) Then
   strCustomer = dtrMyDataReader("Customer").ToString()
End If
Where "Customer" is a string data type.
need asp.net visual web  developer tutorial that works.22 Oct 2005 05:14 GMT1
I can't get past a
HTTP Error 403 - Forbidden - error in the tutorial at:
http://beta.asp.net/guidedtour/ It is the Authors tutorial.
I start from the beginning and follow step by step. There is no
Can I have a vb.net logic as well as a java function assigned to a22 Oct 2005 05:08 GMT1
I have a button that updates a table. But I also want to refresh a page
using a Java Function.
Can I execute some vb code and then execute the java function?
Thanks.
deploying asp.net22 Oct 2005 01:58 GMT3
hey all,
i'm using XCOPY to deploy to files to production. 1 copies (the .dll) and
the other one doesn't(default.aspx)
it says access denied on the latter one. I've assigned NETWORK SERVICE
just wondering22 Oct 2005 01:34 GMT3
hey all,
i have a simple asp.net page that expects a session variable to be present
on Page_Load. if not it redirects to a restart page.
i made a settings change on iis to the virtual directory authentication
Transferring Data Between Applications on the Same IIS box.22 Oct 2005 01:23 GMT2
I am trying to build a standardized login screen that several different
web application could use.  What I would like is for the login screen
to detect where the user has come from.  Based on this, code unique to
the site being accessed would run, along with all the code common to
login with built-in popup window?22 Oct 2005 00:18 GMT4
I've seen web pages where logging in will pop up a stardardized dialgue
window, one that allows you to remember your password.
How does one invloke this in code?
Does it work reasonably well for different borwsers?
asp.net sql trusted connections between machines21 Oct 2005 23:12 GMT2
So we have a client who doesn't want to run a Service Level Account
(either via an Application Pool or IIS impersonation) and we need to
connect to a remote SQL Server instance w/ Read-Write permissions. They
don't want to do it that way due to the maintenance issues with
background error21 Oct 2005 22:56 GMT2
I'm learning some cool things in the asp.net 2. And when I was using
the master page, I created one in the root folder. And created a
derived web form in other folder. But when I open this derived webform,
the background table image doesn't appear.
regular expressions replace21 Oct 2005 22:26 GMT3
i'm trying to find a way using regular expressions to replace all the
[photoXXX] matches by an image
Exemple
[Photo123] by <img src="123.jpg">
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.