Welcome!

HttpHandler(ashx) Vs aspx with Json Data

Recently I came across a situation where I was using aspx page to return Json Data to bind a flex . It  was going well (mostly all the times )…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
How To Make A LINQ Query Result To Be Specific Class Type

We have a requirement to parse an XML document.I have parsed the document with LINQ to XML which results the data type to be’ var’.But I want to make it…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Display The Route Between Two Places Using Bing Maps Windows Store App JavaScript SDK In Windows Store App

Let’s first create a new project and add the Bing maps for JavaScript reference. Step 1: We need to  create two textboxes for  taking the values of two places so…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Warning the user before leaving the page

Warning the user before leaving the page !!! Difficulty Level : Intermediate You might have seen in many of the web form pages to warn the user before closing the…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Working with jquery popup in dotnetnuke 6 modules

For example: View.ascx(View Page) ——————– View.ascx.cx ———— lkbButton.Attributes.Add(“onclick”, “return ” + UrlUtils.PopUpUrl(Globals.NavigateURL(“popupkey”, “mid=” + this.ModuleId), this, PortalSettings, true, false, 390, 670)); Above example description: Let say my custom module is…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Blocking an Entire Country from accessing the website In ASP.NET

Suppose we have a  condition  that we don’t want to allow the access of our website  in certain parts of the world . That we can do here in ASP.Net…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Two minutes to learn Ajax File upload

If we have read/seen it somewhere that ” File upload using Ajax”, then it is not through AJAX. File uploading is basically done through an iframe in this case. We…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Set Focus To Kendo Numeric Text Box

Suppose you create a textbox. You use kendo ui to make it numeric textbox as follows, $('#numeric').kendoNumericTextBox();  Now the problem is when you try to make focus on this text…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Resolving Background Scrolling Issue Of Modal Popup Vew In Mobile Devices

Problem: While dealing with a scrollable view where a large numbers of data are shown I faced the following issue. When a popup shows above it, the background scrollable view…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!