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:736011
More Search Options
RSS Available
Matching Posts
Client-Side Changes to Hidden Field Not Persisted
I've got a bit of Javascript that updates the value of a HiddenField at some point on the client side. I've verified that the script does in fact update the field. The problem comes during postback, instead of the new value being persisted to the viewstate, its value is lost early on in the postback. Any ideas?
Posted to
Web Forms
(Forum)
by
forkbeard
on 7/19/2007
Re: associate Key-value pair with textBox autoComplete extender
Dennis, after adding your code I get a Javascript error (in IE only) saying that 'type is undefined', the following is the code around where the error occurs. var $create = Sys.Component.create = function Sys$Component$create(type, properties, events, references, element) { /// <param name="type" type="Type"></param> /// <param name="properties" optional="true" mayBeNull="true"></param> /// <param name="events"
Posted to
ASP.NET AJAX UI
(Forum)
by
forkbeard
on 7/18/2007
Re: associate Key-value pair with textBox autoComplete extender
It does help! Thanks :)
Posted to
ASP.NET AJAX UI
(Forum)
by
forkbeard
on 7/16/2007
Re: associate Key-value pair with textBox autoComplete extender
Could you provide us with a usage example?
Posted to
ASP.NET AJAX UI
(Forum)
by
forkbeard
on 7/16/2007
Re: 'ContextKey' is not a valid attribute of AutoCompleteExtender
Yeah, that was the first thing I checked...
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
forkbeard
on 7/13/2007
'ContextKey' is not a valid attribute of AutoCompleteExtender
So we need to use the ContextKey (and, by extension, UseContextKey) property with our project but it doesn't seem to in the actual control even though I've seen form posts in which people speak of using it. I also can't find any reference to the ContextKey being mothballed anywhere. What gives? Where's the beef ContextKey?
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
forkbeard
on 7/13/2007
Filed under: AutoCompleteExtender, contextkey
Re: ObjectDataSource object doesn't recognize Data Access methods...
Just tired it, still error-ing... There's also the accidental dupe topic here: http://forums.asp.net/t/1119125.aspx
Posted to
Data Access and ObjectDataSource Control
(Forum)
by
forkbeard
on 6/6/2007
Re: ObjectDataSource, Non-Generic Methods, and a simple List.
*sigh* it wasn't. Fresh eyes are a wonderful thing. Thank you :) However, the problem now is that after everything binds up nicely at design time (the gridview and detailsview take on all of the right fields) it still spits out the same error at runtime. Thinking that the lack of an UPDATE, DELETE or INSERT method might be causing the problem, I set all of them to (None) and set all of the retrieved columns to read-only but it still craps out on me.
Posted to
Data Access and ObjectDataSource Control
(Forum)
by
forkbeard
on 6/6/2007
ObjectDataSource object doesn't recognize Data Access methods...
Alright. We've got a static class with static methods that return either a User or a List<User> and everything appears to be kosher BUT when we go to add the ODS, it refuses to recognize our methods. DataAccess.cs [DataObject( true )] static class DataAccess { ...snip... [DataObjectMethod(DataObjectMethodType.Select, false )] public static User GetUserById( int id) { return DataSource.GetUserById(id); } [DataObjectMethod(DataObjectMethodType.Select, true )] public static List<User>
Posted to
Data Access and ObjectDataSource Control
(Forum)
by
forkbeard
on 6/6/2007
Filed under: non-generic error, objectdatasource
ObjectDataSource, Non-Generic Methods, and a simple List.
Alright. We've got a static class with static methods that return either a User or a List<User> and everything appears to be kosher BUT when we go to add the ODS, it refuses to recognize our methods. DataAccess.cs [DataObject( true )] static class DataAccess { ...snip... [DataObjectMethod(DataObjectMethodType.Select, false )] public static User GetUserById( int id) { return DataSource.GetUserById(id); } UserAdmin.aspx [DataObjectMethod(DataObjectMethodType.Select, true )] public static
Posted to
Data Access and ObjectDataSource Control
(Forum)
by
forkbeard
on 6/6/2007
Filed under: non-generic error, objectdatasource
Page 1 of 2 (11 items) 1
2
Next >
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!!!
Silverlight:
A Silverlight HVP Update
Channel 9:
Channel 9 Live at PDC09: This Week on Channel 9 - PDC09 Daily Show Edition Day 1
Channel 9:
Maria Klawe: Scholar, Scientist and Microsoft Board Member
Channel 10:
Play the Bing Sherlock Holmes Game
Channel 9:
Channel 9 Live at PDC09: Loic Le Meur
Channel 10:
How to Delete Jump List Items
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online