Saturday, May 30, 2015

Logout user after browser close in ASP.NET C# using web services

Introduction: Keeping a track of user's time in your web application is one of the most important issue to maintain. It not only helps to keep the track of user's but also it helps to solve any other analytical problems with application's data, like average in time, average out time, average time spent in your application etc. So how to keep the users login logout information of your web application. By...

Saturday, May 23, 2015

Team management Part-I (View users)

Team Management Team Management part 1 (View users) [Current] Team Management Part II (Add Users)  In various applications user is the main character to play a role and for software developer, user management is a big issue to handle. Many thing like user satisfaction, user info secrecy, child parent management, easy to handle, scalability etc. are one of the parts of user management...

Thursday, May 21, 2015

Find all the input in a particular cell of a HTML table

Here in this post I will show you how to fetch all the input data of a particular cell of a HTML table using JQuery. What ever the input we are taking in HTML (text, radio, password, checkbox etc.) Follow the following JSFiddle to get the value of all input tag value in a particular cell. How it s happening ? For each tr and every td of that tr, we are searching for the input tag. And where we...

Popular Posts

Pageviews