| Thread | Last Post | Replies |
|
| Using session in more then one project | 22 Oct 2005 11:14 GMT | 2 |
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 problem | 22 Oct 2005 10:18 GMT | 1 |
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 querystring | 22 Oct 2005 05:52 GMT | 4 |
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 deployment | 22 Oct 2005 05:31 GMT | 3 |
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 GMT | 2 |
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 GMT | 8 |
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 GMT | 1 |
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 a | 22 Oct 2005 05:08 GMT | 1 |
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.net | 22 Oct 2005 01:58 GMT | 3 |
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 wondering | 22 Oct 2005 01:34 GMT | 3 |
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 GMT | 2 |
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 GMT | 4 |
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 machines | 21 Oct 2005 23:12 GMT | 2 |
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 error | 21 Oct 2005 22:56 GMT | 2 |
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 replace | 21 Oct 2005 22:26 GMT | 3 |
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">
|