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 > august 2007 > threads for tuesday august 21

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

Free Air Conditioners!!!!!!
Posted by managerrrr NO[at]SPAM gmail.com at 8/21/2007 11:15:15 PM
http://freeairconditioners.blogspot.com/ ...more >>

HttpHandler
Posted by Mike at 8/21/2007 11:11:27 PM
Hi, I have a problem of page redirection. Basically, the user has to connect to the local web server, but some pages need to be served by a remote server, because it contains some confidential data that cannot be moved locally (everything occurs in the company Intranet, however). Since th...more >>

XML and Postback issue
Posted by Erik Lautier at 8/21/2007 10:18:50 PM
Hi, I've got a dynamically generated dropdownlist of sizes, which, when selected, shows current inventory for that size. I originally just called to the server when the size was changed to display inventory, but I wanted it to happen more seamlessly, so I wrote the data to an XML file when t...more >>

Help needed in ASP.Net 2.0 Text Box Password Mode
Posted by SenthilVel at 8/21/2007 8:21:42 PM
hi all, i am running a ASP.Net 2.0 application. in one of the pages i have a text box which is set as PASSWORD mode. when the page is submitted or transfered , am not able to get the contents of this textbox which is in Password mode. do we need to any more apart from setting to password mod...more >>

Login mechanism for web apps
Posted by chris fellows at 8/21/2007 6:10:54 PM
I am writing a generic login mechanism for our web apps using ASP.NET / C# (VS2005). Various web pages need to present a login dialogue for the user to re-enter their application-level username & password every 20 minutes. The dialogue would pop up, the user would enter their login details ag...more >>

asp.net configuration
Posted by parez at 8/21/2007 5:42:55 PM
Hi All, I have an old application written in .net 1.1. and i am trying to write a new feature in 2.0. This is what i am trying to do. x.y.com/abc --> site 1 (.net 1.1) x.y.com/def --> site 2 (.net 2.0) The reason why I am tryin to do this is because i tried x.y.com/abc -->...more >>

How to show the UpdateProgress contents at the center of monitor by using only CSS
Posted by Max2006 at 8/21/2007 5:15:35 PM
Hi, I have the following code to show the UpdateProgress contents at the center of page: <asp:UpdateProgress ID="UpdateProgress1" runat="server" AssociatedUpdatePanelID="UpdatePanel1" DisplayAfter="0"> <ProgressTemplate> <div id="Layer1" style="position:a...more >>

Users permissions
Posted by Paulo at 8/21/2007 4:36:37 PM
Hi, Im using asp.net 2.0 C# VS2005 and on my web-system I need to do a user/permissions storage... each user must have insert / delete / view / edit permission and I must verify it on each .aspx form... What is the best form to do that? Do you know any 3rd control? or anything like that... ...more >>



Error Trying to Start Project
Posted by CapCity at 8/21/2007 3:58:57 PM
I just grabbed a ASP.Net 2.0 (C# code behind) application from the repository. Builds OK. When I try to run it, in either debug or release mode, I get a dialog that says: "Unable to start debugging on the web server. The web server is not configured correctly." The virtual directory is u...more >>

Hook to AJAX End Event on Client Side
Posted by Lit at 8/21/2007 3:06:51 PM
Hi, I would like to run some dynamic-JavaScript code at the end of a callback of an AJAX Call. for an update Panel 1---I click on a button on the browser, 2---AJAX method called server 3---some AJAX method get data from server , browser renders new info + send some JavaScript code with i...more >>

simple question
Posted by ma at 8/21/2007 1:20:50 PM
Hello, I am new in ASP.NET. I want that when the user clicked on a push button in one page another page is sent to user. how Can I do this? Don't think that it is a special; case: just assume that I have a page names page1.aspx and in this page I have 2 input boxes and a push button...more >>

Creating and debugging web app on remote server
Posted by Joshua Ellul at 8/21/2007 1:16:52 PM
Hi There, Can someone tell me how I can create a web application that is created on a remote IIS server and debug it locally in Visual Studio 2003 ASP.NET 1.1.? Thanks, Josh ...more >>

TreeNode.Value - where can I find it in a client-side script?
Posted by Homer J. Simpson at 8/21/2007 1:13:07 PM
Hi all, I'm trying to persist the expanded/collapsed state of a TreeView's nodes to cookies. I've managed to accomplish this using OnTreeNodeCollapsed() and OnTreeNodeExpanded(). I'm using TreeNode.Value as the name of the cookie, and values of either 0 (collapsed) or 1 (expanded) for the...more >>

Initialization of a Web User Control inside Repeater Control
Posted by satyajit at 8/21/2007 1:12:04 PM
I am working on an application that has a Web User Control contained within <ItemTemplate> of a Repeater control. The Web User Control has a public property that needs to be assigned in order to work correctly (the web user control uses this object to initialize DataSource of some of its child c...more >>

Access Databse In Web Developer
Posted by Bgreer5050 at 8/21/2007 11:56:19 AM
I can use a form view, gridview and details view to see the data in my access databse, but i cannot edit or add to the database. What simple step am I missing? ...more >>

Session State Mode Comparison
Posted by Ross Culver at 8/21/2007 10:37:20 AM
Is one session state mode better than another? Ross ...more >>

Listbox vertical scroll position capture
Posted by Lit at 8/21/2007 10:35:00 AM
Hi, How can I capture the vertical scroll bar position for a Listbox. I have a Listbox of 100 items + when I click on it I post back remove the item selected. After returning to the client browser the list box scroll position is at the top. I want it to be remain in the Proximity of ...more >>

Message box
Posted by Carlos Sosa Albert at 8/21/2007 10:22:04 AM
Hi guys, I used to have some nice code to manage message box in ASP.NET but I lost it somehow... Would anybody give remember where to get it? Thanks a lot! -- ____________________________ Carlos Sosa Albert...more >>

Select a Random Number from MSAccess Table Using C#
Posted by dungdang at 8/21/2007 9:34:07 AM
Hello, I want to use C# to select a random number from MS Access database table. <SELECT TOP 1 userID FROM users ORDER BY NEWID()> seem to work only with SQL Server. dungdang ...more >>

Select method of ObjectDataSource called twice - second post
Posted by TarTar at 8/21/2007 9:28:07 AM
Hello, I have already posted this problem, but I have not received any response yet. I will try to describe it again. We have a list control (e.g. DataList) and an ObjectDataSource on an ASP.NET web page. When we open the page the Select method (here: GetCustomers) is called twice. Why? ...more >>

connectionstring to 127.0.0.1
Posted by Tina at 8/21/2007 9:22:29 AM
I have a project that someone else wrote that I have to figure out. The database connection string is as follows: sqlConnectionString="data source=127.0.0.1;Trusted_Connection=yes" What is this connection to?? Thanks, T ...more >>

Gridview with DropDownList
Posted by rwiegel NO[at]SPAM iastate.edu at 8/21/2007 8:54:33 AM
I am trying to use a dropdownlist inside of a gridview. I want the gridview to display some value as a label until the user clicks the edit button for that row. Then I want to populate the dropdownlist with some values from a table. I have tried a few different approaches and have not been ab...more >>

What is retrieved by using User.Identity.Name?
Posted by Kai at 8/21/2007 8:08:02 AM
Hi all, in my asp.net 2.0 (VB2005) application I use httpContext.Current.User.Identity.Name to get the samaccount of the currently logged in user, e.g. DOM\UserA. This works fine for most users, but with just 1 user we have a case-sensitive problem: It always returns DOM\userA, so a small "...more >>

To cache or not to cache
Posted by David Lozzi at 8/21/2007 7:50:49 AM
That's really not the question. The question is how do I clear all cache programatically? For example, I want to implement cacheing on some data driven pages however after the employees update the data on the pages i'd like to give them the option to reset the cache so they can see the changes...more >>

Empty DataSet and GridView
Posted by shapper at 8/21/2007 4:50:13 AM
Hello, Is it possible to display a message in a GridView such as "No Records Available" when the DataSet is empty? Thanks, Miguel ...more >>

How to detect missing page or object from code
Posted by pamela fluente at 8/21/2007 3:48:46 AM
I have placed a button on a page to open a pdf stored on another site. When the user clicks on the button I do a Redirect to the pdf URL .... and this seems to work fine. Question: is this the best way to do that ? In case the PDF file, http://My.server.com/MyPdf.pdf is not on the ...more >>

SqlDatareader & Datatable vs Dataset
Posted by ary at 8/21/2007 3:21:47 AM
Hi, If I use a datatable in conjuction with a sql datareader, would this still be faster in performance than using a dataset? If so why? my Sourcecode like this : Dim ArticleTable As New Data.DataTable ArticleTable.Columns.Add("ArticleID", Type.GetType("System.Int32"))...more >>

MasterPage subdirectory and ResolveUrl - not working correctly
Posted by NightOwl888 at 8/21/2007 3:06:16 AM
I have an older web project that I am trying to update with new .NET 2.0 features. I put new master pages in a subdirectory below the project directory. This particular project runs under IIS (rather than using a file location). So, the directory that my master pages are in looks like this: ...more >>

VBSCRIPT with autopostback - VS2005
Posted by JohnHorb at 8/21/2007 1:32:03 AM
I have a problem with client-side VBSCRIPT on a page with auto-postback controls. I have generated a simple page with a listbox, set to autopostback. This works OK. If I then generate some client-side VBSCRIPT, VS creates a VBSCRIPT script block. Even if I delete everything within the block, ...more >>


DevelopmentNow Blog