Show truncated string with dots appended with CSS3
Showing starting few words of a long text by not using client side or server…
Showing starting few words of a long text by not using client side or server…
What is Memory Leak? Memory leak is a bug that mainly occurs when a program…
Active directory Authentication using forms authentication and login control in ASP.NET: For Active directory authentication…
In this tip I am explaining different ways to break out of a very deeply…
Sometimes we need to create customer portal user in test class to run the functionality…
Sharepoint 2010 has so many new exciting features and one of them is InPlace Record…
Using AJAX and web services in your application can make it richer. But passing information…
1. Who can start CUDA programming? – Any one who has some basicknowledge on C…
This tip describes how text can be converted to image using Java awt.. Step1: Create…
n many projects we give options to users to add multiple rows for submitting multiple records. To do this…
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 )…
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…
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…
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…
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…
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…
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…
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…
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…