Radio button code using jquery Asp.net Satyanarayana November 20, 2015 ////get radio button value while select radio button (Theme) //$("#rbnewtheme").click(function () { //... Continue Reading
Confirm Message after login success Asp.net Satyanarayana September 08, 2015 //confirmmessage after login success function CallConfirmBox() { if (confirm("Do you go to create menu forms?&q... Continue Reading
Increment Two column in a single table in sql server Asp.net Satyanarayana September 03, 2015 CREATE TABLE myTableName ( GRNo INT IDENTITY(1,1) NOT NULL, SecondColumnName VARCHAR(100), OtherColumnsName VARCHAR(100), BillNo A... Continue Reading
send mail create random password Asp.net Satyanarayana July 06, 2015 http://stackoverflow.com/questions/9104645/cant-auth-to-gmail-smtp-via-mailmessage-smtpclient private string GeneratePassword() ... Continue Reading
Get System IP Link Asp.net Satyanarayana May 01, 2015aspx page <%@ Page Language="C#" AutoEventWireup="true" CodeFile="UserRegistration.aspx.cs" Inherits=&quo... Continue Reading
IMP Path & CPU USAGE Asp.net Satyanarayana May 01, 2015 hardware interrupts Consuming more cpu how to solve issue how to know if we are register user in website through System or mobile using c... Continue Reading
print privew sample code Asp.net Satyanarayana April 17, 2015 <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %&g... Continue Reading
hide status bar in browser Asp.net Satyanarayana April 16, 2015 <!-- Copy and paste this between <HEAD> and </HEAD> tags --> <script language="JavaScript" type="tex... Continue Reading
Sample Code For Google Map using javascript and div control Asp.net Satyanarayana April 16, 2015 <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="QueryStringEncr... Continue Reading