How To Use Alter Command In SQL SERVER
Adding a Primary Key Constraint on Column ALTER TABLE employee ADD CONSTRAINT emp_id_pk PRIMARY KEY(emp_id) Increasing the width of a column...
How to set c# variable value in javascript
Here is the our aspx page that contains a JavaScript method and a hidden filed and button. <script type="text/javascript"> function SetValue()...
How to send mail by using System.Net.Mail?
using System; using System.Net.Mail; using System.Net.Security; public partial class SendEmailPage : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e) {...
How to detect mobile and tablet devices in C#?
using System; using System.Web; using System.Web.UI; public partial class GetDeviceType : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e) {...
Adding Meta tags programmatically in below versions of asp.net 4.5
using System; using System.Web; using System.Web.UI; using System.Web.UI.HtmlControls; public partial class AddMetaTageProgrammatically : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e)...
ASP.NET using c# in MultiColumns in a DropDownList
SqlCommand cmd; SqlConnection con; SqlDataAdapter da; DataSet ds; ...
subtractions of two numbers
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace ConsoleApplication { class sub { int a=9,b=9,c; public void...
addition of two numbers
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace ConsoleApplication { class Program { static void Main(string[] args) ...
Web Based Meeting Scheduler
Web Based Meeting Scheduler It’s an online application used for effectively schedule meeting with user friendly feature.WMS is to support the organization...
Virtual Reality Desktop abstract
Virtual Reality Desktop Most users often have many Windows open at once, and so often will use a Virtual Reality Desktop...
Screen Shot Hacker project abstract
Screen Shot Hacker Description of the project: In the present scenario, there may be situation where the Manager of a...