Menu

Skip to content
  • SharePoint
    • SharePoint Server : Create a Forward Lookup Zone for Apps
    • SharePoint Hosted APP
    • SharePoint APPS – Deployment Subscription Settings Service Configuration Issue
    • SharePoint APPS – Keeps prompting for Credentials
    • SharePoint: Custom Icon for List Definition
    • SharePoint App Catalog
    • SharePoint APP – Hide Show Ribbon Row and Site Logo using CSS and jQuery
    • How to Create and Export Self-Signed Certificate
    • How to create SharePoint Provider Hosted APP/Add-ins
    • CRUD Operation SharePoint Provider Hosted App
    • SharePoint Static Name vs Internal Name vs Display Name
    • Sharepoint 2013 and SQL Server 2012 Reporting Service
    • SharePoint Basic CRUD Operation Insert , Delete , Update , Select All Records
  • ASP.Net
    • ASP.Net JavaScript Print Div Content
    • ASP.Net Image Handler to retrieve Image from Database
    • Asp.Net Set Dropdown Value using FindByText Method
    • Asp.net How to check Internet Connection’s availability using C# Code?
    • Set default button on ASP.Net Login Page
    • How to test remote Database Connection String
    • How to write File from Byte Array
  • SQL Server
    • SQL Server Reporting Services 2008
    • SSRS Show column headers on all pages in SSRS Report
    • Sql Server Find Column with datatype
    • Sql server How to Use Comma Seperated Value in Subquery
    • Sql Server Pass Comma Seperated Parameter in Procedure
    • Sql Server Remove Duplicate Value From a Table
    • SQL Server Table Recreation Issue
    • How to Remove Last Character in Sql Server
  • WebService
    • WCF Call Error : Access-Control-Allow-Origin Error and Cross Domain Header Issue
    • Webservice Pass Default Network credential
    • How to get Active Directory (LDAP) User Details with C #
  • JavaScript
    • JavaScript Alert Message Before Page Redirect
    • Jquery Add Href attribute to Link
    • Jquery MasterPage Find Dropdownlist Selected Index
    • Jquery to check Mobile Device or Browser
    • JSON Parse Date Format
    • Script to Remove or Check Special Charater from Javascript
  • SharePoint & PowerShell
    • SharePoint WSP Deployment Commands
    • SharePoint – PowerShell Script to Create multiple Sub Sites
    • Sharepoint Creating a Site Collection with PowerShell
    • SharePoint – Download Deployed WSP File From SharePoint Server
    • SharePoint – Check WSP Deployment on Server
  • PC
    • Run Multiple Skype instance on Windows 7
    • Remote Desktop From Maximized to Full Screen
    • Shutdown & Restart from Commnad Prompt
    • How to Show Bluetooth Icon in System Tray
  • SharePoint Designer Workflow

Nilesh Rathod

Monthly Archives: November 2013

11.12.13
by Nilesh Rathod

ASP.Net Get Full Query String

To get full Query string from URL use below code

string strQuerystring = this.Request.ServerVariables[“QUERY_STRING”].ToString();

Share this:

  • Print
  • Email
  • WhatsApp

Like this:

Like Loading...
Standard | Posted in Asp.Net | 0 comments
11.05.13
by Nilesh Rathod

Jquery MasterPage Find Dropdownlist Selected Index

To get or find dropdown list selected index from Jquery use below code

$(“select[id$=ddlCity]”)[0].selectedIndex;

e.g.

var value = $(“select[id$=ddlCity]”)[0].selectedIndex;

if (value == 0) {
alert(“Please Select City”);
return false;
}

Share this:

  • Print
  • Email
  • WhatsApp

Like this:

Like Loading...
Standard | Posted in JQuery | 0 comments

Nilesh Rathod


Author : Nilesh Rathod
Email : njrathod@gmail.com
Skype : njrathod

Categories

  • Angular 2 (1)
  • Asp.Net (97)
  • Azure (2)
  • C# (1)
  • Computer (12)
  • Crystal Report (1)
  • Javascript (22)
  • JQuery (17)
  • PowerShell (1)
  • Programming Basic (16)
  • Regular Expression (1)
  • Sharepoint (16)
  • Sharepoint 2013 (44)
  • SharePoint 2016 (4)
  • Sharepoint Administrator (8)
  • SharePoint App (4)
  • SharePoint APP / Add-In (4)
  • SharePoint Designer Workflow (1)
  • Sharepoint Developement (38)
    • SharePoint Powershell (5)
  • SharePoint Framework (7)
  • SharePoint Online (2)
  • Sql Server (15)
  • SQL Server Reporting Services 2008 (3)
  • WEB API (2)

Recent Posts

  • How to remove duplicates from string
  • Create Web API using CORS [Cross-Origin Resource Sharing]
  • SharePoint Online – How to Call Web API (Cross Origin)
  • How To Create A Hub Site in SharePoint Online
  • Update Application Pool Password using PowerShell Script

Top Posts

  • SharePoint Client Side People Picker using jQuery and Save Operation
  • Update Application Pool Password using PowerShell Script
  • How to render separate HTML file with SPFX WebPart
  • SharePoint CAML Query with FileLeafRef

User Comments

Syed Nasir Abbas on SharePoint Framework SPFX On S…
Syed Nasir Abbas on How to Allow JSON File Format…
Mohan Udupa on SharePoint Client Side People…
Eric on SharePoint Date Conversion to…
Nilesh Rathod on SharePoint Framework SPFX On S…
Nilesh Rathod on SharePoint Framework SPFX On S…
Kotresh on SharePoint Framework SPFX On S…
Kotresh on SharePoint Framework SPFX On S…
SharePoint Custom Fo… on SharePoint Custom Form Languag…
blog title on SharePoint Jquery Change Save…

Archives

  • August 2019 (1)
  • January 2019 (2)
  • July 2018 (1)
  • June 2018 (13)
  • May 2018 (5)
  • July 2017 (7)
  • May 2017 (3)
  • April 2017 (18)
  • February 2017 (1)
  • December 2016 (3)
  • November 2016 (1)
  • June 2016 (2)
  • April 2016 (4)
  • March 2016 (1)
  • January 2016 (2)
  • November 2015 (2)
  • August 2015 (1)
  • June 2015 (2)
  • May 2015 (3)
  • March 2015 (6)
  • February 2015 (2)
  • January 2015 (7)
  • December 2014 (4)
  • November 2014 (2)
  • September 2014 (6)
  • May 2014 (1)
  • March 2014 (1)
  • February 2014 (1)
  • December 2013 (2)
  • November 2013 (2)
  • October 2013 (5)
  • September 2013 (1)
  • August 2013 (4)
  • July 2013 (4)
  • April 2013 (1)
  • March 2013 (4)
  • February 2013 (2)
  • January 2013 (1)
  • December 2012 (2)
  • June 2012 (1)
  • April 2012 (3)
  • March 2012 (3)
  • February 2012 (1)
  • January 2012 (4)
  • December 2011 (2)
  • November 2011 (1)
  • September 2011 (2)
  • August 2011 (1)
  • April 2011 (1)
  • January 2011 (1)
  • November 2010 (3)
  • July 2010 (2)
  • June 2010 (1)
  • May 2010 (1)
  • April 2010 (3)
  • March 2010 (2)
  • February 2010 (1)
  • January 2010 (2)
  • December 2009 (1)
  • November 2009 (3)
  • September 2009 (6)
  • August 2009 (3)
  • July 2009 (13)
  • June 2009 (8)
  • May 2009 (12)
  • April 2009 (12)
  • March 2009 (2)

Login

  • Register
  • Log in
  • Entries feed
  • Comments feed
  • WordPress.com

Blog Stats

  • 93,048 Visitors

Enter your email address to follow this blog and receive notifications of new posts by email.

Join 17 other subscribers
Blog at WordPress.com.
Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use.
To find out more, including how to control cookies, see here: Cookie Policy
  • Follow Following
    • Nilesh Rathod
    • Already have a WordPress.com account? Log in now.
    • Nilesh Rathod
    • Customize
    • Follow Following
    • Sign up
    • Log in
    • Report this content
    • View site in Reader
    • Manage subscriptions
    • Collapse this bar
%d bloggers like this: