Posted on November 24th, 2015 by Sibabrata Dash
As DotNetNuke is completely based one dot net. In dnn module, we can use simple css customize popup, ajax modal popup as well as jquery popup. In terms of browser dependency and light weight it is better to use jquery popup. And another good thing is dnn 6 Api is also providing in-built methods to […]
Posted on November 23rd, 2015 by Sachin Kumar
Datepicker is a rich widget of jQuery library . It exposes a lot of properties and methods to make it customizable . Once, while working with it , we needed to popup the datepicker just at side of the textbox . But the default popup position is just below the text box so we had […]
Posted on November 23rd, 2015 by Sachin Kumar
Problem : Let us think of a scenario : Suppose we have a search page (A.aspx) which contains a tabular view of student data . The page contains a filter button to filter the students based on some condition . Initially the table contains all students data (say 100 records) . Now after pressing the […]