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

Is it possible to point current context's session to another active session based on a SessionID
Posted by CoolCommie NO[at]SPAM yahoo.com at 1/10/2004 10:42:38 PM
Is it possible to point current context's session to another active session based on a SessionID? Thank you STAVCOQ...more >>


Webmatrix
Posted by cory at 1/10/2004 10:24:50 PM
Hi, I have Windows XP home edition. I have found out that it is difficult to get IIS to work on this edition. I am planning on doing presentations on my laptop local to my hard drive. Will the Webmatrix server be ok with this? Thanks. ...more >>

Redirect hyperlink column
Posted by jib at 1/10/2004 10:13:06 PM
How do I redirect a hyperlink column's URL when the URL doesn't exist? Is it possible to set a default URL for the Hyperlink button? Thanks, Jib ...more >>

Read remote registry
Posted by Slimo at 1/10/2004 8:57:17 PM
Hello, I'm searching some example of code (VB) for reading remote registry subkeys and keys. Thanks ...more >>

Debugging application that is hosted on a Domain Controller
Posted by Drunken Coder at 1/10/2004 6:52:47 PM
I have a small network setup in my home where I have my workstation which is WindowsXP Home Edition and a server running Windows 2000 Server configured as a domain controller. The domain controller has Visual Studio.NET installed on it and IIS is configured. This machine is also hosting my SQL S...more >>

ASPX Not Executing
Posted by Arpan at 1/10/2004 6:35:50 PM
I am working on Win 2K Pro & use IIS 5.0 as the local server. I have = installed Microsoft .NET Framework 1.1 to create ASPX web pages (using = VB.NET) but when I am trying to execute an ASPX code, the browser just = displays the text, if any, and the entire ASPX code gets neglected. For = e.g.,...more >>

Forced Image Refresh
Posted by Paul Johnson at 1/10/2004 6:03:21 PM
I have a web site that allows users to upload images. The problem is when an image is uploaded over the top of another image the user would have to press F5 to refresh the images and clear the cashe. Is there anyway I can automatically make the image refresh? If that is not possible is there...more >>

DataTable
Posted by André Almeida Maldonado at 1/10/2004 4:39:27 PM
Hi All. I need to preserve the values of a datatable trough a page postback. Is this possible? Or I need to add a row to a datagrid that has rows. Thank's..... ...more >>



ASP.NET and C# webform
Posted by Hai Nguyen at 1/10/2004 4:17:23 PM
I'm using Visual Studio .NET 2003. I keep ASP.NET code and C# code separate. Since I have to work with database to extract several questions to ask from users. I don't know if it's possible after I query and use C# code behind to generate a form. If there is please give me a tutorial or link T...more >>

View State and Control Execution Cycle
Posted by sherkaner77 NO[at]SPAM yahoo.com at 1/10/2004 3:44:03 PM
I have two maybe related questions about view state and the life cycle of controls: 1) When does the view state in a control get restored? I thought there was a LoadViewState event that occured before the Load event when the view state got restored. However, I have a custom control that dynam...more >>

my button died and I'm totally lost
Posted by Steve at 1/10/2004 3:31:27 PM
Hi- I had this nice little wizard application running. It was comprised of several Panel controls initially set w/ their visibility off except for the first one, then as you progress through the page, a code-behind method would manage the correct panel's visibility, giving the illusion of se...more >>

Is there any human alive that can answer this question?
Posted by Enrico Palazo at 1/10/2004 3:05:10 PM
I've asked on every forum that I can find, I'll try here. Why would "smartnavigation" work on some .net servers and not others. "smartnavigation is buggy", will not be accepted as an answer. Reward for anyone that can solve my problem. ...more >>

Help Please - Frameset question
Posted by spamproof2005 NO[at]SPAM yahoo.com at 1/10/2004 2:21:58 PM
If have a page with a frameset set up as below: There are 3 rows of pages displayed. I need the navigation to be in the middle. When I click on one of the links in the navigations, I need to be able to dictate a new source page for the top row AND the bottom row. How can I do this withou...more >>

Visual Studio Mete Tags
Posted by Martyn Fewtrell at 1/10/2004 1:28:14 PM
Does anybody have a definitive answer as to what if anything the Visual Studio generated meta tags do. <meta name="GENERATOR" content="Microsoft Visual Studio .NET 7.1"> <meta name="CODE_LANGUAGE" content="Visual Basic .NET 7.1"> <meta name=vs_defaultClientScript content="JavaScript"> <meta n...more >>

urgent -- Session object problem
Posted by Ather Ali Shaikh at 1/10/2004 1:15:07 PM
I have a login authentication to sqlserver and redirect to the specified directory and page . before redirecting the session object is persist with 30 variables which i set at authentication time. but when it redirect to the new page the object destroyed all the variables except sessionid what...more >>

Connection Pool Error
Posted by Brian at 1/10/2004 12:44:30 PM
Hello, I'm having a recurring error whenever I try to debug a asp.net web page is retrieving data from a SQL server. The error msg is: "Timeout expired. The timeout period elapsed prior to obtaining a connection from the pool. This may have occurred because all pooled connections wer...more >>

Compile asp.net VBNet using vbc.exe command line error
Posted by davewillock NO[at]SPAM hotmail.com at 1/10/2004 11:36:35 AM
I'm currently trying to compile my asp.net application into a dll for this i'm using the vbc.exe program. The problem i'm having is that there is an error occurring it doesn't seem to like dateTime and Instr functions, I know these worked because i've had it compiling before with these but my ...more >>

CS1026 error
Posted by jib at 1/10/2004 10:39:40 AM
I am trying to set up a OnLoad javascript for a Textbox using the following script: <asp:TextBox id="Tbx_AssignedTo" runat="server" Width="184px" OnLoad="javascript:doTypeSelect(document.activeElement.id)"> </asp:TextBox> However, this gives me a "CS1026: ) expected" error. I haven't got t...more >>

FormaAuthentication.GetRedirectURL Does not return absolute URL
Posted by Mariam at 1/10/2004 8:19:03 AM
Hi, all, We have mutiple ASP.NET web applications and setup on mutiple web servers (win2k, .netframework 1.1). All the web applications are setup to use Forms authentication. All the applications will be sent to the same application to get authenticated (the authentication tag and the mac...more >>

Control to valididation
Posted by Hai Nguyen at 1/10/2004 7:59:47 AM
Name _______________ (requiredvalidiation) Email _______________ (requiredvalidiation) Address _______________ (requiredvalidiation) Phone _______________ (requiredvalidiation) PreviousButton NextButton ResetButton I would like to know how I can disable the requ...more >>

"Index Was Out of Range" Error Message from the DataGrid
Posted by Clark Choi at 1/10/2004 6:32:45 AM
I ran the sample application called Petstore from msdn. Everything went fine until I tested Update button on the web form to update the database through Datagrid. I have been searching the web to track down this error, but none of them really explain this problem/solution very well. I tried...more >>

asp.net 1.2 not working with IIS 6.0
Posted by akabakov NO[at]SPAM shaw.ca at 1/10/2004 5:27:22 AM
anyone able to get whidbey version of asp.net (1.2) to work on IIS 6.0? I tried the aspnet_regiis -i with no luck. It DOES serve images and html pages no problem, just not aspx pages....more >>

C++ singletons and .NET AppDomains
Posted by genmen NO[at]SPAM bezeqint.net at 1/10/2004 4:42:12 AM
I am struggling with the following: We have legacy classes written in C++ that are compiled to static libraries. Some of these classes are singletons. In order to make these classes available to C#, we wrapped them with Managed C++. The wrapper classes works fine in most of the cases. However, i...more >>

Custom Textbox and Validator Control
Posted by sherkaner77 NO[at]SPAM yahoo.com at 1/10/2004 3:30:47 AM
Has anyone seen an example of a textbox server control that has built-in client-side validation? I'd like to build a server control that extends the System.Web.UI.WebControls.TextBox class to allow javascript checks for things like valid e-mail addresses or phone numbers (without having to add a...more >>

Kill session / force sign out
Posted by Mohammad Samara at 1/10/2004 2:25:23 AM
Hello everyone, Is it possible to kill the Application session on website leave event? i.e using "FormsAuthentication.SignOut()" when changing the web site by entering a different domain name in the address bar on Internet explorer. Thanks. ...more >>

help with web app deployment
Posted by Bob D at 1/10/2004 2:23:46 AM
I wrote a asp.net application that has msde at the backend. In the web.config I have a connection string under appsettings whose value is specific to my machine. When I create the window installer using vs.net, I can't figure out how I can prompt the user to edit the web.config with his/...more >>

Could not load type 'test'.
Posted by Nigel Findlater at 1/10/2004 12:44:58 AM
I have been using Visual Studio 2003 to generate aspx and aspx.vb file. On my development platform they all work fine, but when I load them on the server I get the message: Parser Error Message: Could not load type 'test'. Source Error: Line 1: <%@ Page Language="vb" AutoEventWireup="...more >>


DevelopmentNow Blog