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:681837
More Search Options
RSS Available
Matching Posts
Re: How do I format the Price column in my Grid View and Details View?
<asp:BoundField DataField="Price" HeaderText="Price" HtmlEncode="False" DataFormatString="{0:c}" /> Try that on your GridView. In a DetailsView template you can do something like this: <asp:Label ID="Label1" runat="server" Text='<%# Eval("Price", "{0:C}") %>'/>
Posted to
Data Presentation Controls
(Forum)
by
Scott927
on 11/29/2009
Re: Web.config CustomErrors element not working remotely?
Are you sure the web.config file is not being overridden somewhere? It doesn't sound like it's reading the file appropriately. Either you're in a virtual directory beneath the real root, or there's another override somewhere else.
Posted to
Getting Started
(Forum)
by
Scott927
on 10/21/2009
Re: DropDown displaying different panels?
The simplest thing to do would be to just wrap the whole thing in an <asp:UpdatePanel> control. Set the "OnSelectedIndexChanged" property to call an event handler which will set the Visible property to true based on which item is selected, and set the rest to false. Just being inside an UpdatePanel control will force that all to happen client-side. There are, of course, "better" ways to do it, but this is the simplest.
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
Scott927
on 10/21/2009
Re: Radiobutton.Checked Returns False even if it's Selected on Page Load
Basics first...if it's a databound control, are you checking the value of Page.IsPostBack before you databind? If not, can you post some code so we can see what you're doing?
Posted to
Web Forms
(Forum)
by
Scott927
on 10/21/2009
Re: problem while connecting to SQL Server
Try <ComputerName>\SQLEXPRESS. For example, if your computer name is "Dev", as mine is, you would type: DEV\SQLEXPRESS in the server name box. Also, check to be sure the "SQL Server (SQLEXPRESS)" service is started.
Posted to
SQL Server, SQL Server Express, and SqlDataSource Control
(Forum)
by
Scott927
on 10/20/2009
Re: Working in aspx Source mode is slow
Check your available memory, sounds like a low memory issue to me.
Posted to
Visual Studio 2008
(Forum)
by
Scott927
on 10/16/2009
Re: Certification Exam
All of the questions are multiple choice and you should memorize pretty much everything in the MS Press book and then some. The MS Press book won't come close to preparing you for the exam.
Posted to
Free For All
(Forum)
by
Scott927
on 10/13/2009
Re: Hot to customize a gridveiw item template with css ?
Glad I could help. Please "mark as answer" when a particular post solves your problem, we all appreciate that!
Posted to
Data Presentation Controls
(Forum)
by
Scott927
on 10/13/2009
Re: Hot to customize a gridveiw item template with css ?
If you are using an XHTML doctype, then your CSS selectors are case-sensitive. You have a CSS class named "Rowstyle", but reference it with "RowStyle". Just something to check.
Posted to
Data Presentation Controls
(Forum)
by
Scott927
on 10/12/2009
Re: Convert upload image type
Basically the steps you need to take are: 1. Save the file to disk. 2. Load the file into a Bitmap object. 3. Save the Bitmap object to disk in PNG format. I'd approach it like this: //Upload file - assuming you used Path object to get "filename" variable UploadField.SaveAs(Server.MapPath("/images") + filename); //Load uploaded file into bitmap object Bitmap bitmap = new Bitmap(Server.MapPath("/images") + filename); bitmap.Save("Newfilename.png", System
Posted to
Web Forms
(Forum)
by
Scott927
on 10/12/2009
Page 1 of 18 (175 items) 1
2
3
4
5
Next >
...
Last »
Channel 9:
Channel 9 Live at PDC09: Dr Jeff Norris, NASA
Channel 10:
Flickr Drive Integrates Flickr into Windows Explorer
Channel 10:
Playfire: A Growing Network for Gamers
Channel 10:
Find the Top iPhone Apps with Bing (Yes, Really!)
Channel 10:
Xbox to Become Emergency Alert System
Channel 10:
Progression of the Iconic Background
WindowsClient:
ASP.NET AJAX 4.0 Data Binding on MSDN Magazine
WindowsClient:
Don’t miss out..
TechNet Edge:
Improving Collaboration with SharePoint - Tech Focus December 2009 Part 1
Channel 9:
Channel 9 Live at PDC09: Scott Guthrie
Channel 10:
Get Discounted Concert Tickets at the New Windows Section 7
Channel 10:
Get Bing Wallpapers on the iPhone
Channel 10:
Bing Gets a New Toolbar
ASP.NET:
More on medium trust: what permission are you missing?
Channel 9:
Channel 9 Live at PDC09: Bob Muglia
WindowsClient:
Adventures With Windows Azure Diagnostics
Mix Online:
Adventures With Windows Azure Diagnostics
Channel 9:
Channel 9 Live at PDC09: Ray Ozzie
Channel 9:
Coding4Fun: DrinkTendr
Channel 9:
TWC9: Scott Hanselman, John Galloway, Bing, parallel unit tests, more
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online