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 2003 > threads for monday july 14

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

https connection?
Posted by Jenny at 7/14/2003 11:25:59 PM
Hi all, Two questions: How can I force the use of an https connection for a first password site? What is the best way to prevent direct access to the pages behind this password site? Thanks in advance Jenny...more >>

Looking for a free ASP.NET provider
Posted by someone at 7/14/2003 11:09:24 PM
It needs to support code behind. Would be great if it allows publishing from VS.NET, but if not, at least have FTP. Thanks. ...more >>

Re: HttpHandler not working :-)
Posted by Lloyd Dupont at 7/14/2003 11:06:22 PM
sorry, mistake ... I should correct. I didn't do my test with simple.aspx. I tested with something like path="*.foo" and it didn't worked ... althout later on I try simple.aspx and it work ... puzzling ... any tip ? "Lloyd Dupont" <lloyd@RemoveIfNotSpamming.galador.net> a écrit dans le messa...more >>

Mystery Error
Posted by Todd Plambeck at 7/14/2003 10:04:42 PM
I have a website with about 100 users. They all seem to work fine except one. When they go from the main page to a page containing a webgrid containing delivery addresses, an error is thrown. Here's the code that causes the error: ' Store URL Referrer ViewState("UrlReferrer") = Request.Url...more >>

closing showModalDialog window from server side
Posted by jayuya at 7/14/2003 8:25:14 PM
I have a simple page that I will like to display while i am processing the user request in the server. The page only has a label saying "Please Wait..." My objective is to show this window while the code executes in the server but I can not close it after i am done... below is a sample co...more >>

ASP Caching
Posted by Mahesh at 7/14/2003 8:20:56 PM
Hello, I have a simple web form page in which I insert/update data to a database. The SQL code to insert data is written in a server side submit button. Every thing works fine. But,Whenever I insert a record (by hitting the submit button) and immediately refresh the page using F5 or page ...more >>

ASP.NET 1.1
Posted by Moftabad at 7/14/2003 6:02:25 PM
I was trying to build a new asp .net web application on a web server. the web server has following: 1 - W2000 service pack4 2 - .net frame work 1.1 3 - IIS 5 VS 2003.net tells me "VS .NET has detcted the specified web server is not running ASP.net version 1.1....." I could not find...more >>

Can't get started ... aspnet_wp.exe - application error
Posted by Allan Ford at 7/14/2003 5:04:36 PM
I'm getting message: aspnet_wp.exe - Application Error The exception unknown software exception (0xc06d007e) occured in the application at location 0x77e6d756 (Does this relate to security setting, config files?)...more >>



web form timer
Posted by yysiow at 7/14/2003 5:01:21 PM
hi all, now i want to write timer in web form, but i don't know how to write, anybody can tell me. thanks.. ...more >>

Need Help!!!
Posted by Dan at 7/14/2003 4:53:26 PM
Hi folks, We recently move to Framework 1.1 from 1.0. But some of our client machines have problem running our ASP.Net app. It seems page_load event is NOT being fired, instead there is public property "xyz" in class file (.vb) which is being called from aspx page is being executed first. ...more >>

datareader.getstring(0) error
Posted by Nakhi at 7/14/2003 4:25:21 PM
Hi, my code is very simple. dim cm as oledbcommand= new oledbcommand("select * from page " ,cn) cn.open() Dim dr As OleDbDataReader = cm.ExecuteReader() dim cate=dr.getstring(1) 'error line" label1.text=cate but there is error for dr.getstring(1), the error reads:the data of this co...more >>

reading just one cell out of a dataset.
Posted by N. Okan Guney at 7/14/2003 4:07:44 PM
Hello, How could I read just one cell out of a dataset? I have a query returing a 3 x 3 table. a b c d e f x y z I need the value of "f" ([2][2] ) from the table. How could I do this using C#? Thanks in advance, System.Data.DataSet onhand(string partno) { string co...more >>

HowTo Bind a New Collection to my DataGrid? Please take a look to my little code...Thanks!!
Posted by Andreas Klemt at 7/14/2003 3:59:22 PM
Hello, I have this Public Structure strucUser Dim userIDAs Integer Dim firstnameAs String Dim lastname As String End Structure Dim collectUser As New Collection Dim strucUser As strucUser strucUser .userIDAs = rateID strucUser .firstnameAs = "Peter" strucUser .lastname = "Bond" colle...more >>

Installation of VS.NET 2003
Posted by Jay at 7/14/2003 3:52:14 PM
Hello all. I am trying to install VS.NET 2003 and am having problems with disc2. It keeps saying that it can't find files that are definatly there. Sometimes it can't see the disc at all and I have to take the disc out and put it back in so it is recognized. Has anyone else had this problem an...more >>

Please Help - Allow Paging on Grid Properties Builder
Posted by Eddy Soeparmin at 7/14/2003 3:22:56 PM
Hi, I'm working on a grid when the database returns ... say 100 rows. I would like to use the Allow Page in the grid Properties, but don't really know how to code it right. I copied some code from the help, but it doesn't really work yet. The compiler complains on the following... private v...more >>

alternative to frames
Posted by ian at 7/14/2003 3:08:16 PM
Does anyone know what the best alternative to using frames? I've looked at Object but this doesn't seem to work in IE6... TIA Ian ...more >>

help
Posted by khawar at 7/14/2003 2:54:54 PM
in C++ and asp you can use include blah.blah how do you do that in C# and asp.net i have created a class and saved it as a blah.cs file i want to be able to use something similar to include blah.cs in other *.cs files where i might use objects defined in blah.cs help...more >>

embed an image in an HTML email.
Posted by Helixpoint at 7/14/2003 2:30:49 PM
Is this possible. If so how? -- ______________________ David Fetrow HelixPoint LLC. http://www.helixpoint.com davef@helixpoint.com Interested in Affordable Email Marketing? Check out the HelixMailer at http://www.helixpoint.com/helixmailer.asp If you are interested in becoming a Resell...more >>

XSD VS.Net
Posted by Leon Shaw at 7/14/2003 2:16:11 PM
After configuring a relation data schema (MyDataSet.xsd) in vs.net, what code do you use to display that data within two dropdownlist controls ( parent/child) in an web application? ...more >>

COM objects in asp.net session
Posted by Jim at 7/14/2003 2:12:23 PM
I have been tasked with migrating a legacy asp website into asp.net. The website uses COM objects in session all over the place (which is terrible but because the code is going to be eventually phased out so its something that we want to try to live with a bit longer). The problem I am ha...more >>

Page inheritance
Posted by Mircea Pleteriu at 7/14/2003 1:37:48 PM
I have created an aspx page called Page1. The class associated with the page in code behind is abstract. Now I want to create another aspx page call Page2 that inherits the Page1. It seems like the Page2 inherits the code behind defined by Page1 but it does not inherits the html content (the c...more >>

Setting Window Title On New Window
Posted by Daniel Morrissey at 7/14/2003 1:19:37 PM
Why will the following code not change the window title of the new window? window.open "Default.htm" ,"YO" ...more >>

debugging htc component
Posted by sunil at 7/14/2003 12:59:16 PM
Can any one help me how to debug htc components. thanks ...more >>

File System Object
Posted by Vicky S at 7/14/2003 12:10:55 PM
Hello, I'm new to dot net and I can't seem to find the object name that is equivalent to Scripting.FileSystemObject. Can anyone help? Thanks, V ...more >>

Please Help me
Posted by Murali Inguva at 7/14/2003 10:56:42 AM
I am getting the following error. I Created a Web Project then added upload.aspx Then I got this error. I keep aspx controls i am geeting this error. I have xp pro with IIS Installed then i installed .net then i repaired IIS. Again i installed FrameWork 1.1 I dont know what was the proble...more >>

System.Web.UI.WebControls.TextBox events
Posted by Javier Ros at 7/14/2003 10:33:35 AM
hi guys, I don´t see a Click Event or DblClick Event, how to implement code for this events? Is it posible? (if not) how to do a fake? hmn... in the last order ... javascript? Thanks. ..Javier Ros Moreno. ...more >>

Unable to get the project file from Web server
Posted by Juan Dent at 7/14/2003 9:56:51 AM
Hi, I have an ASP.NET application that somebody gave it to me but when I attempt to run it I get the following error in a dialog with a title "Microsoft Development Environment": "Unable to get the project file from the Web server" I have probably not configured this project correctly. ...more >>

HttpApplication Init, Application_Start and Application_End don't fire
Posted by Halcyon Woodward at 7/14/2003 9:55:28 AM
I have an odd problem... We have a small development team (three coders) working on the same project (a C# web application). Each coder has a unique 'sandbox' site on a shared Windows 2003 where they can test the code they write. The majority of the code is written into a stand-alone class l...more >>

How to set session timeout
Posted by Geigho at 7/14/2003 9:31:11 AM
Setting session timeout in web.config file does not seem to have any effect. Any explanation or suggestion will be appreciated....more >>

usercontrol refresh
Posted by Rob Koch at 7/14/2003 9:09:01 AM
What's the best way to refresh a usercontrol using a parameter? My usercontrol is just a DataList that retrieves data from SQL in association with a public propterty. I click on a LinkButton in my main page (ASPX), but it still refreshes the entire page... I only want the UserControl to blin...more >>

Global pound define?
Posted by Andrew at 7/14/2003 9:06:40 AM
Is there a place you can globally #define so that what's #define'd is in all classes' scope? Such as #include - other .c files for C? Thanks, Andrew...more >>

How To: Read AssemblyInfo Attributes @ runtime
Posted by Jeff Ptak at 7/14/2003 8:49:19 AM
Hey all, Can anyone show me the proper C# syntax necessary to read the attribute fields from the AssemblyInfo.cs file? I have the following in VB.Net, but so far am unsuccessful in translating the code to C#: Dim objCopyright As AssemblyCopyrightAttribute = CType (AssemblyCopyrightAttr...more >>

Postback problems - repost
Posted by Sabre at 7/14/2003 8:47:35 AM
Hello All Repost as didn't get reply ... is there a simple answer to this? I've tried usercontrol and caching sofar to no avail. Is there a way to overcome this problem or not? Thanks, Graeme. When I run my app in Netscape, controls etc appear to be retained on the page during postback sequ...more >>

Config settings.
Posted by George Ter-Saakov at 7/14/2003 8:25:28 AM
Hi. I have couple config setting for my Application.=20 I created class with static members.=20 Application_Start method reads settingg from = ConfigurationSettings.AppSettings and populates static class. I just = found it more convenient (since now I can have default settings). Does thi...more >>

COM object that has been separated from its underlying RCW can not be used.
Posted by Rahul T. at 7/14/2003 8:21:51 AM
Hello All, I am trying to create a web service. This web service for now, has to use couple of exisiting COM components. I have added them in my .NET project as COM interop. Most of the time it works great. But randomly we get an error "COM object that has been separated from its under...more >>

ÈçºÎÔÚC#ÖÐÔËÐÐJavaScript£¬²¢½«Æä·µ»ØÖµ´«µÝ¸øC#µÄ³ÌÐò
Posted by Liu Xuesong at 7/14/2003 7:38:46 AM
ÎÒÏëÀûÓà RegisterStartupScript Ö´ÐÐÒ»¶Î JavaScript µÄ¿Í»§¶Ë³ÌÐò£¬²¢½«¸Ã¿Í»§ ¶Ë³ÌÐòµÄÖ´Ðнá¹û·µ»Ø¸ø C# ÖеÄÒ»¸ö±äÁ¿¡£ÇëÎʸÃÈçºÎ×ö£¿ ...more >>

Set focus on a TextBox
Posted by mg at 7/14/2003 6:48:13 AM
How can I set focus on a TextBox from within a button's event handler. ...more >>

Get text in TextBox without pressing Enter key
Posted by mg at 7/14/2003 5:23:46 AM
I want to enter characters in a TextBox in a WebForm, press a Button in the WebForm, and read the characters that were typed into the TextBox from within the Button_Click event handler. The main point here is that I want to read the value typed into the TextBox without hitting the Enter ke...more >>

Multiple Excel Files
Posted by Anne at 7/14/2003 12:26:38 AM
hie, in my web application, i have a dropdownlist, and a button. i want to be able to select from the list, and whatever item that i have selected, i want to use the item value for manipulation. once i have selected from the list, the button is clicked and the application will display an e...more >>

Navigating records in web form
Posted by Hassan Cheraghali at 7/14/2003 12:05:01 AM
Dear Sir I biging in asp.net and i want desine a data entry form with single record at time. i need navigate records but i dont now. Plese help me , how can i do this. Thanks for your time. H.CHE ...more >>


DevelopmentNow Blog