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

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

Nested Repeaters
Posted by Machi at 4/17/2004 11:01:02 PM
let say in parent-child scenerio (Product: Product Category - one product category may has many products), i am using nested repeaters where parent repeater will be used to display [Product Category] info and child repeater will be used to display [Product] info, i define the parent and child repeat...more >>


PostBack Issue
Posted by Machi at 4/17/2004 10:51:01 PM
i want to maintain the value of a particular variable during postBack, i choose to use Label by invisible it or using hidden field , however, the value of the variable which i want to maintain its value (sensitive value) actually do not allow to be viewed by using viewsource in browser, can i achiev...more >>

Hiding the query string
Posted by Red at 4/17/2004 10:47:27 PM
I have a hyperlink the is "http://www.mysite.com?feild1=hello&field2=goodbye" how can i hide the variables being passed to the next page so that all that is displayed to the user is "http://www.mysite.com" Is this possible? Thanks in advance ...more >>

control for asp.net that provides drag-n-drop screen elements?
Posted by Gene at 4/17/2004 10:39:16 PM
Hello, Is anyone aware of an asp.net (webform) component that allows "content" in a web page to be "picked up" and moved to another location? I'm thinking of the personalization mechanism that msn.com offers. Thanks in advance, Gene ...more >>

vb.net and c# together
Posted by SOS at 4/17/2004 9:52:19 PM
Hi guys ! is this possible to have some vb.net pages and some C# pages in one web project ? if yes, how ? Thanx . ...more >>

Background Image ?
Posted by WJ at 4/17/2004 9:50:40 PM
Is there a way to specify background image for an Aspx page at runtime in c# ? I clicked on the Web form in the IDE (Vs.Net 2003) and it shows "DOCUMENT", which is not accessible inside code behind c#. On the IDE, I can set the "background" property to http://localhost/myWeb/image/myBackGroundIm...more >>

Nedstate
Posted by SOS at 4/17/2004 9:50:35 PM
Hi guys , i'm very interesting to write a service like "Nedstate" wich gather requests information wich sends to special websites. can any one help me ? ...more >>

Maintain Consistency With ASP.NET Templates
Posted by VB Coder at 4/17/2004 4:51:02 PM
I have tried the sample code associated with the article titled "Maintain Consistency With ASP.NET Templates" by Dan Wahlin http://www.fawcette.com/vsm/2003_12/online/dwahlin/default_pf.aspx I tried to recreate the exact same sample line for line but it doesnt seen to work. I get the error Parser...more >>



Why do my sessions keep abandoning??
Posted by Philipp Schumann at 4/17/2004 4:38:41 PM
On www.saes.info, I have set a session timeout of one hour. In the whole project, there is not one call to Session.Abandon, not even a conditional one. However, after a few clicks through the site, a new session is created for me. Obviously, cookies are enabled at my end, even the lowest security...more >>

asp login and password to custom page?
Posted by Brian Roccoforte at 4/17/2004 4:00:30 PM
I'm trying to create a login and password field that will take the user to their own designated personal user page, depending on the username and password used. I am using an access database connected through ODBC on a windows server. Any ideas? Thanks!! ...more >>

Which indexer to use?
Posted by Chris at 4/17/2004 4:00:01 PM
Hi I am developing a library system for an intranet. I need to be able to properly index the contents of uploaded files and will be providing a seach interface to the index database. I have used mnoGoSearch in the past (a few years ago), and was wondering what peoples recommendations might ...more >>

IIS & SQL Issues
Posted by TipTop at 4/17/2004 3:40:48 PM
I am trying to use integrated Windows authentication and impersonation to run a page that accesses SQL Server via integrated security. It's not working -- sort of. I've set IIS security to integrated Windows authentication (and unchecked the other options). I've set the web.config to use Wind...more >>

Asp.Net - Web.Config - PhysicalApplicationPath
Posted by Shock at 4/17/2004 2:22:30 PM
I am interesting in figuring out how to use the PhysicalApplicationPath = method or another equivalent method inside of the Web.Config file. I = have a key in my appsettings that looks something like this <add key=3D"key" value=3D"D:\App\dir\dir" /> Basically I want to be able to use the meth...more >>

problem with webservice
Posted by Bobofrut at 4/17/2004 1:44:02 PM
hi I'have problem with calling XML Web Service from another computer (in my workstation all work properly) I using IE browser first page look ok, but when I try run a webmethod occurs message: "The test form is only available for requests from the local machine. " thanks for advice chris ...more >>

Login script (save username and password somewhere)
Posted by Arjen at 4/17/2004 12:44:06 PM
Hello, I need a login script with username and password. After a good login the user may access some pages. These pages must can read the username and the password. I don't want to save the username and the password inside a database. (I'm using these values to login-in inside a mailserver)...more >>

Application.Error event
Posted by Sal Young at 4/17/2004 10:24:18 AM
I need help figuring out why the Application_Error event on my global.asax is not working. When I run my web application, I do get an error on the screen but no log file/record is created. Here is the code I have for the Application_Error in my global.asax: Sub Application_Error(ByVal send...more >>

Losing session variable across response.redirect in same folder
Posted by John at 4/17/2004 9:12:09 AM
Hi, I have a routine that sets some session variables and then redirects the user to another page in the same application/ same folder. ======= Session("MyName") = "Fredsmith" Response.Redirect("./AnewPage.aspx") ======= If I go, Response.Write(Session("MyName")) in the new page the sessio...more >>

threading and session object
Posted by MBaskey2002 NO[at]SPAM yahoo.co.uk at 4/17/2004 8:09:19 AM
Hello I am starting a new thread in a button click event. This thread calls an method which sends emails, I don't want the page to wait for the emails to finish going out as it slows the user down. I have to set a session to null in the same click method but when I do this I get this fun...more >>

Download function for large in memory file?
Posted by Adam Smith at 4/17/2004 8:00:04 AM
Is there any way, from the user pressing a button to download to them a string in memory? What I want to do is retrieve a large text block from the database and send it to them as a file. Thanks in advance. Adam Smith *** Sent via Developersdex http://www.developersdex.com *** Don't jus...more >>

Clear view state
Posted by Nay at 4/17/2004 5:46:04 AM
H I have a htmlcontrol table that set to visible=true or false alternatlly Is there any elegant/builtin way, to clear the view state of al the webcontrols that contained within that table ...more >>

HttpRequest parameter read
Posted by MuZZy at 4/17/2004 5:46:01 AM
Hello, I am developing a web application. If i call an aspx page with several parameters, is there a way to get access to parameter values by key? I am using C# E.g. void PageLoad(object sender, EventArgs e) { string album = Request.<???>("album"); } And a call the page: http://m...more >>

Problems caching user contorl on page
Posted by moondaddy at 4/17/2004 3:38:05 AM
My default page stays constant in the site and all the content in the body of the page is produced with user controls in a table cell for the body section. The main function of this site is a products catalogue and the products show in a datagrid in one of the user controls. This datagrid has ...more >>

CompareValidator problem
Posted by Axel Dahmen at 4/17/2004 1:21:23 AM
Hi, I've got the same problem as described below. No answer found yet. Can someone please help? (I'm using .NET 1.0 on my development machine and 1.1 on my webserver. Like Susanna, I only get the error on my webserver.) TIA, Axel Dahmen -- I used compare validator control "ValueToCompar...more >>


DevelopmentNow Blog