Author: Meera Academy

Posted in PROJECT

Online Campus Selection System ASP.Net Project

Online campus selection system ASP.Net C# Project. The Online Campus Selection system is a web based application developed in ASP.Net with C# language as front end and as back end we use SQL Server Management Studio 2008 for database.

Continue Reading Online Campus Selection System ASP.Net Project
Posted in .Net Errors

.NET Framework installation failure HRESULT 0xc8000222

.NET Framework installation failure HRESULT 0xc8000222

Continue Reading .NET Framework installation failure HRESULT 0xc8000222
Posted in JavaScript

Call JavaScript Confirm Box from Code-behind in Asp.net

Call JavaScript Confirm Box from Code-behind in Asp.net. We use JavaScript confirm box, when we want to notify or varify before doing any action like want to ask before removing records, befor ask payment confirmation.

Continue Reading Call JavaScript Confirm Box from Code-behind in Asp.net
Posted in ASP.Net

Get ConnectionString From Web.Config File ASP.Net

Get ConnectionString From Web.Config File ASP.Net. how to get or read connectionstring from web.config file in asp.net using c# and vb.net.

Continue Reading Get ConnectionString From Web.Config File ASP.Net
Posted in C String

STRNSET() Function – C Program

STRNSET() Function – C Program. STRNSET() Function – The STRNSET() Function used to sets some portion of character of string to given character in C Program.

Continue Reading STRNSET() Function – C Program
Posted in C String

STRSET() Function – C Program

STRSET() Function – C Program. STRSET() Function – The STRSET() Function used to sets all the character of string to given string in C Program.

Continue Reading STRSET() Function – C Program
Posted in C String

STRLWR() Function – C Program

STRLWR() Function – C Program. STRLWR() Function – The STRLWR() Function used to converts given string to lowercase.

Continue Reading STRLWR() Function – C Program
Posted in C String

STRUPR() Function – C Program

STRUPR() Function – C Program. STRUPR() Function – The STRUPR() Function used to converts given string to uppercase.

Continue Reading STRUPR() Function – C Program
Posted in C String

STRREV() Function – C Program

STRREV() Function – C Program. STRREV() Function – Write a C Program to get string from user and display string in reverse order using STRREV() Function.

Continue Reading STRREV() Function – C Program
Posted in C String

STRNCPY() Function – C Program

STRNCPY Function – C Program. STRNCPY() Function – The STRNCPY() function used to copy some portion of contains second string into first string.

Continue Reading STRNCPY() Function – C Program
Posted in C String

STRNCAT() Function – C Program

STRNCAT Function – C Program. STRNCATE() Function : – The STRNCAT used to concatenate some portion of second string at the end of first string.

Continue Reading STRNCAT() Function – C Program
Posted in C String

STRCPY() Function – C Program

STRCPY Function – C Program. STRCPY() Function :- The STRCPY function used to copy contains of one string to another string in c language.

Continue Reading STRCPY() Function – C Program