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:674828
More Search Options
RSS Available
Matching Posts
Re: ReorderList - ObjectDataSource
Does anyone have any idea on why this does not work?
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
doWhileSomething
on 5/3/2008
ReorderList - ObjectDataSource
Hello All, I've been "toying" with the ReorderList control and trying very hard to get it work properly for my situation. I built the needed class/objects for updating/selecting/deleting. While this is still a rough implementation, everything "almost" works. The issue I am having is with removing/deleting an item from the control. I basically have two lists (only one is a ReorderList) that a user can select items from list1 that will populate list2. I can rank and move things
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
doWhileSomething
on 5/2/2008
Filed under: Reorder List
Re: Any OutputCache on page or control will cause ajaxToolkit:TabContainer bug on client browser
I have a control with an accordian control on it, once I added the cache rules, I too get an error "AjaxToolKit" is undefined. I'm guessing it is the cache method, as it works the very first time its loaded, but not thereafter. Is it really needed to add those two files "ToolkitScriptManager.skin" and "CombineScriptsHandler.ashx" to my site root? I am not using the sample site at all, but can obviously add these files if need be. If it is a "must do", could
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
doWhileSomething
on 12/7/2007
Re: AutoCompleteExtender does not work in a web user control
I Just thought I would add the exact markup for those still in need. It was my first time using the AC extender and ran into the same problem. C# [ WebService (Namespace = "http://tempuri.org/" )] [ WebServiceBinding (ConformsTo = WsiProfiles .BasicProfile1_1)] [System.Web.Script.Services. ScriptService ] public class AutoComplete : System.Web.Services. WebService { public AutoComplete () { [System.Web.Services. WebMethod ] public string [] GetCompletionList( string prefixText, int count
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
doWhileSomething
on 11/30/2007
Filed under: autocompleteextender ajaxtoolkit
DragPanelExtender - Snaps back to position in FireFox 2++
I am having issues with the DragPanelExtender in FireFox 2++. In IE6-7 it works as intended, in FireFox 2++ (maybe previous versions as well), the dragging of the panel works, but it snaps back to the original location after release. Is there a known issue and workaround for this issue?
Posted to
ASP.NET AJAX UI
(Forum)
by
doWhileSomething
on 7/9/2007
Filed under: DragPanelExtender
"How to" assign generic event handler for multiple radio buttons to trigger "x" update panel
I have a tabbed panel, each panel has "X" rows of data in it (html table). Each row has a RadioList with two radio buttons that are created on the fly and assigned to a generic event handler. This is working. Now, I would like to make this generic event trigger a given update panel. I've done this with a single and multiple controls, but I need to add a seperate trigger for each control. Since the tabbed panels will have combined 100-1000 radio buttons, I don't want to add a trigger
Posted to
ASP.NET AJAX UI
(Forum)
by
doWhileSomething
on 7/7/2007
Filed under: single trigger for multiple controls
.Net 1.1 with .Net 2.0 virtual directory using AJAX "Sys undefined"
I'm having an issue running an AJAX app I built, I think I might know what the problem might be, but if so, I am not sure how to fix it. The main site is built with 1.1 and new application is 2.0. I have the new application configured properly (as far as I can tell) in its own app pool, etc.. The app runs just fine (I have other 2.0 apps that run along side the main 1.1), but I am getting an error: "Sys undefined...." I've checked to enusre the mappings for the .axd extension for
Posted to
ASP.NET AJAX Discussion and Suggestions
(Forum)
by
doWhileSomething
on 6/5/2007
Filed under: ajax
Re: The name xxx Does Not Exist in the Current Context
I guess you can say this post has helped one more person. I was baffled why I could not figure out what happened. I even went through all of the temporary asp.net files looking for a reason. I sincerly appreciate you sharing this information - cheers!
Posted to
Visual Web Developer 2005 Express
(Forum)
by
doWhileSomething
on 6/1/2007
Re: HttpModule 1.1 (not seen from 2.0) {resolved}
Thanks for the responses and feedback, I appreciate it very much. The site is very large in size that is why we needed to rebuild it in sections so that each section can be deployed and tested in a dev environment, then each section deployed to all production servers. There is some older legacy code in the 1.1 so instead of re-writing all of the code pieces in each file, I made an http module and handlers to manage the site while I finish up the rest of the site. This saved me a considerable amount
Posted to
Configuration and Deployment
(Forum)
by
doWhileSomething
on 4/25/2007
Re: HttpModule 1.1 (not seen from 2.0)
Thanks for the reply, I thought I understood the way the web.config hiearchy worked, but I was a little off with my conception. I thought that each application would only inherit the parent directories config file if one was not found in the child/sub directory. So, anything defined in the root web.config is inherited by all other directories regardless if there is a web.config file found in the given directory? As I said, the entire site is being reconstructed, and for the most part, once done
Posted to
Configuration and Deployment
(Forum)
by
doWhileSomething
on 4/25/2007
Page 1 of 2 (15 items) 1
2
Next >
ASP.NET:
T4CSS: A T4 Template for .Less CSS With Compression
Channel 9:
Photosynth Update and New UI
Channel 9:
First Look: Streetside in Bing Maps
Channel 9:
Coding4Fun at PDC 2009
WindowsClient:
10 Must-See PDC 09 Sessions
Channel 10:
Photosynth Updated with New Release and New UI
Channel 10:
WindowsBlinds 7 Now Works with Windows 7
Channel 10:
Zune HD Launches New Colors
ASP.NET:
PDC09: ASP.NET MVC 2: Ninjas Still on Fire Black Belt Tips
ASP.NET:
Hanselminutes Podcast 188: ASP.NET MVC 2 Beta with Phil Haack
ASP.NET:
Hanselminutes Podcast 186: .NET Debugging 101 with Tess Ferrandez
TechNet Edge:
WinRE and free stuff with Sean Kearney
WindowsClient:
XslCompiledTransform and large template elements
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
ASP.NET:
Hacking the ASP.NET Parser
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online