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:687713
More Search Options
RSS Available
Matching Posts
Re: Don't use Function._validateParams in your code
There's a public version of the function available in the ASP.NET 4.0 AJAX client library (as of Preview 4). Function.validateParameters(parameters, expectedParameters, validateParameterCount); Download and check it out here .
Posted to
ASP.NET AJAX Discussion and Suggestions
(Forum)
by
aggiekevin
on 6/7/2009
Re: How to create Onclick event for asp:panel control
If you're still having issues with this, check out my latest blog post for a detailed example of how to implement this functionality.
Posted to
Web Forms
(Forum)
by
aggiekevin
on 5/15/2009
Re: How to create Onclick event for asp:panel control
You're getting that error because the ClickablePanel control is not a Button. It extends the Panel control. So when you try to cast it to a Button, an exception is thrown. Change this line: Dim vButton As Button = CType (sender, Button) To this line: Dim vPanel As CustomControl.Clickable_Panel= CType (sender, CustomControl.Clickable_Panel)
Posted to
Web Forms
(Forum)
by
aggiekevin
on 2/5/2009
Re: MSDN like Menu
Hello, You can use ASP.NET's Menu control to achieve this kind of functionality. For details on how to implement those controls, you might check out the MSDN documentation or some of the QuickStart Tutorials . I hope this is what you're looking for. If not let me know and I'd be glad to help you further.
Posted to
Web Forms
(Forum)
by
aggiekevin
on 12/28/2008
Re: ScriptResource.axd - if(!a._events)
I'm glad you got it fixed!
Posted to
ASP.NET AJAX Discussion and Suggestions
(Forum)
by
aggiekevin
on 12/16/2008
Re: ASP.NET Asynchronous operations
[quote user="spinz2112"] 1. why do you assign the _semaphore and _finished values in the class constructor? could it not be done in page_load? [/quote] That is actually a static constructor for the class. Since they are static variables, there will only be one instance of each variable no matter how many instances of the class have been created. If you make them member variables and assign their values during the Page_Load event, then every time the user clicks the button (in my example
Posted to
Getting Started
(Forum)
by
aggiekevin
on 12/16/2008
Re: alternative reorderlist
Hello, Here's a blog post from someone who implemented a reorder list using JQuery. Here's another one using the YUI library. I hope those help.
Posted to
ASP.NET AJAX Discussion and Suggestions
(Forum)
by
aggiekevin
on 12/11/2008
Re: ScriptResource.axd - if(!a._events)
Can you provide more details, like what controls you are using on your page? Or better yet, provide the source code. Evidently the Microsoft AJAX library is encountering a problem when something is being initialized.
Posted to
ASP.NET AJAX Discussion and Suggestions
(Forum)
by
aggiekevin
on 12/11/2008
Re: using Ajaxenabled tabstrip control..
When you place the AjaxControlToolkit.dll assembly in your project bin folder, you must either add a reference to it in your web.config or add a Register directive at the top of your page before you can use any of the controls on the page. If you want to add the Register directive, place the following line directly beneath the <%@ Page %> directive: <%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="act" %> I hope this helps
Posted to
ASP.NET AJAX Discussion and Suggestions
(Forum)
by
aggiekevin
on 12/11/2008
Re: ASP.NET Asynchronous operations
I'm glad my example was helpful! :)
Posted to
Getting Started
(Forum)
by
aggiekevin
on 12/11/2008
Page 1 of 42 (417 items) 1
2
3
4
5
Next >
...
Last ยป
TechNet Edge:
Forefront Secure Endpoint Demo and Interview
ASP.NET:
Resizing images from the server using WPF/WIC instead of GDI+
Silverlight:
Deploying your Silverlight and WCF RIA Services application
Channel 9:
Juan Chen and Nikhil Swamy: FINE, a Compiler for End-to-End Security Verification
Channel 10:
Get the Outlook Hotmail Connector Beta
Channel 10:
MSN to Launch New Lifestyle Site from Wonderwall Creator
Channel 10:
Behind the Windows 7 Startup Animation
Channel 9:
Reactive Extensions API in depth: CombineLatest
Channel 9:
C9 Lectures: Dr. Graham Hutton - Functional Programming Fundamentals Chapter 11 of 13
WindowsClient:
New WPF Showcase: Scrum Sprint Monitor
WindowsClient:
WPF/XAML helping VS2010 Extensibility
WindowsClient:
HTTP 403.9 with ADO.NET Data Services
WindowsClient:
xml syntax highlighting in Silverlight
Channel 9:
Channel 9 Emerges in China
WindowsClient:
Overlaying Icons on the Windows 7 Taskbar with WPF 4
Channel 9:
The Outlook calendar starts in 1601 - But Why?
ASP.NET:
Bytes by MSDN: Brad Abrams Interview with Billy Hollis: Silverlight 4, RIA Services and VS2010
Mix Online:
Pictures or it Didn't Happen
Channel 9:
Reactive Extensions API in depth: even more Zip
TechNet Edge:
SDL For Agile
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online