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 > april 2004 > threads for saturday april 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

adress of project folder
Posted by Jarod_24 at 4/3/2004 10:50:36 PM
I got a function that return the url of a image, the problem is that the image control on the .aspx page automaticaly adds the adress of itself to the adress Example: The page http://localhost/myapp/pages/misc/index.aspx calls the function, and it returns the string "images\thumb\001.jpg" Th...more >>


URGENT: Framworfk 1.1.4 cant be detected on IIS
Posted by Mustafa Rabie at 4/3/2004 9:08:30 PM
Hi I have a Windows 2003 Server enterprise + Visual Studio 2003 + IIS 6. Creating new Web Projects and Services using VS 2K3 was working gr8. All of a sudden today i was trying to creat/open a new/existing web application and i got the following Error... dotnet framework was not detected on th...more >>

FormatException: Input string was not in a correct format.
Posted by Maria at 4/3/2004 9:02:06 PM
Hello ! I'm a newbie trying to learn something about asp.net. To start with something easy I made a page that convert from Celsius to Fahrenheit. The code : Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim x As Double = ((...more >>

Control objects: HTML or ASP.NET
Posted by Apostolis K. at 4/3/2004 8:58:50 PM
When should I use HTML Control objects (HTML Tags + "runat" and "id" attirbutes) and when ASP.NET Control Objects (<asp:servercontrol> tags) in my ASP.Net Application. Is anyone of them more effective in some tasks or whichever I use is the same thing? -- Áðïóôüëçò Ê. (áöáéñÝóôå ôï äéðëü k ...more >>

ASP.NET Resource Kit
Posted by Abul Hasan at 4/3/2004 8:54:20 PM
Hi Everyone, I have Visual Studio. NET. I have downloaded ASP.NET Resource Kit. But now when I am trying to open any of the solution it gives me error that it is not a Visual Studio solution. Am I missing something. Does it require VS.NET 2003?? Thanks. Abul Hasan ...more >>

Tooltips in intellisence
Posted by Shaul Feldman at 4/3/2004 7:06:06 PM
Hello, is there any way to write explanation for code I write in vb.net so when this code is used (typed with intellisence) the explanation wrote with code would be showed? As if it was any built in function or class member. Thank you. -- With the best wishes, Shaul Feldman ...more >>

How to deploy an application disabling the back button of the browser?
Posted by cgian31 NO[at]SPAM katamail.com at 4/3/2004 7:03:38 PM
Is it possible to disable the back button of the browser application-wide? Or it must be done in each form? In any case, how?...more >>

Server file space monitoring
Posted by laurie at 4/3/2004 3:59:38 PM
Hi. Does anyone know of a simple asp script that can check free disk space and send an email to someone when low disk space occurs? I am not familiar with asp. I am from a php background but our server doesn't support php only asp. Thanks Laurie ...more >>



What's the correct Validation Expression Syntax?
Posted by theintrepidfox NO[at]SPAM hotmail.com at 4/3/2004 11:59:41 AM
Dear Group I'm having a password field which should contain at least one character a-z AND at least one number 0-9. I can't figure the correct syntax, have tried something like the one below and variations of it with no luck. Any help is very much appreciated. [A-Za-z{1,}]* AND [0-9{1,}]* ...more >>

where is my web control in the page hierarchy
Posted by David at 4/3/2004 9:59:05 AM
Say a asp:textbox control on the web form. Where is it in the hierarchy of the page object. I found out that it is not in page.Controls. Looking at the Locals window where stepping through the code, if I follow the tree.. - page - Form - System.Web.UI.HtmlControls.HtmlContainerControl -...more >>

tool tip?
Posted by Max at 4/3/2004 9:51:03 AM
Anyone know how to implement tool tips? The only examples I get seem to be for windows forms. I want to do this on a web page. -Max ...more >>

Fresh Starter
Posted by Abul Hasan at 4/3/2004 9:34:22 AM
Hello Everyone, I know Dot Net and Visual Basic .NET but I am new to ASP.NET. I just want to ask that what is the best and quickest way to start and learn ASP.NET. Any resources , websites Books?? I want to learn ASp.NET as quick as possible! Thanks. Abul Hasan Lakhani. MCP - VB.NET ...more >>

Running ASP.NET pages in a standalone win98 or winme pc
Posted by Vanga Sasidhar at 4/3/2004 8:36:18 AM
Hi, I am developing my asp.net pages using WinXP, IIS 6.0 and Webmatrix in my office. But i want to run these files in my home computer which is not at all connected to any other computer and more over it is having win98 and winme operating systems. is there any possibility that i can run these ...more >>

Javascript code
Posted by Shaul Feldman at 4/3/2004 8:17:59 AM
Hello, I'm trying to figure out what's the most convinient way to write JavaScript code in ASP.Net, espacially when JavaScript code has to recieve certain values from server side. In classic ASP it was quiet simple, here I get in trouble. Thank you for your help. S. Feldman ...more >>

About Sending Email ? Please ..
Posted by GinLye at 4/3/2004 2:46:03 AM
How do we auto send mail with a specified content to the recipient. The service is controlled by using date time. For example, the mail will send to A's email account every monday at 12:00 pm. How do we write it using ASP.net language ?? I need it urgently. Help... Thank u in advance GinLye....more >>

logout
Posted by blu3g85 NO[at]SPAM hotmail-dot-com.no-spam.invalid at 4/3/2004 2:18:03 AM
i want to make a button 4 logout n when logout is click user session will end. ----== Posted via Newsfeed.Com - Unlimited-Uncensored-Secure Usenet News==---- http://www.newsfeed.com The #1 Newsgroup Service in the World! >100,000 Newsgroups ---= 19 East/West-Coast Specialized Servers - Tot...more >>

password?
Posted by blu3g85 NO[at]SPAM hotmail-dot-com.no-spam.invalid at 4/3/2004 2:17:38 AM
how do u hash a pw and the save to the database? ----== Posted via Newsfeed.Com - Unlimited-Uncensored-Secure Usenet News==---- http://www.newsfeed.com The #1 Newsgroup Service in the World! >100,000 Newsgroups ---= 19 East/West-Coast Specialized Servers - Total Privacy via Encryption =---...more >>

how to let others view my aspx file?
Posted by blu3g85 NO[at]SPAM hotmail-dot-com.no-spam.invalid at 4/3/2004 2:16:47 AM
i am online, and my fren type in my ip which is http://ip/foldername/index.aspx how come they cannot view the page? what happen? izzit must be on the same server then can view? ----== Posted via Newsfeed.Com - Unlimited-Uncensored-Secure Usenet News==---- http://www.newsfeed.com The #1 Ne...more >>

Reference Functions From A DLL
Posted by DevBoy at 4/3/2004 2:15:39 AM
Can I reference a DLL in a Web App by using project and reference options within the VS.Net IDE? Then I should just have to move the dll into /bin of the web project? ...more >>


DevelopmentNow Blog