Atlas - Raj Kaimal
Sign in
|
Join
Raj Kaimal
If it ain't broke, make it better.
This Blog
Home
Contact
About
Syndication
RSS
Atom
Comments RSS
Search
Go
Tags
.NET
ADO.NET
AJAX
ASP.NET
Atlas
C#
CLR
Custom Controls
Data
General
General Software Development
LINQ
MicrosoftWebExperience
Office
Silverlight
SQL
Tips
UI
UX
Visual Studio
WPF
XML
News
Digg
Navigation
Home
Blogs
Archives
June 2008 (1)
May 2008 (1)
January 2008 (1)
November 2007 (1)
October 2007 (3)
September 2007 (6)
August 2007 (2)
June 2007 (2)
May 2007 (2)
March 2007 (3)
January 2007 (5)
December 2006 (1)
November 2006 (4)
August 2006 (2)
June 2006 (1)
May 2006 (3)
March 2006 (2)
February 2006 (3)
January 2006 (3)
November 2005 (6)
October 2005 (10)
September 2005 (2)
July 2005 (6)
June 2005 (1)
May 2005 (1)
February 2005 (2)
October 2004 (2)
July 2004 (2)
June 2004 (2)
May 2004 (2)
April 2004 (1)
December 2003 (3)
Blogs
ASP Forums
.Net Security Blog
Scott Guthrie
Nikhil Kothari
Bertrand Le Roy
Eilon Lipton
Matt Gibbs
David Reed
Krzysztof Cwalina
Brad Abrams
Popular
Using XSLT files with the new XMLDataSource control
Setting parameters for DataSourceControls from code-beside
Raising events in a Page and handling it in a WebControl
Master Details using AJAX and the UpdatePanelPopupExtender
GridView DropDownList Pager
Clickable GridView Headers
How to render client report definition files (.rdlc) directly to the Response stream without preview
BoundField DataFormatString attribute not being applied.
Implementing a selection box for Google Maps
Setting the default Button for a TextBox in ASP.NET
Browse by Tags
All Tags
»
Atlas
(
RSS
)
AJAX
ASP.NET
Custom Controls
Wednesday, June 13, 2007 8:41 PM
The GridView Row Drag Overlay Extender
I finally got a chance to play with the Ajax futures release over the weekend. The controls look very impressive! Just for fun, I wrote a simple drag overlay extender that allows you to drag and drop rows in/across GridViews. Anytime a Gridview row is...
Posted by
rajbk
|
44 comment(s)
Filed under:
Custom Controls
,
ASP.NET
,
AJAX
,
Atlas
Wednesday, January 24, 2007 12:27 AM
Inserting and deleting with the AJAX UpdatePanelPopupExtender
The UpdatePanelPopup Extender has been updated to use the ASP.net Ajax RTM version. I have also added an example that shows how to add/delete a record using the popup. Like before, we have a GridView and DetailsView setup using the standard Master/Details...
Posted by
rajbk
|
24 comment(s)
Filed under:
AJAX
,
Atlas
Sunday, January 21, 2007 1:35 AM
Refresh UpdatePanel via JavaScript
I have seen this asked a couple of times in the newsgroups hence this post. A simple way of refreshing an UpdatePanel using JavaScript is to add a HiddenField to the page, change its value using JS and then have the HiddenField raise a postback event...
Posted by
rajbk
|
11 comment(s)
Filed under:
AJAX
,
Atlas
Wednesday, January 17, 2007 5:33 PM
Master Details using AJAX and the UpdatePanelPopupExtender
The UpdatePanelPopupExtender is a simple ASP.Net AJAX extender that can be attached to any UpdatePanel control. This extender allows you to postion the attached UpdatePanel beside any control you specify. Here are a couple screen shots of what you can...
Posted by
rajbk
|
51 comment(s)
Filed under:
AJAX
,
Atlas
Sunday, January 14, 2007 10:41 PM
UpdatePanel and CSS
The ASP.net AJAX UpdatePanel control in RTM unfortunately does not have a CssClass property. A CSS property may be nice to pretty up the UpdatePanel but in my case, I was hoping to use it to set the CSS "visibility" property of an UpdatePanel...
Posted by
rajbk
|
2 comment(s)
Filed under:
AJAX
,
Atlas
Monday, January 08, 2007 11:55 PM
Using the UpdateProgress control as a modal overlay
After reading up on the Extender Control tutorial , I decided to write my first Extender control as a learning exercise. UpdateProgressOverlayExtender is an ASP.Net AJAX extender that can be attached to any UpdateProgress control in order to position...
Posted by
rajbk
|
45 comment(s)
Filed under:
AJAX
,
Atlas
Tuesday, December 12, 2006 1:33 AM
Which control raised the async postback event?
The PageRequestManager in the ASP.net AJAX 1.0 Beta 2 framework exposes a pageLoaded event which is raised when the page is refreshed. AFAIK, the pageLoaded event does not contain any property that tells you which element on the page raised an async postback...
Posted by
rajbk
|
3 comment(s)
Filed under:
AJAX
,
Atlas
More Posts