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 2008 > threads for sunday january 20

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

Crash Course needed
Posted by rosoft at 1/20/2008 11:22:17 PM
Hi I'm and OLD developer used to programming in C++ and Delphi. I need to learn ASP.NET for webdevelopment. Where can I fid a crash course for ASP.NET and where can I learn the IDE. Microsofts IDE has always been jidderish to me. Lars ...more >>


problem with maxInvalidPasswordAttempts
Posted by Mich at 1/20/2008 10:31:03 PM
Hi, i use the login control for authentification (in local aspnetdb.mdf file). The password is "hashed" and sent by mail to the member. Sofar no problem. I put the maxInvalidPasswordAttempts="2" (so two attempts are allowed) and passwordAttemptWindow="1" (attempts must occur in one minute). ...more >>

chart with visual studio
Posted by Walser Mark at 1/20/2008 9:31:55 PM
hello ng I want to use some bar charts in a homepage. Does any library exist in dotnet? How I program this with asp.net or wirh C#? thank you mark...more >>

ASP.NET Design Suggestions
Posted by Jonathan Wood at 1/20/2008 5:47:19 PM
I'm trying to get a good understanding of this. I have a page that is fairly complex and makes a number of database accesses. I'd love to cache it but, since the data will be specific to the user's current settings, that doesn't really seem to be a useful option. I also have a button that ...more >>

asp.net 3.5 and ajax on widows 2003
Posted by David4021 at 1/20/2008 3:11:01 PM
I have an app working fine on vista ultimate(iis7 , .net 3.5 , ajax) After installing .net 3.5 on my windows 2003 server (currently at 2.0) the app breaks : Parser Error Message: Unknown server tag 'asp:ScriptManager'. asp:ScriptManager ID="ScriptManager1" runat="server"> </asp:Scr...more >>

Implement Access Rights Based on AD Group
Posted by YCH at 1/20/2008 2:10:14 PM
Hi, My development environment is VS.Net 2005 with C# code behind. I want to implement a access control function that integrate with the user right in AD group. For example, different users can view / edit / delete different content based on their account in AD group. How can I do this...more >>

IIS 7 and vista business
Posted by jay.l.100@gmail.com at 1/20/2008 11:40:07 AM
Hello, I have been through a bunch of the posts here and I can not solve my problem. I have just installed vista business and IIS 7. I an getting a 404 error when I try to access a site. I have every box checked under Application development features. I am developing a site in asp 2.0 w/ dot...more >>

New release my Open Source website ready to be downloaded
Posted by luigi.corrias@gmail.com at 1/20/2008 10:00:24 AM
New release my Open Source website ready to be downloaded My Web Application like at not so few people so i release a new version with new exiting functionality Please download and improve it http://www.codeplex.com/luigicorrias Nuova release del mio sito Open Source L'applicazione Web che...more >>



referencing a hidden input box
Posted by Paul Hansen at 1/20/2008 8:39:32 AM
Using a hidden input box to store a password for web services input id="idpassword" type="hidden" value=" " runat="server" throws this error Compiler Error Message: BC30311: Value of type 'System.Web.UI.HtmlControls.HtmlInputHidden' cannot be converted to 'String'. I would be grateful for...more >>

Asp.net stops responding / html & asp work
Posted by QuestionMan at 1/20/2008 7:35:32 AM
Good Day, Please help. We're trying to resolve an issue that has made the rounds in all the groups, but we were unable to find any resolutions. Any help in that regard is greatly appreciated. 1. On a Sporadic basis, asp.net pages stop responding with no resulting errors displayed in IE ...more >>

Substitue ItemArray with something else in a FormView
Posted by staeri@gmail.com at 1/20/2008 1:53:17 AM
When loading a FormView I try to fill a third-party combo control with this code: Protected Sub FormView1_ItemCreated(ByVal sender As Object, ByVal e As EventArgs) If FormView1.Row.RowState = DataControlRowState.Edit Then Dim rowView As DataRowView = TryCast(FormView1.DataItem, ...more >>

DetailsView updates unused properties to null
Posted by Nick Bennett at 1/20/2008 12:31:58 AM
I've got a page with a DetailsView. It uses a SqlDataSource which itself uses stored procedures for Select and Update. I don't want the user to see some of the columns, but if I don't bind them (or if I do bind them but set Visible=False), when the Update procedure is called, the parameter...more >>


DevelopmentNow Blog