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:5762
More Search Options
RSS Available
Matching Posts
Re: Appending the value selected from an asp:dropdownlist to a NavigateURL in an asp:hyperlink control
You can't do it in the control tag, since this is dynamic; you'll need to code that part as shown above. Since the Hyperlink control is static once it's loaded, though, this doesn't seem like a very good idea. Why was the interface designed this way? Maybe there's a better option than what you're doing now.
Posted to
Getting Started
(Forum)
by
PeterBrunone
on 9/13/2009
Re: Get scrollbar position by javascript
Try document.documentElement.scrollTop instead of document.body.scrollTop.
Posted to
Client Side Web Development
(Forum)
by
PeterBrunone
on 7/23/2009
Re: Dropdown with Multi select option
You can search CodeProject for "multiselect dropdown", or use a prepackaged control like EasyListBox . Cheers,
Posted to
Web Forms
(Forum)
by
PeterBrunone
on 5/13/2009
Re: Dynamic Binding the country flag and country name in dropdown list
The native ASP.NET dropdownlist can't handle images; you'd need to use a third-party control for that. Cheers,
Posted to
Data Presentation Controls
(Forum)
by
PeterBrunone
on 5/13/2009
Re: DropDownList maintains old selected value and has that value in dropdown
You might want to re-post the problem with the solution; even if it seems obvious to you, someone doing a frantic internet search on a deadline might be very grateful :)
Posted to
Data Presentation Controls
(Forum)
by
PeterBrunone
on 5/13/2009
Re: Checkbox usage in Listview to delete selected item
You might have to wait until the Init or Load (or LoadViewState) event of the CheckBox in order to get its true state. An easy way to find out would be to trigger a subroutine with one of those events and slap a breakpoint on it. A quicker, cleaner option would be to use a packaged list control like EasyListBox , which gives you a delimited string for multiple selections (allowing you to use the list in an IN clause).
Posted to
Data Presentation Controls
(Forum)
by
PeterBrunone
on 5/13/2009
Re: SelectedValue not in the list (Dropdownlist in an edititemtemplate of a gridview itemtemplate column)
You don't appear to be setting the selected value of the dropdownlist, but rather the EditIndex of the grid; where is the error actually being thrown?
Posted to
Web Forms
(Forum)
by
PeterBrunone
on 5/13/2009
Re: Type New Value In DropDownList
There are probably a few controls that do this -- you can google for "asp.net combobox" to see what's out there -- but EasyListBox is obviously the one I know best :) Version 3.5 works with ASP.NET 1.1. Cheers,
Posted to
Web Forms
(Forum)
by
PeterBrunone
on 5/13/2009
Re: How to format combo box that is created dynamically?
If you're actually talking about a ComboBox control, there is no such thing in ASP.NET (unless you use a third-party product like ELB ). Cheers,
Posted to
Getting Started
(Forum)
by
PeterBrunone
on 5/13/2009
Re: 'ddlReason_Level_2' has a SelectedValue which is invalid because it does not exist in the list of items.
Call the ClearSelection method on list 2. You can do it on either the Databinding event of list 2, or the selectedIndexChanged of list 1.
Posted to
Web Forms
(Forum)
by
PeterBrunone
on 4/9/2009
Page 1 of 367 (3662 items) 1
2
3
4
5
Next >
...
Last »
Channel 9:
TWC9: XAML tools, Silverlight for Live Writer, Surface SDK,
Channel 9:
C9 Conversations: Brian Beckman on Complexity [C9 Conversations: Brian Beckman on Complexity]
Channel 10:
Black Friday Deals on Windows 7 Machines
Channel 10:
Holiday Shopping on Bing Cashback = Big Online Savings
Channel 10:
Black Friday Deals at the Microsoft Store
Channel 10:
Incredible Black Friday Deal: Windows 7 Notebook for $197
ASP.NET:
Presenting in Europe Next Week
TechNet Edge:
AlignIT IT Manager Podcast #30 - Straight Talk about Windows 7
WindowsClient:
You know your post rate has gone down...
Silverlight:
Geek Profiles – Scott Guthrie
Channel 9:
C9 Lectures: Dr. Erik Meijer - Functional Programming Fundamentals Chapter 9 of 13
TechNet Edge:
Managing Your Virtual World - Tech Focus November 2009 Part 2
ASP.NET:
Silverlight and RIA Services: Implementing Search
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
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online