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 >>
Don't see what you're looking for? Search DevelopmentNow.com.
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 >>
|