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 >>
Don't see what you're looking for? Search DevelopmentNow.com.
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 >>
|