Click here to Skip to main content
Page 1 of 8
Page Size: 10 · 25 · 50


Author filtered by: Chiranthaka Sampath [x]
ASP.Net with SQL Server Express 2008 by Chiranthaka Sampath
Answer 9 May 2013   license: CPOL
Its the sequence of the statements nothing else!
Question 9 May 2013   license: CPOL
I have created the following Stored Procedure in an SQL Server Express Instance. I am using Visual Studio 2010 Professional and SQl Server 2008 Express edition.USE [LeaveMgt]GO/****** Object: StoredProcedure [dbo].[LeaveApply] Script Date: 05/10/2013 02:06:31 ******/SET...
Question 8 May 2013   license: CPOL
I have created a a web form that has text box called 'txtEmpNo'. At that text box I only want to enter numbers. In other hand I want to restrict the content to numbers when enter A - Z that text box should not allow to do that!I use C#.Net with ASP.NetHow am going to solve that? I...
Answer 8 May 2013   license: CPOL
Ok guys I have successfully abled to use JQuery http://jquery.com/[^] so the problem was solved ! Thanks for the help anyway!
Question 7 May 2013   license: CPOL
I have added a calender control to myasp.net form and I disabled it using the visible property. But Iwant to visible true it when a textbox_textchanged and I did it as the below!protected void txtDtApp_TextChanged(object sender, EventArgs e) { clnDates.Visible =...
Question 5 May 2013   license: CPOL
I have created a web form with the login control. Now I want to validate the UserName & the Password with the data on a table in a SQL database (username & password as the fields of the table). I am new to ASP.Net & I need your help thanks.I am using VS 2010 .net Framework 4.0 in win 7...
Question 30 Apr 2013   license: CPOL
I have created an MSInfoPath 2010 Form using the 'Blank Form'. After designing the form I need to use this form in a ASP.Net page using C#. I have searched through the WWW to find out how to do that and found something in...
C# Global Variables Accessing by Chiranthaka Sampath
Question 7 Apr 2013   license: CPOL
I have created a class as the following it has one global variable. using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace LankaLab{ class dbConnect { public String strSuperPatID; public String...
C# Global Variables Accessing by Chiranthaka Sampath
Answer 7 Apr 2013   license: CPOL
But pal that didn't also solved my problem. I will state the question again with some more info!frmBldCuntDet class has the following variables and those use to generate a automatic patient id. Class - 01 public partial class frmFulBldCuntDet : Form ...
MS Access INSERT INTO Statement. by Chiranthaka Sampath
Question 7 Mar 2013   license: CPOL
There is an error at the following statement stating that "Syntax error at INSERT INTO statement". The code is at the below. OleDbComm.CommandText = @"INSERT INTO Full_Blood_Count ([PatID],[PatName],[PatAge],[PatAddress], ...

Page 1 of 8
1 2 3 4 5 6 7 8


Advertise | Privacy | Mobile
Web04 | 2.6.130513.1 | Last Updated 14 May 2013
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid