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 > october 2004 > threads for sunday october 10

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

.Net Remoting
Posted by SOS at 10/10/2004 10:40:40 PM
hi guys , i'm trying to learn how to use .Net Remoting ! i created a class like this : public class MyClass : MarshalByRefObject { public MyClass() { Console.WriteLine("my object created !"); } public void DoSomething() { // do some...more >>

How do I force a page to postback continually?
Posted by CW at 10/10/2004 9:42:54 PM
I have written a chat console using DHTML/ASPX. One of the hidden frame continuously refreshes and writes any new messages to a conversation transcript frame. My problem is that I need to keep track of the last message I have already written to the transcript frame, thus postback is necessar...more >>

Session_End
Posted by Guadala Harry at 10/10/2004 9:23:12 PM
Just wondering if Session_End *always fires* for every Session. I know that IIS times out sessions after a default 20 min (unless changed) and there's no way to know when a user actually closed a browser (unless I provide a "log out" button that kills the session explicitly, and we can't guarante...more >>

System.Data.SqlClient.SqlException: Line 1: Incorrect syntax near
Posted by Patrick.O.Ige at 10/10/2004 8:05:06 PM
Hi guys, I'm getting error:- System.Data.SqlClient.SqlException: Line 1: Incorrect syntax near '='. What could cause this ERRORR My code below:- Dim connString As String = "server=(local);database=Northwind;integrated security=true;" Dim objConnection As SqlConnection objCo...more >>

master / detail datagrid...
Posted by Beren at 10/10/2004 7:16:43 PM
Hi all I'm almost braindead on this one, but how can I create a master/detail datagrid in this format : CatA subcatA1 subcatA2 subcatA3 CatB subcatB1 etc I've been studying this datagrid for hours now and I can't fi...more >>

default.aspx
Posted by rodchar at 10/10/2004 6:45:03 PM
Hey all, I have an asp.net page called default.aspx. when I visit this site i type in http://myDirectory/ because I know that the name default.aspx will be assumed. However, when i goto this particular site and select an item from my drop down box nothing happens except that the address ba...more >>

Crystal Reports via WebService Dynamic datasource
Posted by Ron at 10/10/2004 6:32:51 PM
I have a bunch of Crystal Reports (v9) published as WebServices and use a ReportViewer to display the reports on the ASPNET page. Everytime we move the reports from dev to production we have to open the reports and manually change the datasouce to the production database. Is there a way to s...more >>

framework 1.1 sp1 and suddenly server.transfer not working
Posted by Jack Fox at 10/10/2004 6:26:04 PM
I just upgraded my XP development machine to SP2, upgraded dotnet framework 1.1 to sp1, and applied every other outstanding security patch, and suddenly Server.Transfer in my asp.net website no longer works. I get: Invalid path for child request 'Browse.aspx?&p=4&q=14569:10.1.0.4;14581:3:...more >>



Detecting and handling an expired session in ASP.net
Posted by Simon at 10/10/2004 5:55:59 PM
Hi all, Any help with this would be much appreciated: I have a site where the session needs to timeout because of security concerns. I want to send the user back to the login page if the session is expired. Whats happening at the moment is that objects that exisit in the Session are b...more >>

Load Web Page via Windows Form or Service
Posted by Scott Ocamb at 10/10/2004 4:56:37 PM
I want to write a simple class that loads a requested url and reports success or failure. I plan to use this to monitor web sites on the web. I would like to implement the class in a windows form and a service. Any help would be appreciated. scott ...more >>

PrepLogic bogus Answers
Posted by Tina at 10/10/2004 4:30:01 PM
I have been trying to prepare for 70-305 using the Preplogic CD that came with the QUE book by Mike Gunderloy. This test has wrong answers. For instance... PrepLogic question #39 asks what file are TraceSwitch setting changed in. Their answer is applicationname.config instead of Web.confi...more >>

Session ID is changing
Posted by Brad Simon at 10/10/2004 2:47:01 PM
I have written a shopping cart using ASP .NET (VB). It has been running quite successfully on a site for about a year or so. I use the SessionID to hold information on the shopping cart. I have copy / pasted the code into a new site. Everything is working, EXCEPT for the shopping cart h...more >>

.net 2.0
Posted by f at 10/10/2004 1:17:51 PM
Hi, I have installed the visual web developer 2005 express edition beta. I can place controls and write code but the run button is disabled. How can I run the program? Thanks ...more >>

enableviewstate=false question
Posted by Chris at 10/10/2004 1:17:34 PM
I've created two textboxes and one button on my web form. I then set the EnableViewState property of Textbox1 to False. Textbox2 is set to True. The button has no code in it - It simply has an auto post back which reloads the page. I run the web application and type "test 1" into Textbox1...more >>

supply itemtemplate for datalist at runtime
Posted by Tim Mackey at 10/10/2004 12:18:31 PM
hi,=20 i'm programattically creating a datalist and rendering it to the page = via a htmltextwriter.=20 i want to supply the itemtemplate at runtime but don't know how to do = this.=20 i read the help at = ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemWebUIITemplateClas= sTopic.htm ...more >>

Slow debugging cycle in VS
Posted by Paul W at 10/10/2004 9:20:19 AM
If I hit F5 from VS without making any previous changes to the project, it appears on screen in 4 seconds. If I make any minor change to the project before hitting F5 it takes 20+ seconds. This is currently a small project (2 forms). This gets very old very quickly during a debugging sessio...more >>

Open new window in codebehind and add the window handle to javascript array
Posted by RJN at 10/10/2004 6:50:34 AM
Hi In the mainscreen I have a datagrid and from here I open new windows on click of link button. And I'm doing it through RegisterStartupScript Me.RegisterStartupScript("PopUp", _ "<script language='JavaScript'> " & _ "var winOp = window.open('MyScreen.aspx', 'test');" + _ ...more >>

Persisting values on a webform
Posted by John at 10/10/2004 4:31:07 AM
Hi I am reading a context value (passed by calling page) in a web form. In page load I read it using x.text = CType(Context.Items("Calling_Page"), String). x being a textbox on the webform. Neither x nor Context.Items("Calling_Page") has any value in the click event of a button. How can I per...more >>

QueryString asp to asp.net
Posted by Patrick.O.Ige at 10/10/2004 2:08:15 AM
I have 2 asp files below:- The first one displays OFFERS with the ServID and ServiceName (whcih is the LINKS)-services.asp The second one displays the data where servid = querystringID -offer.asp Whats the best way to change these FILES to ASP.NET and how Thanks services.asp -------------...more >>


DevelopmentNow Blog