A A
RSS

Tag Archive | "Web Dev"

Cross Domain Error Fix for Silverlight

Tuesday, March 18, 2008

Comments Off

The easiest/quickest way to fix a cross domain error is to create a test website to host your Silverlight application. When you hit F5 to debug the application, it will run the development server and the address bar will say http://localhost:xxx/blahblah.  This will prevent a cross-domain error. If you try to run it using an [...]

Fame, Fortune and WCF

Friday, December 28, 2007

Comments Off

I need your help to bring me fame and fortune. I wrote an article at code project which was entered for a competition.  The winner gets $10k.  Can you please check it out at http://www.codeproject.com/KB/WCF/myfeedreader.aspx and if you like it, please vote for it.  I can’t win if you don’t vote.  Voting will be closed [...]

ASP.NET AJAX: Rendering a Gmail-like ‘Loading’ Indicator

Saturday, August 4, 2007

View Comments

Here is an interesting article on how to display Gmail-like progress indicator: Matt Berseth: ASP.NET AJAX: Rendering a Gmail-like ‘Loading’ Indicator over a Specific ASP.NET Control But I have a much easier method to do that, which I use in www.yongazonga.com: First, add your UpdateProgress control like this: <asp:UpdateProgress ID="UpdateProgress2" runat="server" AssociatedUpdatePanelID="pnlNewUser" DisplayAfter="0" DynamicLayout="True"> <ProgressTemplate> [...]

DataFormatString not working with date format in GridView

Tuesday, May 22, 2007

Comments Off

I set the DataFormatString to {0:d} and also tried {0:MM-dd-yyyy} as several forums and articles suggested; but it still wouldn’t work and kept on displaying the entire string including the time. It turns out, all I had to do is add HtmlEncode=”false”. <asp:GridView ID=”gridItems” runat=”server” AutoGenerateColumns=”False” DataKeyNames=”ItemId” DataSourceID=”MyItemsDataSource” Width=”100%”> <Columns> <asp:BoundField DataField=”Title” HeaderText=”Title” SortExpression=”Title” /> [...]

SiteKey (site-authentication images) security is ineffective

Tuesday, May 8, 2007

Comments Off

Check out this article http://dwarfurl.com/9de21 that discusses the ineffectiveness of site-authentication images as used by some banking sites like bank of America and country wide. I personally agree, first because I can never remember the image and if every site has its own image then I will not be able to remember all images and [...]

Advertise Here
The Most Intelligent Add-In To Visual Studio Happy fan of

What I'm Doing...

Recent Posts

Yonkly Open Source

Sign up for my newsletter




* = required field

powered by MailChimp!

megree Widget

Apparently, I am connected to Obama. Check this out...
My path to Obama

Cyber Identity