amitataol

Stories kicked by amitataol

Asp.net ListView - Too much CSS Friendly(geekswithblogs.net)

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

The new Asp.net ListView control is too much CSS friendly - Check it out. read more...

2 comments |category: |Views: 326

tags: another

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

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

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

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

How to improve ASP.NET AJAX error handling(encosia.com)

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

An example of how to replace those annoying JavaScript popup AJAX errors in Atlas with custom handling. read more...

add a comment |category: |Views: 86

tags: another

What ASP.NET Developers Should Know About JavaScript(odetocode.com)

submitted by crpietschmanncrpietschmann(11.3k) 4 years, 10 months ago

This article approaches JavaScript from the perspective of an ASP.NET developer who is comfortable with the paradigms and patterns of either C# or Visual Basic. The article doesn't look at how to use JavaScript from ASP.NET exactly, but it does look at why JavaScript is so different from the two languages we commonly use with the .NET CLR. read more...

1 comment |category: |Views: 2

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

ASP.NET AJAX Repeater(dotnetslackers.com)

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

Data Bound Templated Control with ASP.NET AJAX read more...

add a comment |category: |Views: 407

tags: another

SJAX Call(geekswithblogs.net)

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

Learn how to call synchronously Server Side methods with Asp.net Ajax Framework. read more...

add a comment |category: |Views: 19

tags: another

Check User Name in Ajax way(geekswithblogs.net)

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

Shows how to check user name existence when creating a new user. read more...

add a comment |category: |Views: 38

tags: another