Home
Get Started
Learn
Downloads
AJAX
MVC
Community
Wiki
Forums
Sign in
|
Join
Home
›
ASP.NET Forums
›
Search
Search
You searched for the word(s): userid:683562
More Search Options
RSS Available
Matching Posts
Re: Need Help: DateTime on Label or TextBox (Page Load)
You can use DateTime.Now for the actual date and time. As how to show them. See this link: http://www.java2s.com/Tutorial/CSharp/0260__Date-Time/UsetheToStringmethodtoconvertaDateTimetoastringdDfFgGmrstTuUy.htm
Posted to
Web Forms
(Forum)
by
SilverSwan
on 6/17/2009
Re: Querystring in Gridview Help
You can use the conditional operator: <condition> ? <true value> : <false value> Like org=='b' ? 'page2' : 'page3'
Posted to
Data Presentation Controls
(Forum)
by
SilverSwan
on 6/17/2009
Re: Bread crumbs
First things first: registering the provider After downloading (and compiling) MvcSiteMap , you will have to add a reference to the assembly in your project. Also, you will have to register the provider in your Web.config file. Add the following code somewhere in the <system.web> section: <siteMap defaultProvider= "MvcSiteMap" > <providers> <add name= "MvcSiteMap" type= "MvcSiteMap.Core.MvcSiteMapProvider" siteMapFile= "~/Web.Sitemap" securityTrimmingEnabled
Posted to
ASP.NET MVC
(Forum)
by
SilverSwan
on 6/17/2009
Re: Configuring ASP user
1. Yes, you can alter the querystring in the web.config to store the credentials with which you want to login. 2. I'm not sure what you mean by 'work in the configuration of Lotus'
Posted to
Configuration and Deployment
(Forum)
by
SilverSwan
on 6/17/2009
Re: User Login
Allthough what you really want to do is writing a SQLMembershipProvider, the query will always return 0 rows because the statement should be this: "SELECT * FROM customer where userName='@userName' AND password='@password' " Since you do a string comparison you will want to add single quotes around the values.
Posted to
Security
(Forum)
by
SilverSwan
on 6/17/2009
Re: Binding list of values to DropDownList control through a template
Maybe later this week, I don't have the time at the moment
Posted to
Data Presentation Controls
(Forum)
by
SilverSwan
on 10/30/2006
Re: Binding list of values to DropDownList control through a template
after reading your first post again, try this: < asp : DropDownList ID ="ddlSeedsInPack" runat ="server" DataMember =' <%# Bind("tQuantity") %> ' DataTextField ="packageQuantity" DataValueField ="packagePrice" AppendDataBoundItems ="True" Width ="47px">
Posted to
Data Presentation Controls
(Forum)
by
SilverSwan
on 10/29/2006
Re: Binding list of values to DropDownList control through a template
You could set a filter to a copy of your dataset and fill the dropdownlist. Or if the value for the dropdownlist is always the same, just fill them in and choose edit databindings, make it Bound to the colom of the origional dataset.
Posted to
Data Presentation Controls
(Forum)
by
SilverSwan
on 10/28/2006
Re: formatting dispaly of data grid
Could you post the query you use to retrieve the data?
Posted to
Data Presentation Controls
(Forum)
by
SilverSwan
on 10/28/2006
Re: formatting dispaly of data grid
Could you post the query you use to retrieve the data?
Posted to
Data Presentation Controls
(Forum)
by
SilverSwan
on 10/28/2006
Page 1 of 4 (38 items) 1
2
3
4
Next >
TechNet Edge:
Windows Server 2008 R2 Quick Look #3 - PowerShell V2
ASP.NET:
2009 Blogged - Greatest Hits
WindowsClient:
2009 Blogged - Greatest Hits
Channel 9:
Nikolaj Bjørner and Leonardo de Moura: The Z3 Constraint Solver
Channel 9:
MEF & Silverlight 4 Beta - Part 2, Imports & Exports
Channel 9:
MEF & Silverlight 4 Beta - Part 1, Introduction
WindowsClient:
The (Near) Final Word on Multi-Monitor Taskbars for Windows 7 - Ultramon vs. DisplayFusion
WindowsClient:
Looking back at 2009, and forward to 2010
Silverlight:
Polling Video – A Viable sub-second alternative?
TechNet Edge:
Windows Server 2008 R2 Quick Look #2 - Active Directory Recycle Bin
Channel 10:
I'm a Windows 7 PC Themes
Channel 10:
24 Years of Windows Box Art
WindowsClient:
Silverlight tutorial: HOW TO build CommandLink Control in Silverlight with Expression Blend 3 and Behaviors
ASP.NET:
Converting an RGB Color To Hex With JavaScript
Silverlight:
Silverlight HVP Design – Configuration & Scenarios
Channel 9:
Channel 9 Live at PDC09: Day 3 Welcome
Channel 9:
Channel 9 Live at PDC09: TWoC9 Day 3
Channel 10:
Microsoft's Mobicast: Stiched Cell Streams
Channel 10:
Festive Bing
TechNet Edge:
How Microsoft Reduces Operational Risk through Business Continuity Management
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online