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:200540
More Search Options
RSS Available
Matching Posts
Re: problem in downloading file ?
The mime type for jar is not an octet stream, it is this: application/java-archive This only works if the user has Java installed on their computer.
Posted to
Getting Started
(Forum)
by
DarrellNorton
on 11/25/2009
Re: Stacked Charts in asp.net
Yes, see this blog post: http://blogs.msdn.com/alexgor/archive/2009/03/27/aligning-multiple-series-with-categorical-values.aspx
Posted to
Getting Started
(Forum)
by
DarrellNorton
on 11/25/2009
Re: Download an image from url link ?
See this thread: http://forums.asp.net/t/1224738.aspx
Posted to
Getting Started
(Forum)
by
DarrellNorton
on 11/25/2009
Re: Creating multidimensional List<string>
The only way you could do that is to make the generic type of the list a custom class. Create a custom class with public properties: public class MyClass { // public properties for ID, Title, Name, Address } Then in your method: List<MyClass> aListOfStuff = new List<MyClass>();
Posted to
Data Presentation Controls
(Forum)
by
DarrellNorton
on 11/25/2009
Re: DataSet With Stored Procedure?
No, you should only need one adapter for a set (insert, update, delete, select one) of stored procs. See how to create them here: http://www.asp.net/Learn/data-access/tutorial-67-vb.aspx Or if you already have them created, how to use existing stored procs here: http://www.asp.net/Learn/data-access/tutorial-68-vb.aspx
Posted to
Data Access and ObjectDataSource Control
(Forum)
by
DarrellNorton
on 11/25/2009
Re: getting files from web service and then let users download it.
You can use Response.BinaryWrite() to stream a byte array or write the output directly in Response.OutputStream .
Posted to
XML Web Services
(Forum)
by
DarrellNorton
on 11/25/2009
Re: Editable grid
Are you connecting directly to the database? If so, use a GridView bound to a SqlDataSource. http://msdn.microsoft.com/en-us/library/aa479341.aspx You can format the gridview easily: http://msdn.microsoft.com/en-us/library/aa479342.aspx People also provide "skins" or "themes" for GridViews. Here is one example, do a search for "asp.net gridview theme" to find many more: http://weblogs.asp.net/kevinbrammer/archive/2008/05/31/asp-net-gridview-themes.aspx
Posted to
Data Presentation Controls
(Forum)
by
DarrellNorton
on 11/25/2009
Re: Displaying headings
You can inherit from the GridView and override some of the behavior: http://blogs.claritycon.com/blogs/kevin_marshall/archive/2006/02/28/247.aspx
Posted to
Data Presentation Controls
(Forum)
by
DarrellNorton
on 11/23/2009
Re: Trying to build simple menu
Why don't you use the ASP.NET Menu Control? It would be easier to use and change, plus you can style it many different ways: http://msdn.microsoft.com/en-us/library/ecs0x9w5.aspx
Posted to
Web Forms
(Forum)
by
DarrellNorton
on 11/23/2009
Re: General question about web applications and security
If the data is sensitive, you should use SSL. Check out this post for how to get started: http://weblogs.asp.net/scottgu/archive/2007/04/06/tip-trick-enabling-ssl-on-iis7-using-self-signed-certificates.aspx
Posted to
Getting Started
(Forum)
by
DarrellNorton
on 11/23/2009
Page 1 of 650 (6492 items) 1
2
3
4
5
Next >
...
Last »
Channel 9:
C9 Lectures: Brian Beckman - Covariance and Contravariance in Physics 1 of 1
Channel 9:
Set Your Data Free
Channel 9:
Implementing a Silverlight SharePoint WebPart with Visual Studio 2010
WindowsClient:
New WPF Showcase Addition: Enterprise
Channel 9:
Reactive Extensions API in depth: Contract
WindowsClient:
Concluding "New WPF Features" Series
WindowsClient:
Introduction to TestApi – Part 5: Managed Code Fault Injection APIs
ASP.NET:
T4MVC now has a real home and a dedicated forum!
TechNet Edge:
Windows Server 2008 R2 : New Power Management Features
ASP.NET:
Web Deployment Painkillers: VS 2010 & MS Deploy
WindowsClient:
Application Accessibility Testing
WindowsClient:
Prism & WCF RIA Services
Channel 9:
Sharepoint 2010 and Claims-Based Identity
WindowsClient:
IRhetoric Ported To BlogEngine.NET
WindowsClient:
PDC Recap and More
Channel 9:
Reactive Extensions API in depth: Primitives
WindowsClient:
New WPF Features: MultiTouch
WindowsClient:
codeplex.com/testapi v 0.4 available
Channel 9:
The Visual Studio Documentary - Alan Cooper, the Father of Visual Basic
Channel 9:
Hanselminutes on 9 - Guided Tour inside the Windows Azure Cloud with Patrick Yantz
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online