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 > february 2008 > threads for saturday february 2

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

Forms Authentication,Login&Password is clear text through the netw
Posted by frank at 2/2/2008 8:53:02 PM
Hi, I have a question about asp.net Forms Authentication: When User Login from client to web server, the UserName&Password is clear text or not if we do not use SSL. Thanks! ...more >>


VB.Net- 0 Build Errors, but I am prompted that there were build errors?
Posted by Lance Wynn at 2/2/2008 4:52:31 PM
Hello all, I have a strange problem. I have been working on a website, and after finishing a page, I hit Debug, and I am prompted with the message box stating "There were build errors, do you want to run the last good build?" However, in the Errors, and Warnings windows, both show 0 (zero). ...more >>

Architecture question
Posted by Locusta at 2/2/2008 4:31:02 PM
Hello, I need to design 120 webpages for 32 countries, makes 3840 ASP pages. The purpose of the page is to fill in a form, like an order entry screen, each in their own language or regional settings, like currencies, VAT codes and many others. Is there a good design pattern that I can us...more >>

Menu Databinding
Posted by Just Me at 2/2/2008 3:04:46 PM
Hi. I have a Menu Conundrum. 1.) I want to bind my menu to data, it seems that this is only possible to sitemap structures in xml or sitemap file. Is this true ? 2.) When I have staticlally defined menu items, IE created inside the menu definition in the ASPX page. I can specific a men...more >>

How to invoke XMLSiteMapProvider in login page (logged_in method)?
Posted by alexandis at 2/2/2008 1:03:28 PM
I use additional custom attributes in sitemapnodes of my web.sitemap, besides - it contains startUrl to navigate to when leaving login page, depending on role. <siteMapNode startUrl="Clients/clientlist.aspx" title="Clients" roles="admin,partner" startFor="admin,partner"> All in all - i need...more >>

VB.NET OOP Interface / Implements clarification .. Thank you!
Posted by wildman@noclient.net at 2/2/2008 8:05:29 AM
Looking at an asp.net website with a lot of OOP and I am trying to understand where the benefit of all this might be. There is a user control with codebehind properties that looks like this: Partial Class uc Inherits System.Web.UI.UserControl Implements UM.IUIBuildingBlock ...more >>

Dynamic Like clause in LINQ How?
Posted by john at 2/2/2008 7:13:01 AM
I'm trying to build a LINQ expression that will use a dynamic construction of a LIKE statement in the WHERE clause, it would look something like this in SQL: WHERE TaskGroup Like "*00*" OR TaskGroup Like "*20*" It would be many variations on the above. I know how use the LIKE clause...more >>

Gridview never shows data
Posted by Phil Johnson at 2/2/2008 5:36:01 AM
Hi, I have 2 gridviews on an asp.net 2.0 form. When I click select on a row in the first grid, in the GridView1_SelectedIndexChanged event I set the value of a textbox (with visibility set to false) to a string representation of a guid before calling databind on my second grid. The se...more >>



how to put a particular value on top of dropdownlist connected to a sql table?
Posted by Bart at 2/2/2008 12:14:31 AM
Hi, i have a dropdownlist connected to a sqldatasource like this: <asp:DropDownList ID="DropDownList1" runat="server" DataSourceID="SqlDataSource1" DataTextField="Name" DataValueField="Name"> </asp:DropDownList> What i want is to put a particular value on the top of the dd. I can't u...more >>


DevelopmentNow Blog