Profile details - pika

pika
Points earned
Gold :- 28
Silver :- 47
Bronze :- 46
Total points earned :- 868664
Bio

Expertise in

Personal website

Work Experience
No details provided yet
Article
Category
Jquery
Top jQuery Form Validation plugins to implement client-side form validations quickly
This article list the top jQuery form validation plugins which should be used by developers to implement client-side form validations quickly & easily.
Category
SEO/SMO
Top Google Adsense alternative for your Blog-2017
In this article, you will get details about best Google Adsense alternatives for your website or blog to get maximum revenue from your websites traffic (high or low).
Category
ASP.NET
State Management in Asp.Net
This article provides you details of managing state in asp.net web applications and explains state management options using example.
Category
Java
How to compare Strings in Java?
This article explains how can we compare string in Java and give brief insights with an example about various string functions in Java programming language.
Category
Bootstrap
Creating bootstrap switch button (Easy way)
In this article, I will help you style your HTML checkbox buttons into an iOS7 like switch toggle buttons using Bootstrap and without it
Category
C#
C# Delegates explanation and it's use with Example
This article will help you explain what are the delegates in C# with the example, its advantages and when we should use delegates.
Category
CSS
Social media icons hover effect (CSS Based)
In this article, I have posted various examples available on internet which shows social media icons hover effect (css based).
Category
C#
Understanding Garbage Collection In C#
In this article, I have discussed in detail about how garbage collection generations works in C# .NET with an example in console application.
Category
ASP.NET
Using ckEditor for ASP.NET
This article gives step by step procedure on how to implement ckEditor in ASP.NET Web-forms.
Category
ASP.NET
OutputCache in ASP.NET MVC ( Caching in MVC)
This article will help you in understanding the usage of OutputCache with its filter parameters and how to improve the performance of your web application using OutputCache with an example.
Category
C#
How to convert string to int in C#?
In this article, I will provide you quick and easy ways to convert string to int using int.parse and int.tryparse with explaining the difference between these two.
Category
ASP.NET
Implementing WebGrid in MVC (Step by step integration)
In this article, I am going to provide you step by step procedure of implementing WebGrid in MVC.I will also explain how to sort, paginate, specify column name's etc in WebGrid of MVC
Category
ASP.NET
Performing CRUD operations in ASP.NET MVC using jqGrid (Explanation with example)
This article will explain you step by step, about how to perform CRUD operations in asp.net MVC using jQGrid
Category
ASP.NET
Send Email using C# MVC .NET
This Article explains you, how you can send email in ASP.NET MVC project using gmail smtp with attachments or without it (C# send email with attachment)
Category
ASP.NET
Sending SMS using Twilio API in ASP.NET MVC
In this article, I will give you step by step guide on how to send SMS using Twilio API in ASP.NET MVC C#.
Category
C#
Exception handling in C# (With try-catch-finally block details)
In this article, I will explain you in detail about the concept of Exception handling in C# and how we can use try-catch block to handle errors with example.
Category
ASP.NET
How to use Rich text editor (CKEditor) in MVC
In this article, I am going to explain about how to integrate CKEditor (as rich text editor) in MVC & how to add/update data in the database using CKEditor in asp.net MVC
Category
ASP.NET
File Uploading using jQuery Ajax in MVC (Single or multiple file upload)
In this article, I have explained the process of uploading single or multiple files using jQuery Ajax in ASP.NET MVC or using Pure Javascript with FormData.
Category
C#
Ways to convert List into Datatable using C#
This article gives you quick solution & few ways to convert .ToList() or IEmuerable List data into DataTable using C#.
Category
ASP.NET
Implementing Forgot password functionality in ASP.NET MVC (Reset password by Email)
In this article, I have explained how we can implement forgot password functionality by sending reset password link by email in ASP.NET MVC.
Category
ASP.NET
Uploading Files in ASP.NET MVC C# (Single & Multiple Files)
The article explains & gives you tested and working code for uploading file in asp.net MVC C#. I have explained about uploading single or multiple files in ASP.NET MVC.
Category
ASP.NET
Create XML sitemap dynamically in ASP.NET MVC C#
In this article, I will help you create or generate XML sitemap dynamically using C# code in ASP.NET MVC with explanation.
Category
C#
Ways to Convert Datatable to List in C# (with performance test example)
This article explains you the various ways to convert Datatable to List using C# with example, this article also shows a small performance test of linq and foreach method.
Category
ASP.NET
QR code generator in ASP.NET C# (MVC)
In this article, I have explained generating qr code in ASP.NET MVC C# using ZXing.net library and how to decode the QR code again into plain text.Also explained generating QR code in C# using HTML helper in Razor.
Category
ASP.NET
How to Create login & registration page in MVC with database (ASP.NET)
In this article, I will explain and show you how to create custom login / logout and registration page in asp.net mvc with database using Entity framework & proper Validations.
Questions Asked
Answers
2
how to add-remove property in Javascript Object?
Answers
2
How to convert InputStream to a string in Java?
Answers
2
What is the Difference between String and string in C#?
Answers
2
how to loop on JSON result & show it to user using jquery?
Answers
1
how to open new tab and insert content in it using javascript?
Answers
1
Not able to get or find element by data attribute using jquery
Answers
2
How to get an element by its data-id using jquery?
Answers
2
Want to use Bootstrap tabs instead of jquery
Answers
3
Open and Close bootstrap modal using jquery?
Answers
2
Check if table exists then delete it in SQL Server
Answers
2
how to create login with facebook button using php
Answers
1
How to create dynamic list type in C#?
Answers
2
How to solve error "save changes is not permitted" in sql server?
Answers
1
How to get Current page number of IPagedList Razor View in MVC?
Answers
3
How to make Ajax request synchronous in jQuery?
Answers
1
How can I run raw SQL query in C#? ( With and Without ADO.NET)
Answers
1
How to export HTML table to PDF & Excel in jQuery Datatable?
Answers
2
Checkbox value not posting in ASP.NET MVC form?
Answers
3
Alternatives to iFrame tag in HTML?
Answers
1
Using a Hub instance not created by the HubPipeline is unsupported.
Answers
2
Where Can I download complete Visual Studio 2017 ISO?
Answers
2
Cannot convert null to a value type JSON error
Answers
1
How to show dropdown list in Xamarin Forms?
Answers
2
console error "Cannot read property mData of undefined"..??
Answers
2
how to pass value to razor variables from JavaScript?
Answered
Answers
2
How to create shopping cart in asp.net MVC?
Answers
4
How to auto login in MVC?
Answers
1
How to Edit data using pop-up modal in knockout js and MVC?
Answers
1
500 Internal Server Error
Answers
2
How to get Image from Controller in MVC and display it as Profile pic in layout.cshtml?
Answers
1
Login to a website without using username and password
Answers
2
How to trigger click on pressing Enter key inside text input using Javascript or jQuery?
Answers
2
How to force HTML table row to show data in single row using CSS?
Answers
5
how to show confirm box when clicking link (a href tag)?
Answers
3
Best extension to convert C# Class to Typescript Interface Class
Answers
2
How to auto hide bootstrap date-picker after selecting date?
Answers
3
How to use switch case statement in stored procedure?
Answers
2
How to find missing date between two dates in sql table.
Answers
2
How can I download complete AWS S3 Bucket Locally?
Answers
3
Getting error 'A transport-level error has occurred when receiving results from the server.'
Answers
3
How to Open Console in eclipse?
Answers
2
How to convert nvarchar column to datetime in SQL Server?
Answers
2
How to rename a file and directory in C#?
Answers
3
How to get all files inside folder using C# easily?
Answers
2
How to ignore files while committing code on GitHub using Visual Studio?
Answers
2
There is already an open datareader associated - error in C#
Answers
3
How to Add Spaces before Capital letter in a string using C#?
Answers
2
how to convert SQL join query to Entity Framework in C#?
Answers
3
If Statement condition in ASP.NET Web-Forms?
Answers
2
How to bind a dropdownlist to a bootstrap datepicker
Answers
2
How to get Filtered Data in Crystal Report?
Answers
3
How to select specific div or Form which does not have specific class?
Answers
3
how to integrate SSRS in asp.net mvc from scratch ?
Answers
1
Cannot connect with database using jQgrid in asp.net MVC
Answers
1
500 Internal Server Error when calling .NET web service from android in Java
Answers
3
Getting error 'A transport-level error has occurred when receiving results from the server.'
Answers
2
Create dynamic month/year calendar attendance sheet in .NET MVC
Answers
1
How to create side menu using bootstrap?
Answers
1
Insert multiple data in multiple tables using single ActionResult in ASP.NET MVC?
Answers
3
How to convert JSON String into C# class object
Answers
2
C# error "Type 'string' does not contain a definition for 'equals' and no extension method 'equals' of type 'string' could be found."
Answers
2
How to force HTML table row to show data in single row using CSS?
Answers
1
How to right-align button inside Flex div?
Answers
1
How to make Group by in Linq work with possible null values, in C#?
Answers
2
Format any number to two place of decimal using JavaScript?
Answers
3
How can I get dd/mm/yyyy formatted current date in Javascipt?
Answers
3
Format of the initialization string does not conform to specification starting at index 120.
Answers
2
confirmation box on span using jquery
Answers
2
How can I convert string to time in C#?
Answers
2
How to check the total number of object stored in S3 bucket in AWS?
Answers
3
How to apply a CSS to first element of class only?
Answers
3
how to check if string is null or empty using jQuery or javascript?
Answers
3
How to show date time with am/pm using C# in ASP.NET?
Answers
2
How to check or uncheck checkbox using jQuery?
Answers
3
New transaction is not allowed because there are other threads running in the session
Answers
2
Unable to find package 'Abp.Owin' at source.
Answers
2
Difference in Html.Partial vs Html.RenderPartial & Html.Action vs Html.RenderAction?
Answers
2
how to take back up of all sql server databases?
Answers
3
How to check if string contains substring using jQuery-Javascript?
Answers
3
Difference equals operator (== vs ===) in JavaScript and which to use when?
Answers
1
removing a particular row from the table using MVC C# throws an error
Answers
3
How can i change hr color using CSS?
Answers
2
How to show only a single record with crystal report in ASP.NET MVC
Answers
2
Unable to update the EntitySet because it has a DefiningQuery and no InsertFunction element exists in the ModificationFunctionMapping element to support the current operation
Answers
3
How to open New tab using javascript or jquery and open href in it?
Answers
4
How to auto login in MVC?
Answers
1
How to create N Level Of TreeView from database in asp.net
Answers
2
How can I know which Key was pressed using jquery or javascript?
Answers
1
Error : An asynchronous operation cannot be started at this time
Answers
1
ViewBag data from controller is not visible in Partial View
Answers
3
Bootstrap modal appearing below back-drop (in background) ??Why?
Answers
2
how to convert httppostedfilebase to httppostedfile in C#?
Answers
2
Getting error 'Git failed with a fatal error' in Visual Studio 2017 when using Git for windows
Answers
3
How to get difference between two dates in javascript?
Answers
2
How to create XML document using XDocument in C#?
Answers
1
How to create Dropdown list using Option group in MVC Razor?
Answers
1
How can I change format of jQuery Datepicker date?
Answers
2
How to encrypt and decrypt a string in C#? Need easy method with example
Answers
3
how to convert UTC time to Local using C#?
Answers
2
How to remove square brackets from string using javascript?
Answers
2
How to convert a positive number to negative number and negative to positive in C#?
Answers
3
How to remove double quotes from string using C#?
Answers
2
How to add custom search box in jQuery Datatable and place it outisde main Table?
Answers
2
Error "Connection was established with server but error occurred during login process" SSMS
Answers
4
How to validate jQuery form validation on button click?
Answers
2
Error implementing Paging in MVC C#
Answers
4
how to get complete url and base url in MVC?
Answers
3
How to compare two arrays using Javascript and get unmacthed elements?
Answers
2
Error "Entity Framework: Store update, insert, or delete statement affected an unexpected number of rows (0)"
Answers
3
Show a slug url without id in the url in asp.net mvc
Answers
3
PUT vs POST in RESTful services?
Answers
3
How to remove or replace all special characters from a string in C#?
Tags used
jQuery Form Validation plugin plugins Google Adsense google adsense alternative adsense alternatives for small websites adsense alternatives for low traffic ASP.NET State Management in Asp.Net application state management java string comparison java-string-compare comparing-strings-in-java Bootstrap switch buttons bootstrap toggle switch on off button switch C# c-sharp delegates explanation what are delegates in c# when to use delegates delegates in c# CSS social-media-icons-hover-effect-css css-hover-effects social media buttons for website Garbage Collection In C# garbage collector in c# with example ckEditor integration MVC OutputCache in ASP.NET MVC mvc outputcache varybyparam caching in mvc c# cache convert string to int int.Parse and int.TryParse WebGrid in MVC asp net mvc gridview jQGrid CRUD operations using jQGrid jqgrid in mvc 5 example bind-data-in-mvc-using-jqgrid c#-send-email c#-send-email-with-attachment c#-smtp-send-email c#-send-html-email how to send SMS from asp.net Twilio API exception handling c# exception c# try catch rich text editor mvc razor using ckeditor in mvc how to use rich text editor in mvc file upload in mvc using jquery ajax multiple file upload using jquery ajax in mvc using FormData to upload files file upload using javascript in MVC C# convert List into Datatable convert generic list to datatable c# using linq LINQ: IEnumerable to DataTable ASP.NET MVC Implementing Forgot password in MVC asp.net File-upload mvc file upload multiple-file-upload-in-mvc file upload in mvc create xml in mvc c# sitemap xml Datatable to List convert datatable to generic list c# convert datatable to list in c# using linq c# convert datatable to list of objects qr code c# c# qr code generator qr code reader c# simple mvc application in asp net with database custom login logout in asp.net mvc javascript add-remove javascript-objects InputStream java.io .net difference of String & string Ajax Loop-JSON-data jquery open-new-tab html select-element-by-data-attribute get-element-using-data-id bootstrap modal-pop-up modal-dialog SQL drop if table exists SQL Server php facebook login dynamic list type sql server error save changes is not permitted unable to modify table in sql server Razor PagedList.IPagedList ajax-synchronous ASP NET SQL query in C# jQuery-datatable export html to pdf checkbox value not posting mvc HTML iframe alternative embed web page without iframe asp-net mvc signalr Visual Studio download json Deserialize Xamarin Forms Dropdown list in Xamarin Cannot read property mData of undefined JavaScript razor shopping-cart asp.net-mvc encrypt-cookies-in-mvc how to protect cookies in asp-net Encrypt Decrypt Cookies in asp.net cryptography Asp.Net mvc knockout js 500 Internal Server Error url=http://example/login_webservice.asmx} mvc controller return image from database Javascript Html Asp. Net trigger button click on enter key jquery row data in one line confirmation-dialog javascript-events ANGULAR 4 bootstrap date-picker auto-hide-once-selected Switch case in sql procedure Switch case sql date sql-server AWS Amazon S3 bucket AWS CLI transport-level error Java Eclipse Open console Datetime c# rename file c# rename directory get files from folder add gitignore files c# sql datareader already open c# sqldatareader already open put space before capital char Asp.net Entity Framework web-forms if-statement EntityFramework Crystal Report select if not have specific class asp.net mvc mvc ssrs report viewer sample ssrs report in asp.net step by step cannot-connect-to-database Internal-server-error-500 web-service-call side menu in bootstrap JSON serialization deserialization c# missing assembly right-align-using-flex css-flex linq math round number to two place decimals dd/mm/yyyy formatted current date web-config format-of-string aws count files in s3 bucket amazon web service css first of class css select first element string is null or empty using javascript datetime-format check-uncheck-checkbox nuget-package nuget partial views renderaction renderpartial Back-up all-databases SQL-Server substring-from-string contains operatos identity-operator equality-operator removing-row delete hr-color entity framework Unable to update the EntitySet open link in new tab Treeview Asp.Net enter key press event in jquery in textbox async await mvc-partial-view ViewBag pop-up modal appearing in background Modal behind backdrop httppostedfilebase to httppostedfile in C# Visual studio git for windows git date difference XML Xdocument mvc selectlistitem group jQuery UI jQuery Datepicker format encrypt decrypt UTC to Local datetime regex remove square brackets from string positive-to-negative-int negative-to-positive-int remove double quotes jQuery Datatable custom search SQL Server connection error jQuery-validation-plugin IPagedList url uri iis arrays compare-arrays-values Store update insert or delete statement affected an unexpected Entity-framework routing slug url without id rest web api put post c# regex replace special characters with space remove characters from string
Followers
No followers
Following
You are not following anyone yet
pika
Follow