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 > february 2005 > threads for saturday february 26

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

Creating DLL files
Posted by HP at 2/26/2005 7:29:36 PM
Hi, I'm programming ASP .NET using JScript, (I'm not using Visual Studio .Net), how can I create DLL files and use them in my website instead of source codes? Thanks a lot. ...more >>


Create an Image Gallery with FILES web directory and names of files in SQL server
Posted by news.microsoft.com at 2/26/2005 6:15:24 PM
Hello and first of all thank you for your time. I am currently developing an ASP.net web page, which has data stored in SQL Server. It is a web page for a State Agent and my problem is: I need to create an image gallery (with some kind of slide Next and Previous picture) of the flat you are ...more >>

DirectoryInfo not working
Posted by G Dean Blake at 2/26/2005 5:27:02 PM
the following code has a valid string in Session("ScannedInvoicedDirectory") which is \\Machine1\c\InvoiceScans. In fact I can put that string into file explorer and it scans to the directory on the other machine sucessfully. but rootdi.exists is false. This code used to work. What could be...more >>

ISAPI filter and directory browsing
Posted by Dmitry Duginov at 2/26/2005 3:34:53 PM
I have a virtual directory where I allow browsing. When I implemented ISAPI filter for this directory (I deny access in some cases based on request headers), the contents of the directory are not being generated anymore. How do I (from my Http module code) explicitly call IIS script that generate...more >>

Adding a web application project to source control (Visual Source Safe)
Posted by ~~~ .NET Ed ~~~ at 2/26/2005 2:44:15 PM
I have a couple of websites that I develop locally on WinXP Pro and these have their virtual directories mapped to another local drive (i.e. E:\Websites\*) rather than the default C:\inetpub\wwwroot\* location. Using VS.NET 2003 I wanted to add my solution to source control (local VSS datab...more >>

Specified cast is not valid
Posted by Shawn Berg at 2/26/2005 2:37:36 PM
The following code is generating the error "Specified cast is not valid." Can anyone help? I have commented above the line that is generating this error. The _subject variable is a String data type. Dim CmdText As String, CmdParams(2) As MySqlParameter 'Save email campaign to data store ...more >>

Can I do INSERT and UPDATE classic ASP style?
Posted by Øyvind Henriksen at 2/26/2005 1:43:11 PM
Is there a way to do this in ASP.Net (without writing strings with UPDATE/INSERT SQL statements) ? -- SQL = "SELECT * FROM Login_IP WHERE IP='" & IP & "' AND Username='" & lcase(usr) & "';" Set RS = Server.CreateObject ("ADODB.RecordSet") RS.ActiveConnection = Hovedbase RS.CursorType = ...more >>

Base Page class - Request.Cookies
Posted by Shawn Berg at 2/26/2005 12:45:12 PM
Some of my pages in the app I am developing inherit from a BasePage class I have created. I have done plenty of these in the past and they work fine. Now, however, I have an additional requirement. In my BasePage class I need to check the user's browser for a particular cookie, and if certa...more >>



DataGrid Paging / ICollection Error [JSCRIPT]
Posted by HP at 2/26/2005 12:36:43 PM
hi, I have a problem with my datagrid paging code, I dont know what's wrong with that, here is what i got as the error: AllowCustomPaging must be true and VirtualItemCount must be set for a DataGrid with ID myDataGrid when AllowPaging is set to true and the selected datasource does not implem...more >>

How to read the BODY of HTML file from another HTML file using javascript?
Posted by Dhanasankar S via DotNetMonster.com at 2/26/2005 10:59:23 AM
Hai friends, Please give me an idea to read the content in the body part of a HTML file from another HTML file using Javascript. -- Message posted via http://www.dotnetmonster.com...more >>

no inetpub directory
Posted by Timo at 2/26/2005 9:33:38 AM
My boss has handed me another laptop onto which I'm supposed to install our website so the sales folks can give demos without an internet connection. And once again, I'm would be grateful for some help. The problem is, there's no inetpub directory and Internet Information Service does not appea...more >>

Auto detection of screen resolution
Posted by GMK at 2/26/2005 9:16:23 AM
Hi all i would like to know how could i let my application to auto detect the clients screen resolution and to fit my application design on the spesification of the clients screen is there any Java script function that do this ot a VB.NET function. thank you so much! ...more >>

Default Web Site Properties
Posted by eestimpson at 2/26/2005 9:01:09 AM
I have Visual Studio .NET 2002 and 2003 installed on a Windows XP machine. In IIS, when I open the "Default Web Site Properties" window, I don't have a tab called "ASP.NET." Any ideas on what I should look at? ...more >>

problem in file download to the client
Posted by alocin at 2/26/2005 8:17:03 AM
in my aspx page's page_load i got: Dim imageData() As Byte=allegato Response.ClearContent() Response.ClearHeaders() Response.AppendHeader("Content-Length", imageData.Length.ToString) Response.ContentType = "application/octet-stream" Response.Ad...more >>

Filter obscene language - build my own?
Posted by Sandy at 2/26/2005 7:49:03 AM
Anyone have suggestions regarding a third-party tool that can filter out obscene language . . . or is it best to construct your own? Doesn't seem like it would be too difficult, although I'm not sure my obscenities vocabulary can imagine all of the possibilities. Any advice will be appreci...more >>

Full screen viewing with internet explorer
Posted by Jensen bredal at 2/26/2005 5:00:57 AM
Is there any way i can view my web page in full screen mode? F11 still hhas the internet explorer tool bar. Many thanks in advance JB ...more >>

Error trying to upload ASP.NET project using VS .NET2003
Posted by Summit at 2/26/2005 1:41:02 AM
Hi, I am trying to upload my ASP .NET project to a web hosting site using VS.NET 2003 , upload project facility . However , when I try to connect to the web site (from VS.NET 2003) , it give me an error message saying: "An error has occured in the script on this page". Line: 196 Cha...more >>


DevelopmentNow Blog