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 thursday august 23

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

Any tricks to protect data in GridView from being copied?
Posted by Hooyoo at 8/23/2007 11:46:41 PM
Hi, everyone here. I need to protect my data in GridView from being copied, do you guys have any good methods? Thanks in advance. ...more >>


Why couldn't I effectively refresh my aspx page in VS.NET when debugging? (clearing Javascript cache?)
Posted by Ken Fine at 8/23/2007 9:15:26 PM
I wrote a small aspx page that used RegisterStartupScript and StringBuilder to display a bunch of nodes on a windows live local map. This involved a lot of client-side JS script. I got the dreaded "Operation Aborted" error in IE7 which has been discussed to death on places like this: http://...more >>

Dotfuscator problem
Posted by GaryDean at 8/23/2007 5:54:00 PM
Has anyone had success with this community edition obfuscator that comes with vs2005? I put a dll through it and then when I substitute the obfuscated dll for the original I get an error at compile time saying: Error 1 Could not load file or assembly 'GP2, Version=0.2.0.0, Culture=neutral,...more >>

Hiding a parent Iframe from asp.net
Posted by phl at 8/23/2007 5:50:15 PM
Hello I have an asp.net page which is within an asp iframe. Sometimes there's nothing to show in asp.net page, so I need to do something to hide the iframe in the asp page, so I don't show a blank iframe. Does anyone know how the javascript and ClientScript.RegisterStartupScript to do this?...more >>

Login control problem
Posted by Dave at 8/23/2007 5:34:07 PM
I have a secured folder that is has the following webconfig file ....... <authorization> <deny users="?" /> <allow roles="Admin" /> <allow roles="User" /> </authorization> ........ Whenever I add a user, I use a script to add a user to "U...more >>

Need to dynamically add <ASP:Button> controls to web user control w.in page
Posted by at 8/23/2007 3:47:36 PM
How do I dynamically generate <ASP:button> controls for a repeating recordset (using reader with while loop). Each row would have ASP:Button and CommandName="sameFunctionForAll()" CommandArgument=reader["ProductID"].ToString() I'm not at all sure how to tackle this. I have page that conta...more >>

Best way for app to determine what server it is on and customize config info?
Posted by Ken Fine at 8/23/2007 3:35:03 PM
I would like to be able to move my ASP.NET applications to any of a number of servers without changing code. My apps do a lot of disk I/O and in some cases I might be specifying absoute drive mappings for whatever bad reason. This will break if apps are arbitrarily copied around. I imagi...more >>

Question about forum engine code
Posted by at 8/23/2007 2:33:14 PM
I have signed up to a dotnet hosting account and I have a dotnet app called CommunityServer, which allows me to setup my own news forums. The path of one of my forums (the third one) is http://.../communityserver/forums/3/ShowForum.aspx I have looked in my ftp space, and although I was able ...more >>



determine time-zone of client machine
Posted by John Grandy at 8/23/2007 1:24:33 PM
How to determine the time-zone the client machine is set to ? ...more >>

ASP.NET WebService Response - CPU at 50%
Posted by eusebiu at 8/23/2007 1:20:36 PM
Hello... I have a web application that is calling a method from a web service. This webservice has a class that is a client class in a remoting scenario. The problem is that, after the remote server responds to the client's(the web service) request and the web method returns a value(true/fal...more >>

WYIWYG way for creating Custom Controls
Posted by Abdo Haji-Ali at 8/23/2007 1:18:51 PM
Previously I used to create user controls if I wanted to use a specific set of controls in multiple pages, however I want to deploy my control in other applications so I thought of creating custom controls. Only problem is that I'm used to designing my controls in a WYSIWYG (tm) way (i.e. usi...more >>

Debugging Page Methods
Posted by probashi at 8/23/2007 1:14:14 PM
I am having hard time trying to debug a Page Method in an ASPX page. I was able to set break point in client side JavaScript code but not in C# code in ASPX page. How do one can debug Page Methods? Thanks ...more >>

Web Service/Page Methods , ASPX page and GridView
Posted by probashi at 8/23/2007 1:09:32 PM
We have a Grid View in a page that displays nicely formatted data (a Status Report). In another application we are sending out Alert emails {windows app}. Now I want to attach the content of the Grid View Control (HTML) to the email. Is this possible to achieve this with Web Service/Page ...more >>

Page Events hook via designer
Posted by Lit at 8/23/2007 12:50:03 PM
Hi, How to hook to the Page events like PreRender. in C# I need to just add the event and signature provided. I don't want to hunt for the signature etc.. I thought we can select the event from some place Thank you, Lit ...more >>

ActiveX Self register
Posted by eusebiu at 8/23/2007 11:00:56 AM
Hello... I am developing a MFC ActiveX that I want to self register when IE promts to Install it. I have added the VALUE "OLESelfRegister", "\0" to activex's resource file (.rc) and I have STDAPI DllRegisterServer(void) method in my code. When I build my ActiveX project, the ActiveX is ...more >>

error executing child request for... "permission" security
Posted by rico.fabrini NO[at]SPAM gmail.com at 8/23/2007 10:19:37 AM
Hello Everyone, I've suddenly started running into the error "error executing child request for Page.aspx" when doing a Server.Transfer("Page.aspx"); That's on a Win2003 Server machine. This same code works fine on another Win2003 Server machine, and a Win2K machine. The prior versio...more >>

delete text in a textbox
Posted by Mike at 8/23/2007 9:15:35 AM
Is there a way to determine if a user deleted text in a asp:textbox? I have a textbox were users can enter in a product number, then they = click a button to see if the product numbers(s) exists in our database, = if they exist then the product name is returned and the product number = is then...more >>

The referenced component 'OWC10' could not be found after copy app
Posted by david at 8/23/2007 8:24:01 AM
a new server machine. Now I edit the asp.net application in the new machine. The 'OWC10' is still shown in the .NET project reference with label '!'. When I compile it, I got the error: The referenced component 'OWC10' could not be found . Could not load the type library. Library not registered...more >>

Upload/DownLoad from Excel
Posted by Lamis at 8/23/2007 6:40:02 AM
HI, I am doing an aspx application and need to let my users be able to edit the information in my database by the page. My first Idea was to let them export the information to an excel file at local machine where they can edit it och then upload the file by the page again to save down their...more >>

How to get web statistics data in rss feed?
Posted by Aahz at 8/23/2007 5:26:01 AM
I have couple web sites and right now, I monitor traffic with Awstats. I thought it would be much easier to aggregate them in one feed for quick look... What would be best way to do that? Any idea or suggestion? Thank you ...more >>

Can't log in user having "must change password" flag set (Forms Au
Posted by Axel Dahmen at 8/23/2007 3:28:04 AM
Hi, we've got a strange problem here: We've created an ASP.NET 2.0 web application using Membership.ValidateUser() to manually authenticate users with our website. The problem is: If the user has the "User must change password" flag set in Active Directory, ValidateUser() always returns...more >>

difference (in days) of two dates
Posted by Alhambra Eidos Kiquenet at 8/23/2007 1:20:01 AM
Hi, misters which the best method for get the difference (in days) of two dates. The hour (hh:mm) don't mind, would be 00:00 for all dates. 1.) fechaUno.Substract(fechaDos).Days 2.) int desplazamientoFechaActual = fechaLaborable.DayOfYear - fechaActual.DayOfYear; 3.) ...more >>

asp.net 2.0 ajax autocompleteextendet with 2 column
Posted by Ganesh at 8/23/2007 1:17:08 AM
Hi There I have implemented Auto Complete feature by using AutoCompleteExtender. It's just I may need to have an extra column, just to display some extra information. Still, when I click on the item I would like only the first column to populate my textbox. Does anyone of you know of any sa...more >>

Ajax Asynchronous refresh. Is it possible ?
Posted by Piotr Nowak at 8/23/2007 12:00:00 AM
Hi, Say i have a server process which listens for some changes in database. When a change occurs i want to refresh my page in browser by notyfinig it. I do not want to refresh my page i.e. every 5 seconds, i just want to refresh it ONLY on server change just like desktop applications do. ...more >>

HTML-file to pdf
Posted by Morten Snedker at 8/23/2007 12:00:00 AM
From an aspx I wish to grab a html-file from the same directory and push it to PDF via Response.ContentType = "application/pdf". Alternatively the html-content can be held in a string variable, which can be used instead. Can someone push me in the right direction as to how? Regards /Sn...more >>

ASPNet 2.0 DirectoryServices problem
Posted by Jason Huang at 8/23/2007 12:00:00 AM
Hi, In my ASPNet 2.0 Visual Studio 2002, would someone tell me how to add the reference to the DirectoryServices? Thanks for help. Jason ...more >>


DevelopmentNow Blog