Psst! Did you know DevelopmentNow is a mobile web site design agency?

Contact us for help mobilizing your site, or to sign up for our beta Mobile Web SDK!


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 > june 2006 > threads for sunday june 11

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

Copying A Control Not As A Reference
Posted by Nathan Sokalski at 6/11/2006 11:59:08 PM
I have a Control that I want to copy as a copy of the Control, not a copy of the reference to the original. My reason for doing this is because some of the methods I would calling would prevent proper rendering afterwards. I access the Control as a parameter of a function, as follows: Priva...more >>


Handling forgotten passwords
Posted by Showjumper at 6/11/2006 10:23:39 PM
A question regarding forgotten passwords - As i understand it, it is best and most secure to use a 1 way hash+salt to store passwwords, and then if the user has forgotten the password, generate a new password and then email to them. What i dont understand how that is any more secure than us...more >>

how to completely override the Response
Posted by Alex D. at 6/11/2006 9:36:48 PM
I tried: Response.Clear(); Response.ClearContent(); Response.ClearHeaders(); But nothing seems to work. The page still sends a response. All I want to do is to override the default response with my own response. Any help? Thanks, alex. ...more >>

Master Page in Asp.Net
Posted by Eetu at 6/11/2006 9:26:25 PM
Hello, Asp.net 2.0 introduced a new component Master Page. Does it do the same work like controller in MVC model or what is it's purpose? Like to know what component in Asp.Net 2.0 act like controller in MVC. Cheers! ...more >>

How to delete cookie
Posted by ad at 6/11/2006 8:13:20 PM
Hi, How can I delete the cookie in client? ...more >>

MemberShip Question
Posted by Pony Tsui at 6/11/2006 7:42:01 PM
I was install the starter kits CLUB, and created a CLUB WEB SITE, this application use the MemberInfo table in club.mdf to store the membership'data, but i can not find out where to define or configure the MemberShipProvider relative to the MemberInfo Table, it just define the connectionSt...more >>

2.0 Forms Authentication Prob.
Posted by GaryDean at 6/11/2006 5:08:25 PM
I'm trying to use 2.0 forms authentication in a new web site. My book shows how to set this up with the ASP.Net Web Site Administration Tool by going to the Security tab and following the instructions there. However, on this page I get an "Unable to connect to SQL Server database" mess...more >>

Do MasterPages and WebParts not mix!
Posted by Jav at 6/11/2006 4:15:02 PM
I can't seem to find a way to add webparts on a page that is using a MasterPage. Just wanted to confirm that before I move away from that design. Thanks Jav...more >>



locating and changing multiple controls on a page
Posted by TB at 6/11/2006 3:01:06 PM
Hi All: How do I find all textboxes on a page and change a certain property ('enabled' for example) on each of them? I thought of doing something like this: sub changemytexboxes() Dim mytxb As TextBox For Each mytxb In Me.Controls ctrlname.Enabled = False Next End sub But w...more >>

TabIndex/TabOrder Rules
Posted by Alex Maghen at 6/11/2006 2:35:01 PM
Hi I have three questions about the Tab Order that's rendered by default on an ASPX page: 1. On a page that's all ordered HTML (instead of absolute positioning), shouldn't the default be that tab order goes by it's order in the page itself? I'm having a strange situation where tab order is ...more >>

setting up web.config...
Posted by RAB at 6/11/2006 12:47:53 PM
I am designing an application. I have 5 web pages. Page1.aspx, Page2.aspx, Page3.aspx, Page4.aspx and Login.aspx I want any user to freely be able to navigate between Page1.aspx and Page2.aspx However, I only want users who submit a valid username and password on Login.aspx to be able to ...more >>

Master page/content page asp control ID's
Posted by Frederik Borg at 6/11/2006 11:36:03 AM
Hi I would like to use script to access an asp control client side. The asp control and script is located in a content page. I use the control's ID to call it: <button onclick="SomeOtherControl.click();">Remove</button> Unfortunately the ID of SomeOtherControl gets changed when using mas...more >>

web projects
Posted by DC at 6/11/2006 10:12:42 AM
Hi, I need to share my ASP.NET 2.0 web solution with another individual to style up. I want him to be able to "see what I see" in terms of the 3 projects, (standard UI, BO & DB). The thing is I seem to only be able to create my web sites on the local web server. I haven't done much ASP but ...more >>

Encryption
Posted by Sean at 6/11/2006 9:46:01 AM
I need to create a way for users to access their asp.net membership accounts from a desktop application via a web service. Everything is working except for now all I use is the members username becuase everything else is encrypted. In short, I need to learn how to take a string and encrypt...more >>

Pre-format text in an XML file
Posted by cashdeskmac at 6/11/2006 9:39:01 AM
I have text in an xml file which I wish to pre-format before it is read into an xsl document and displayed in an xml control. In the xml file I have something like this: <section><![CDATA[<h1> first message</h1> second message <b> third message</b>]]> However, when it is rendered on the...more >>

Intercepting asp call and talking with Browser and IIS
Posted by pamelafluente NO[at]SPAM libero.it at 6/11/2006 4:19:56 AM
I am new to asp.net. I have an asp page with a submit button which sends out some information. Instead of having IIS to respond and deal with this information, I would like to have a .NET program (for instance a .NET service, or even a client .net application) which is able to intercept this ...more >>

Global application Masterpages and Intellisense
Posted by tool at 6/11/2006 3:48:42 AM
Hi all, I Followed these steps : 1. Added a .master file with 3 contentplaceholder controls. 2. Added an aspx file with the @Page directive parameter 'MasterPageFile' set to my .master file. 3. Added an asp:Content in the page. intellisense in my .aspx file worked and the application ra...more >>

Export to Excell
Posted by Webmills at 6/11/2006 3:35:43 AM
Hi I am exporting a datagrid to Excel using the code as below. The problem that I am experiencing is that if my datagrid includes &nbsp; characters, spurious A with an accent characters appear within the export. I am certain that this should be remedied by changin the charset and/or encoding,...more >>

ISAPI 'C:\Windows\Microsoft.net\Framework\v.1.1.4322\aspnet_isapi.dll' reported itself as unhealthy for the following reason: 'Deadlock detected'.
Posted by Zubair.NET! at 6/11/2006 1:01:03 AM
In our web application we are calling different XML Webservices and make approximately 25 calls every 10 minutes. We use a separate thread to call a the webservice (Crawler) and populate our cache -- our application then retrieves the data from the Cache -- the cache is set to expire in approxim...more >>

Create XML in ASP.NET 2.0 then use for joined table in SQL Server 2005 Stored Procedure
Posted by news.sbcglobal.net at 6/11/2006 12:31:36 AM
Here's my problem: I'm developing an ASP.NET 2.0 application that has a user select one or more auto manufacturers from a listbox ("lstMakes"). Once they do this, another listbox ("lstModels") should be filled with all matching models made by the selected manufacturers. If lstMakes was not m...more >>

Need process to detect if network is available
Posted by BJ at 6/11/2006 12:12:04 AM
Problem: How can I code up a client side process to detect if the network is available? Synopsis: I am writing ASP.NET input forms for a Panasonic Tuff book. The users will be walking around the plant with a wireless connection. There are some pockets of non-connectivity. I've been tasked w...more >>


DevelopmentNow Blog