Groups | Blog | Home


Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
May 2008
June 2008
all groups > asp.net > july 2004 > threads for saturday july 3

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

LifeSpan of a Static variable
Posted by sunil NO[at]SPAM volcanomail.com at 7/3/2004 11:28:27 PM
Dear All, I have declare a static object of my class in a WebService. What is the life span of this Object? Will GC clean it up if it is not used or accessed? Or Will the worker process keep it alive till it gets recycled? Please help TALIA Many Regards Jack...more >>


How to intercept error when httpRuntime maxRequestLength is exceded.
Posted by moondaddy at 7/3/2004 11:02:21 PM
I have an application where users need to upload images and in my web.config file I have a setting like this: <httpRuntime maxRequestLength="512" /> Which restricts image larger than 500k from being uploaded. I'm also using the HtmlInputFile control to do the uploading. My problem is that ...more >>

Modal Window : (Change) Size Problem
Posted by saeedsedighian NO[at]SPAM gmail.com at 7/3/2004 9:36:47 PM
Hello All. I open a window using showModalDialog function. (window.showModalDialog('webform2.htm',null,'resizable:yes')) In modal window after page loaded i want to change size of window using window.resizeTo(growWidth,growHeight) . but this not works. If page open with window.open anything...more >>

Forms Login/Logout
Posted by Brian Henry at 7/3/2004 2:36:17 PM
We have our windows forms login set up and working good, well it works at least, just now we need a logout button, so when you click on it, the user will be logged out of the authentication, how would we do this? this is how we are doing the login form ==[web config changes]===== <authenticat...more >>

Simple string question
Posted by Ammar at 7/3/2004 1:32:08 PM
Hi a sily question! I have decleared a string variable and then defined it by adding togather other varibla lide this: mailbody = " Name:" & Box1.Text & "Adress:" & Box2.Text & "Tel:" & Box3.Text........ I wanted in fact to use this variable as a body of an e mail to be sent to me, and i wa...more >>

bypassing a validation
Posted by Russ at 7/3/2004 1:15:37 PM
How can I cause validation to not take place when a certain button click event fires? I have a page with 2 buttons. If one of them is clicked I want the field validated. If the other is clicked I do not want it validated. I have been unable to find a way to make this happen. Thanks, Russ ...more >>

Permissions Problem
Posted by Brian Cooper at 7/3/2004 1:05:16 PM
I am trying to determine a permission problem trying to write a text file from one web server to another. Here is the situation: We have two domains in place one is Active Directory and the other is an old NT4 domain. These two domains have a trust between them. On a 2003 server I am usin...more >>

another ASP.NET IDE
Posted by Grey at 7/3/2004 12:23:20 PM
Beside Web Matrix, is there any other free IDE for developing C# ASP.NET ...more >>



is aspnet what i need here?
Posted by Bob at 7/3/2004 11:36:54 AM
Hallo, I have to make a web application in Javascript/ASP for tenniscourt reservation (based on Access database). I would like to do everything with one page, because the user must be able to change his day, hour or tenniscourt choice before really reserving it . I tried like this: The firs...more >>

Add debugging users group in domain controller
Posted by Grey at 7/3/2004 10:56:13 AM
I have used a domain controller with web server. I have one web application developed on this web server. but I don't know how to add the debug user group in this DC. Million Thanks ...more >>

newbie needs help with storing stateful information
Posted by Raymond Du at 7/3/2004 10:48:18 AM
Hi, I am working on a shopping cart application, I would like to know the best methods to keep track of items users put into shopping cart. As far as I know, here are some possible solutions: session, cookie, database table, plain text file on server side. Please consider the possibility...more >>

Error during debug in other web server
Posted by Grey at 7/3/2004 10:23:20 AM
I have to debug one web application which it was located in another web server. Unfortunely, when I started debugged from VS.NET 2003, I got the following error, "Error while trying to run project: Unable to start debugging on the web server. The debugger is not properly installed. Run setup to ...more >>

Searching the domain with WinNT Provider in ASP.NET
Posted by Matthias Mohr via .NET 247 at 7/3/2004 7:56:28 AM
Hello, I'm trying to get Users that belong to a group with the WinNT Provider in an ASP.NET environment. I found several examples to do this under ASP using the GetObject-Method (GetObject("WinNT//:Domain/...). But how does it work in VB.NET? Can I use the GetObject-Method, or is the usage o...more >>

Display XML together with HTML in ASP.NET?
Posted by Jason Goh via .NET 247 at 7/3/2004 7:55:43 AM
Hi, I was wondering how do I display a XML file within HTML coding in an aspx page. I would need to preserve the functionality of the XML file with all the '+' and '-' features. For example, I need to display the XML file in an HTML table. Thanks! -------------------------------- Fro...more >>

textbox size elemnt
Posted by steve sumo via .NET 247 at 7/3/2004 7:54:18 AM
whenever I put a size element on a textbox "<input type="text" size="10"> visual studio advises me there is not size element of type text box? Im pretty sure there is and it will work but was curious why VS keeps throwing this as an exception? cheers -------------------------------- From: ste...more >>

How to remain checkBox status when datagrid page changed?
Posted by Chen Sun via .NET 247 at 7/3/2004 7:53:07 AM
I have a datagrid with a checkbox column, if i check one= checkbox, and then change to another page, when i go back to the= previous page, the checkbox that i have marked is unchecked= again, is there anyway to make the checkbox still checked when i= return to the original page ? --------...more >>

Dynamic generated TextBox
Posted by Chen Sun via .NET 247 at 7/3/2004 7:52:19 AM
I have posted this message 15 hours ago but I still could not see= it=2E So I decide repost it=2E I have successully used Jeffrey Ton's method to generate dymanic= TextBox=2E Now my problem is that After the textbox show first= time, I changed the text of textbox=2E I WANT to use thes new t...more >>

Asp.net application run on the IIS
Posted by JIM.H. at 7/3/2004 5:56:01 AM
Hello, I am working on Visual Studio .Net and when I run debug it launches internet explorer and works fine. I move the application with all files to IIS server and planning to get it run there, but when I type it on the address bar it does not run application but try to open *.aspx file. What sho...more >>

Table designer in VS.NET
Posted by Mark Goldin at 7/3/2004 3:18:54 AM
Why it is so pathetic? ...more >>

"'If' must end with a matching 'End If'." <-- BUT IT DOES!! WHY DOESN'T THE DAMN SERVER SEE IT???
Posted by Neo Geshel at 7/3/2004 1:35:50 AM
It seems that there is somewhere where an IF statement will not nor ever function inside of an ASP.NET application. I am using IIS5 on Win2K. I have a web page that uses ASP.NET includes (an "@ resister" with the "Name:tag"). In the ascx include file I have a Sub Page_Load that contains an ...more >>

strange problem
Posted by EMW at 7/3/2004 12:53:33 AM
On my pc on which I created my aspx files, my site works fine. I use IIS5 and is does everything I want it to do. I moved my site to the networkserver (it's a intranet site) and then something strange happens. On my photo page, I show a few pictures that are found in a certain folder. But i...more >>


DevelopmentNow Blog