Searchable Dropdown in SharePoint /ASP.NET
Post Views: 53 As we know that default dropdown list is not searchable. Simple way to create searchable in asp.net/SharePoint solution. Problem: Resolution: ( Converting simple dropdown list to searchable…
How to Restore the deleted/quarantined items by Windows Defender?
Post Views: 94 Sometimes Windows Defender can detect your custom app, .exe file or other files as a threat and might have been deleted by the defender. If you want to…
SharePoint Future : Roadmap to the Future of SharePoint
Post Views: 14 “The Future of SharePoint is Bright,” says Seth Patton, General Manager for SharePoint and OneDrive. This was the overarching theme in a 110-minute live online event made…
ASP.Net Interview Question and Answers for Mid Level
Post Views: 22 1. What are the asp.net page life cycle, name cycle? Answer: PreInit() Init() InitComplete() PreLoad() Load() LoadComplete PreRender() Render() Unload() 2. What are the different Types of ASP.Net Validation…
SQL Server Interview Question for Mid Level
Post Views: 19 1.Write the script to create Table. Answer: CREATE TABLE Test ( ID int, LastName varchar(255), FirstName varchar(255), Address varchar(100), ); 2. What is Primary Key Constraint? Answer:…
SQL Server Interview Questions and Answers for Mid Level
Post Views: 14 1.Write the script to create Table. Answer: CREATE TABLE Test ( ID int, LastName varchar(255), FirstName varchar(255), Address varchar(100), ); 2. What is Primary Key Constraint? Answer:…
Office 365: Powershell Script to Uninstall the SharePoint App
Post Views: 18 Sometime O365 SharePoint Online will not allow uninstall app hosted. It will give you error as “Some things went wrong” or “Unable to Uninstall” and gives you…
Run Workflow for All Items of List in SharePoint
Post Views: 66 In some scenario, we might need to develop workflows for existing SharePoint list which has several list items. This happens because of some enhancements or user(s) requirements.…
ViewState in Web Part And Custom Page SharePoint
Post Views: 46 I was using ViewState in custom developed SharePoint Solution to store date before saving to List because of some requirements. I found that the ViewState value was…
Security Trimmed Control in SharePoint 2013
Post Views: 39 This post explain about Security Trimmed Control and how to use in SharePoint with out custom coding. We can do security trimmed from SharePoint Designer for different…