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:746657
More Search Options
RSS Available
Matching Posts
Re: Tooltip for DropdownList options
I can't believe I forgot about that! Thank you so much. I got so hung up on using the helpers that I fogot I could build it manually. Perfect. It would be nice in a future release if some control was given in the helper method.
Posted to
ASP.NET MVC
(Forum)
by
VinBrown
on 6/19/2008
Tooltip for DropdownList options
Is there any way to make the Html.DropdownList() render in such a way that the .title attribute for each option is the full text of each option? For example: let's say I have an Html.DropdownList() and the select list has an item whose text is really long, but the width of the list truncates the text. I want the tooltip to show the full text. Is there any way to dynamically set the .title at the option level? Here's some of my code... 1 Dim oDDStyle As Object = New With {.class = "inquiryDropDown"
Posted to
ASP.NET MVC
(Forum)
by
VinBrown
on 6/18/2008
Re: Preview 3 - Html.ListBox and Html.DropDownList - Please Add Prompt Support Back
Here's a pretty simple solution that doesn't require modifying the source code. It basically just creates a list of the object in question and then unions that with the linq query. Dim oStatePrompt As New RefState() oStatePrompt.StateCode = "Select..." oStatePrompt.StateId = -1 Dim oStatePromptList As New List(Of RefState)() oStatePromptList.Add(oStatePrompt) <%=Html.DropDownList( "FirstState" , New SelectList(oStatePromptList.Union(edc.RefStates.Where( Function (_s
Posted to
ASP.NET MVC
(Forum)
by
VinBrown
on 6/17/2008
Re: One Strongly Typed ViewData to rule them all?
I suppose if that's what you need then so be it. I would just offer this question, though. If you have your view data encapsulating all your objects, are you really still strongly typing anything? It seems the only benefit you are gaining is the ability to do ViewData.Category as opposed to (Category)ViewData["Category"].
Posted to
ASP.NET MVC
(Forum)
by
VinBrown
on 5/20/2008
Re: One Strongly Typed ViewData to rule them all?
Wow. Am I understanding this to mean that you would have a class that contains all the properties of customers, orders, and all the other related stuff. Seems like there should be a better way of handling that. Is using viewdata that isn't strongly typed an option? Seems like that's the way you would want to go for this. Here's a wacky thought (not even sure if it's possible). What if you had a viewdata object that contained other strongly typed viewdata objects? I'm really just
Posted to
ASP.NET MVC
(Forum)
by
VinBrown
on 5/20/2008
Re: Rich Text Editor for MVC?
There's a JQuery plugin - jquery.wyswyg - that I've used. Seems to work well.
Posted to
ASP.NET MVC
(Forum)
by
VinBrown
on 5/20/2008
Re: Image verifier for ASP.NET MVC?
Please forgive my ignorance. What do you mean by image verifier?
Posted to
ASP.NET MVC
(Forum)
by
VinBrown
on 5/14/2008
Re: Basic doubts in Mvc
I have been setting the startup action to 'Start Url' and then setting the value to "http://localhost:[port number]/" . Then you can either publish the application or copy the files manually. One thing that I have had to do on one web site that I rolled out was to use a .ashx extention in routing. It is deployed on IIS6, but using .mvc wasn't working because (according to a post I found online describing the exact same problem), .mvc was being mapped to something else in some
Posted to
ASP.NET MVC
(Forum)
by
VinBrown
on 5/12/2008
Re: <%= Html.Button()%> with htmlAttributes
Interesting. Which version of MVC are you using? Glad to see you worked it out.
Posted to
ASP.NET MVC
(Forum)
by
VinBrown
on 5/8/2008
Re: debugging not working
That's awesome! When in doubt, reboot. I'd be interested to know if you ever find out what the problem was.
Posted to
ASP.NET MVC
(Forum)
by
VinBrown
on 5/8/2008
Page 1 of 3 (23 items) 1
2
3
Next >
WindowsClient:
The Future of Client App Dev : WPF and Silverlight Convergence
Channel 9:
PDC09 GeekFest Party
Channel 10:
How to Use "Play to" and "Remote Media Streaming" in Windows 7
Channel 9:
The Visual Studio Documentary: Jeff Hadfield Full Length Interview
TechNet Edge:
Managing Your Entire World - Tech Focus November 2009 Part 3
Channel 9:
The Access Show: Managing Access Databases with SharePoint
Channel 10:
Show Us Your Tech - Mark Pendergrast Edition
TechNet Edge:
Mark Russinovich interview at TechEd EMEA 09
TechNet Edge:
IT Manager Podcast #31: Talking About Virtualization
TechNet Edge:
System Center Operations Manager 2007 R2 – Service Level Dashboard part 1: Introduction
WindowsClient:
MSXML XHTML DTDs - making the web better
TechNet Edge:
How it works: Active Directory Rights Management Services
Channel 9:
Inside Windows 7: Recovering Windows from System Degradation and Boot Failures
Channel 10:
Ebay Launches IE8 Webslice for Holiday Shopping
Channel 10:
New Windows Smartphone Includes Built-in PowerPoint Projector
Channel 10:
Bing's Top Searches Reveal Our Celeb Obsessions
Channel 9:
Ping 39: Chrome is here, Dancing in MS Stores, Iphone & Bing
ASP.NET:
Building Twitter Search using the ASP.NET Ajax Library Beta – Part 1
Silverlight:
Using Azure as a Silverlight Streaming replacement
Silverlight:
Building extensible Silverlight applications with MEF
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online