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:819368
More Search Options
RSS Available
Matching Posts
Re: FormView issue, help!!
You cannot call them directly you need to use the FindControl method of the FormView to get access to the controls inisde the FormView.
Posted to
Data Presentation Controls
(Forum)
by
anonymouswrites
on 11/11/2009
How to display latest 5 blogs from my blog on my website
How to display latest 5 blogs from my blog on my website using feedburner. How can I read the XML file?
Posted to
Getting Started
(Forum)
by
anonymouswrites
on 10/21/2009
Re: Get Value from DropDownList
The name of the property in the course object should be same as the name of the dropdown. I assume you have something called " SchoolID " as a property in your " Course" model.
Posted to
ASP.NET MVC
(Forum)
by
anonymouswrites
on 8/27/2009
Re: How to add a horizontal scrollbar to a listbox
Hope this helps http://www.codeproject.com/KB/custom-controls/HorizontalListBox.aspx
Posted to
Web Forms
(Forum)
by
anonymouswrites
on 8/16/2009
Re: Statistics Charting
What I am doing is creating a chart using .netcharting saving it was an image in my images folder and then using an html image control to display the chart.
Posted to
ASP.NET MVC
(Forum)
by
anonymouswrites
on 7/29/2009
Re: Statistics Charting
Yes they can.
Posted to
ASP.NET MVC
(Forum)
by
anonymouswrites
on 7/27/2009
Re: Maintains State in Input Controls
<td align="center"><%= Html.TextBox("Quantity", line.Quantity)%></td> needs to be in side the form.
Posted to
ASP.NET MVC
(Forum)
by
anonymouswrites
on 7/26/2009
Re: Statistics Charting
you can use asp.net charts or you can use .net charting to create charts.
Posted to
ASP.NET MVC
(Forum)
by
anonymouswrites
on 7/26/2009
Re: How to store an empty date into a column of a SQl server table
If your dateToSave is DateTime then you can mark it as nullable DateTime? dateToSave; sprocComm.Parameters[ "@dateOfExpire" ].Value = dateToSave == null ? DBNull.Value : dateToSave.Value;
Posted to
C#
(Forum)
by
anonymouswrites
on 7/26/2009
Re: How would I add a "Nothing Found Message"
You can set the Empty data message in your viewdata in your controller and in your view dislay the message using viewdata. in controller ViewData["EmptyText"] = "Message goes here"; in view <%= ViewData["EmptyText"] %>
Posted to
ASP.NET MVC
(Forum)
by
anonymouswrites
on 7/26/2009
Page 1 of 41 (410 items) 1
2
3
4
5
Next >
...
Last »
TechNet Edge:
How Microsoft Reduces Operational Risk through Business Continuity Management
Channel 9:
Jeffrey Van Gogh and Bart De Smet: Inside System.Interactive
WindowsClient:
Runtime Fault Injection using TestAPI
TechNet Edge:
TechNet Radio: Community Corner with John Weston (Episode 1)
TechNet Edge:
Windows Firestarter Events (Part 3 of 5): IE8 - Browse the Web in Style!
WindowsClient:
The year ahead, 2010.
TechNet Edge:
FOPE Policies Deep Dive Interview
Silverlight:
Silverlight HVP Design Update
WindowsClient:
Windows Client Developer Roundup for 12/28/2009
WindowsClient:
Snoop with 64 bit support
ASP.NET:
jQuery Hide/Close Link
ASP.NET:
Merry Christmas
TechNet Edge:
FPE Customer Story
Silverlight:
Being a writer, and having an editor. A Short Rant.
Channel 9:
Channel 9 Live at PDC09: Dr Brian Brooks (3M)
Channel 9:
C9 Lectures: Dr. Erik Meijer - Functional Programming Fundamentals Chapter 13 of 13
Silverlight:
Information for Silverlight HVP Developers…
WindowsClient:
Custom Content Loaders in Silverlight 4.0
WindowsClient:
MVVM Links\Info
TechNet Edge:
Check out how Dolly Parton uses IE8 and Web slices!!!
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online