kaziatyahoo

Stories kicked by kaziatyahoo

Showing Modal Progress Dialog in all Ajax Operation (geekswithblogs.net)

submitted by kazimanzurrashidkazimanzurrashid(3965) 4 years, 9 months ago

Learn how to show a Modal Progress Dialog in all your ajax operation. read more...

1 comment |category: |Views: 303

tags: another

Asp.net Ajax Exception Logging(dotnetslackers.com)

submitted by k000derk000der(4765) 4 years, 9 months ago

Error logging system using ASP.NET AJAX read more...

1 comment |category: |Views: 27

tags: another

Loading UserControl Dynamically in UpdatePanel(geekswithblogs.net)

submitted by kazimanzurrashidkazimanzurrashid(3965) 4 years, 9 months ago

Shows how to load user controls dynamically in update panel on different menu click and how to employ different helper controls like UpdateProgress, ModalPopupExtender when the control is loading. read more...

1 comment |category: |Views: 511

tags: another

Asp.net Ajax UpdatePanel Simultaneous Update - A Remedy (geekswithblogs.net)

submitted by kazimanzurrashidkazimanzurrashid(3965) 4 years, 9 months ago

Shows how work in Update Panel Simultaneous Update. read more...

1 comment |category: |Views: 95

tags: another

Create An Ajax Style File Upload(geekswithblogs.net)

submitted by kazimanzurrashidkazimanzurrashid(3965) 4 years, 9 months ago

Learn how to upload file without refreshing the whole page. read more...

add a comment |category: |Views: 193

tags: another

Returning XML Column Data As a Set of Data from SQL(blog.donnfelker.com)

submitted by donnfelkerdonnfelker(1290) 4 years, 9 months ago

I needed to write something like this ... SELECT * FROM CustomerTest WHERE Customer_Id = 1; The data returned needed to return the row as well as the data inside of the XML Column in that row, in the same set. (The data in the XML column needed to be returned as sets of records as well.) The XML Contained was simple XML that looked like this... read more...

add a comment |category: |Views: 2

tags: another

Implement Yahoo's YSlow in your Asp.net pages(geekswithblogs.net)

submitted by kazimanzurrashidkazimanzurrashid(3965) 4 years, 9 months ago

Enhanced version of Combining Multiple JS and CSS files into one. Now supports Compression, Minifier for JS and CSS files. read more...

add a comment |category: |Views: 45

tags: another

SQL Server 2005: Using PARTITION and RANK in your criteria(weblogs.sqlteam.com)

submitted by thesqlguythesqlguy(100) 4 years, 9 months ago

The RANK and PARTITION features in 2005 are simply amazing. They make so many "classic" SQL problems very easy to solve. read more...

add a comment |category: |Views: 76

tags: another

Visual Studio 2008, Hands on Labs Released(blogs.msdn.com)

submitted by CharlieCalvertCharlieCalvert(7875) 4 years, 10 months ago

Visual Studio 2008 Beta 2 was released to the web for download today. The releases are available both as regular installs and as VPC images. If you choose the regular installation, you should run this script to "ensure that the installation of .NET Framework 3.5 Beta 2 will not affect the development of ASP.NET AJAX 1.0 applications." read more...

1 comment |category: |Views: 176

tags: another

Get Yahoo's Internal HTTP Performance Analysis Tool(encosia.com)

submitted by gt1329agt1329a(7849) 4 years, 10 months ago

Yahoo has finally made YSlow, their HTTP profiling plugin to FireBug, available to the public. A must for any ASP.NET AJAX developer. read more...

1 comment |category: |Views: 6

tags: another

Visual Studio 2008 Beta 2 is HERE!(msdn2.microsoft.com)

submitted by superghostsuperghost(2260) 4 years, 10 months ago

Download it :) read more...

4 comments |category: |Views: 1

tags: another

Combine Multiple JavaScript and CSS Files and Remove Overheads (geekswithblogs.net)

submitted by kazimanzurrashidkazimanzurrashid(3965) 4 years, 10 months ago

Learn how to combine multiple resource file and remove overheads from server. read more...

1 comment |category: |Views: 114

tags: another

Inversion of Control and Dependency Injection with Castle Windsor(dotnetslackers.com)

submitted by simonebsimoneb(5450) 4 years, 10 months ago

First article of a 4 parts series about IoC and DI with Castle Windsor Container. This first part is an introduction to the core concepts and a simple example of how to start thinking in terms of IoC. read more...

9 comments |category: |Views: 273

tags: another

Asp.net Ajax and VS2003(geekswithblogs.net)

submitted by geekswith.bloggeekswith.blog(375) 4 years, 10 months ago

Learn how to use Asp.net Ajax in VS2003 or older. read more...

1 comment |category: |Views: 83

tags: another

Developing ASP.NET AJAX Controls with Silverlight(silverlight.net)

submitted by MartinHNMartinHN(180) 4 years, 10 months ago

This video is from MIX 2007, where Nikhil Kothari demonstrates how to buidl a cool AJAX Server Control, that uses Silverlight for it's presentation read more...

2 comments |category: |Views: 9

tags: another

Cancel a Web Service Call in Asp.net Ajax(geekswithblogs.net)

submitted by kazimanzurrashidkazimanzurrashid(3965) 4 years, 10 months ago

This will show you how to cancel a web Service call after it is invoked, It will also provide some interesting findings (Maybe a Bug) in Asp.net Ajax Network Layer. There are plenty of examples available on how to abort an UpdatePanel AsyncPostback but none for the WebService. read more...

add a comment |category: |Views: 117

tags: another