How To Use Alter Command In SQL SERVER

10:05 AM | Comments (0)

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...

Read more

How to set c# variable value in javascript

10:00 AM | Comments (0)

Here is the our aspx page that contains a JavaScript method and a hidden filed and button. <script type="text/javascript">   function SetValue()...

Read more

How to send mail by using System.Net.Mail?

9:52 AM | Comments (0)

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)     {...

Read more

How to detect mobile and tablet devices in C#?

9:47 AM | Comments (0)

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)     {...

Read more

Adding Meta tags programmatically in below versions of asp.net 4.5

10:32 AM | Comments (0)

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)...

Read more

ASP.NET using c# in MultiColumns in a DropDownList

10:15 AM | Comments (0)

SqlCommand cmd;         SqlConnection con;         SqlDataAdapter da;         DataSet ds;    ...

Read more

subtractions of two numbers

8:39 PM | Comments (0)

using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace ConsoleApplication {     class sub     {         int a=9,b=9,c;         public void...

Read more

addition of two numbers

8:30 PM | Comments (0)

using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace ConsoleApplication {     class Program     {         static void Main(string[] args)        ...

Read more

Web Based Meeting Scheduler

8:21 PM | Comments (0)

Web Based Meeting Scheduler It’s an online application used for effectively schedule meeting with user friendly feature.WMS is to support the organization...

Read more

Virtual Reality Desktop abstract

8:18 PM | Comments (0)

Virtual Reality Desktop              Most users often have many Windows open at once, and so often will use a Virtual Reality Desktop...

Read more

Screen Shot Hacker project abstract

8:16 PM | Comments (0)

Screen Shot Hacker                       Description of the project:             In the present scenario, there may be situation where the Manager of a...

Read more

Page 1 of 341234567Next