Search word in File
Hi all,i'm using this following code to find specific key word in my notepad but it did not work, i only can find the first keyword, second and third cannot..my keyword is structure in sequence as...
View ArticleSelect scope identity
Hi everyone, So as part of my final year project in college, we've to create a web application and I've chosen to use asp.net web forms for it, a language I've had little to do with prior to this year....
View ArticleThe multi-part identifier could not be bound
So I'm trying to retrieve the session variable (email) of the logged in user, and then use the variable in a SQL statement to retrieve the UserID of that user and place it in a read-only textbox. I can...
View ArticleDetect Capital Letters Using Regular Expression
Hi all,i'm using the code below to detect number in string but i also want to detect capital letter in string what is the regular expression for that...?I've google and tried many but no luck so far....
View ArticleRequired minimum 5 GB MSSQL server
Hi Team,We are planning to create a web site with Asp.Net MVC or AngularJS SPA with MSSQL Server. We required minimum 5GB SQL database size supportable plan. We are ok with plan "ASP.NET Core Reseller...
View ArticleSelect Scope Identity
Hi all, As part of my final year project in college, we've to create a web application and I've chosen to use asp.net web forms for it, a language I've had little to do with prior to this year....
View ArticleClearing data in SqlDataAdapter
I'm using SQLDataAdapter to populate data from my SQL server database in 2 DropDownLists. Depending on what is selected in the first dropdown, the corresponding data is populated in the second. It...
View ArticleUnable to retrieve the required information from sql table
Hi All ,I am trying to query on sql table based on condition as below and doesn't give expected results. what am i missing the query is as below , Thanks in advance for helpSELECT SCENARIO, [PERIOD],...
View ArticleWhy OLEDB don't extract Date correctly?
<div class="votecell post-layout--left"> <div class="vote"> <div class="favoritecount">I'm using OLEDB to extract data from an Excel file: </div> </div> </div>...
View ArticleDecimal Scale in asp:parameter
Background:I set up a SQL 2016 always encrypted database with various columns that are encrypted. I am able to successfully insert, update and read values using c# ADO.NET through the use of...
View ArticleOrder of parameter changes - Update fails - why?
I have an SqlDataSource linked to a FomView.Some of the values are supplied by bound controls on the FormView, others are supplied in code-behind.The order of the parameters to the UPDATE command in...
View ArticleRDLC Data Error
Hi everyone,I am new with ASP.net and i'm trying to make an easy application.I want to make a RDLC report after someone made a reservation.This is my code for convert to PDF and my...
View ArticleRDLC DataTable Problem
Hi everyone,I am trying to make a RDLC report.This is my code:public ActionResult Reports(string ReportType){ HojapaApplication_dbEntities Entities = new HojapaApplication_dbEntities();DataSet1...
View ArticleCreate a view that gets all rows from one table, then removes results if the...
Hi,I'd like to create a VIEW (SQL) which first selects all the rows in table 1, then if the ID in table 1 matches the ID in table 2, remove it from the results shown in the VIEW.For example, if table 1...
View Articlelinq queery for hash table in C#
Hi i am useing linq query for geting the records for hash table but it is giving error as belowcould not find an implementation of the query pattern for source type hashtablebelow the my...
View ArticleRestore Backup
I had to replace my hard drive which was going bad. I reinstalled Sql 2005 and now need to restore the backup that I have. I selected Restore Database and chose From Device, and selected the backup...
View Articlehow to consume the web api from remote system
Hi alli have web api method http://localhost:81/api/Demo/Getshopingmall_detailsi hosted in iis, but i want to consume it from the different system(PC) how can be done based on my ipThanks and regardssiddu
View ArticleCannot open database "test" requested by the login. The login failed. Login...
hi alli am creating web api . i host it on iis , but it is giving errorCannot open database "test" requested by the login. The login failed. Login failed for user 'IIS APPPOOL\sample'where test is my...
View Articlehow to retrive the all the image from the folder in C#
Hi i am creating web api for displaying the all images from the folder haveing images below is my code, but it displaying the last image from the folder. HttpResponseMessage Response = new...
View Articlehow to use web api in native xamarin in asp.net
Hihow to consume the web api in asp.net with asp.net with passing parameter to spthanks and regardssiddu
View Article