Browse by Tags

All Tags » ASP.Net (RSS)

VS 2008 Web Tests on Windows 7 by rachitp

I faced tons of problem on IIS 7/Windows 7 with the web tests (ASP.Net) using Visual Studio 2008. The following blog post from Alan really makes it clear how to make it work (although it is not intended to run on Windows 7). Very simple, very good job...
Filed under: , ,

Unable to open the physical file - Access is denied by rachitp

I’m an using Admin account on Windows 7 and try to attach umbraco database to my local SQL 2008 R2 instance. I’m getting the following error: Unable to open the physical file "D:\Tech\umbraco\build\App_Data\umbraco.mdf". Operating system error...

oData consumable in Excel 2007 by rachitp

oData is an Open Data Protocol for querying and updating data. You can view a few demos here . The PowerPivot is one of the most useful/HOT features in my view. Only drawback is it’ll be consumed in Excel 2010 ONLY, not in Excel 2007 which the most of...

JQuery Flot Charts with Time Series by rachitp

Flot is an awesome library to produce the simple charts based on the great JQuery. Using the date/time data (e.g. X-axis data type) is a little difficult to get working right but after exchanging the emails with the developer of the Flot library, I got...
Filed under: , , ,

Silverlight UI Creation by rachitp

We’ve been looking to get a short-term Silverlight UI person (with of course a little experience integrating  C#/Web Service experience) and I don’t know why it’s so hard to find a candidate. Like people who do Flash/Flex/ActionScript based web designing...
Filed under: ,

Importance of Global Error Handling by rachitp

I saw this a long time back but every time I look at it, it reminds to make sure the friendlier error messages are on for any application. :)

Annoying Package Load Failure Error by rachitp

I’m using TFS Power Tools ( Oct 2008 release ). The Visual Studio 2008 was working fine until I start getting this very annoying “Package Load Failure” error. I didn’t install/uninstall anything but something somehow magically got changed. Error Description...

How do you read a technical book by rachitp

Given I have a finite reading time, it’s hard for me to read any technical book (300 pages and above) from the first page to the last. Most of the times, first 2-3 chapters give me enough to get going and other remaining chapters just become more like...

Javascript Debugging Feature Request by rachitp

It's very helpful to have the intellisense in the Visual studio 2008 for JavaScript. I thank MS a lot for it. I request if the intellisense can be also provided while debugging in the immediate window. For example, when I want the details of the Date...
Filed under: ,

OnPageIndexChanging not working in GridView within UpdatePanel by rachitp

I'm working on a demo ASP.Net page that has multiple User Controls (.ascx) and one of the user controls has the ScriptManager and the UpdatePanel. The GridView control is within the ContentTemplate of the UpdatePanel. I was trying few things and hitting...
Filed under: ,
More Posts Next page »