Tagged Questions
0
votes
1answer
25 views
User authentication against salted passwords in another database
My client needs an ASP.NET application built that will have the same users as an existing Ruby on Rails application. It won't be single sign-on. The data from the 'Users' table on the existing ...
0
votes
0answers
23 views
Searching techniques while searching for member information
I have a couple of tables where the member information is stored and their appropriate grades, courses, fees, predictive cultures, analytics.
The user can perform search to find about information ...
0
votes
0answers
10 views
Recycling App Pool based on Request Threshold
I have this web app that always hangs and would not load until the app pool is refreshed which causes a lot of issues with User Experience.
I want to know how to track the no of request or memory ...
-4
votes
1answer
30 views
How to set & operator in password for mail settings
I Want to set Password and username but when i try to add & in the password it says an error like entity is not defined
<network host="smtp.gmail.com" userName="me@my.co.in" ...
2
votes
2answers
53 views
How do I show only one record - the record with smallest value?
I hope the title of this thread makes sense.
Please take a look at the screenshot below.
Top half shows the db with two users who have signed up for training.
By default, there is a 45 seat ...
-5
votes
1answer
55 views
Which control should be use for data presentation? [closed]
I have table in sql server which have more then 10 fields in it.
I want to present the data in such away that one field show, when user click any record then the another field will be display
For ...
0
votes
1answer
27 views
Generate SOAP from sql serve database in asp.net
I want to create a SOAP answer when calling a web service written in asp.net with some data that are taken from a database managed by sql server. I'm here to ask you some example/tutorials case I ...
0
votes
2answers
34 views
Not able to connect to database in ASP IIS
I was able to deloy my asp project on IIS and it shows the front page, there I have a login page , after entering the credentials it does not logs in, I used try and catch , and in catch it gave me an ...
0
votes
0answers
45 views
what is wrong with this C# duplicate row code?
I'm trying to duplicate a record in my database and I used this code you see below, the sql query worked perfectly in sql server but here I don't know what the problem...help me please
//Insert new ...
1
vote
1answer
61 views
Getting multiple tables with single db call in entity framework
I am new to ASP.NET MVC and Entity framework. Previously I used to work with ADO.NET Datatables and DataSets. So in scenarios like getting multiple tables from database in single call, I used to use ...
0
votes
0answers
40 views
SQL Server Select where function very slow .. select where function
I have some views joined up that select from a sharePoint table so I have no control over indexes. it's only 3000 rows so no biggie. I need to be able to select all rows that have the same department ...
1
vote
2answers
32 views
Max pooled connection timeout
I have this web app and my users often seem to be getting this error when logging in:
"Timeout expired. The timeout period elapsed prior to obtaining a
connection from the pool. This may have ...
1
vote
1answer
17 views
How can I use one Windows account for ASP.Net impersonation, and a different windows account for a Sql Server trusted connection in the same app?
I have an ASP NET web app that uses identity impersonation. However, there is an SQL connection string that I must use with SQL Server to retrieve data that relies on a Trusted Connection. Is there ...
0
votes
1answer
52 views
Multiple ASP.NET Membership roles in the same Website
In my MVC3 application I have ASP.NET Membership roles like - Manager, System Admin and Editor
I am using Windows Authentication for the website and I am adding the users in the Network to the ...
1
vote
1answer
26 views
Data Table Sum Issue
I have a situation.
I have datatable that contains the Credit and Debit columns like this
Month Credit Debit
Sep 1422825 0
Oct 0 1422825
Oct 1695017.5 0
...
1
vote
0answers
20 views
error CS0234: The type or namespace name 'Test' does not exist in the namespace 'SimpleDBAccess.Models'
I'm absolutely new at ASP.NET and MVC and so on. I'm trying to list in a web page the content of a SQL server database. In that way, i've created a simple MVC4 project with the followinf Index.aspx :
...
-1
votes
1answer
28 views
Only column header is showing up on report viewer. No data is showing up
This is with reference to my previous question "Report not showing up on report viewer"
I am developing a c# application where I need to generate a report. I am a using a dataset which is filled ...
-1
votes
1answer
20 views
How to create a directory As per variable names? [closed]
I Have Created one stored procedure .. and i am returning as a list of this ... But how to call this method..
public static List<GetEmployeeDocumentsByEmployeeIdResult> ...
-1
votes
2answers
29 views
Report not showing up on report viewer
I am developing a c# application where I need to generate a report. I am a using a dataset which is filled with the data coming from a stored procedure which takes one parameter from the C# code. I ...
0
votes
1answer
46 views
c# sql server procedure return object not set to an instance of an object
I have a stored procedure
create proc GetCodes
@Code varchar(10),
@Page int = 1,
@Rows int = 10,
@output int output
as
select * from(
Select *, row_number() over(order by code) as RowNum
from ...
-4
votes
1answer
29 views
SQL Data Reader value accessing [closed]
I am working in asp.net and have following code. line 10 getting error
while (dr.Read())
{
for (int i = 1947; i < 2013; i++)
{
if (dr["Y" + i] != null)
{
myRow = ...
-5
votes
1answer
38 views
How to assign global path of database in sqlconnection c# website
SqlConnection cn = new SqlConnection("Data Source=.\\SQLEXPRESS;AttachDbFilename=C:\\Users\\MANTHAN\\Documents\\Visual Studio 2010\\WebSites\\sample\\App_Data\\Database.mdf;Integrated ...
0
votes
1answer
21 views
SQL Server Update from CheckBoxList VB.Net
I'm running a Survey-like website.
On the admin area of the website, I have the following layout:
The GridView gets the information from tableSurveryQuestion. Each one of the possible answer ...
0
votes
1answer
43 views
Visual Studio , SQL Server can't connect properly
I am new to visual studio (2010) environment. I want to make an application in asp.net which requires database connection with MS SQL SERVER 2012( SQL Server Management Studio).
In "Add Connection" ...
2
votes
1answer
26 views
Is there an ASP.NET data type equivalent to the XML data type in SQL Server?
I need to create an app where a user uploads an xml document and that document gets stored in a database column of type "xml". Does anyone know a class equivalent to it?
-1
votes
1answer
71 views
Display data in a GridView [closed]
I have sales table with data about itemName, numberofsales and date.
For example :
itemName Numberofsales date
pencil 20 2013-01-12
pen 34 2013-01-13
pencil ...
-1
votes
5answers
92 views
How change format date in SQL Server or how true insert datetime in SQL Server by c#
I have string date="20130613070000+1000" I convert to datatime by using:
date_dt = DateTime.ParseExact(date, "yyyyMMddHHmmsszzz", null, DateTimeStyles.None);
results its date_dt=13/06/2013 12:00:00 ...
0
votes
2answers
34 views
can't get output parameters from a SqlParameter inside a query
I'm doing a simple INSERT query into my database. The column id have auto-generated ID and i need it for another query. I read i can get the generated id using a parameter in output direction, so i ...
1
vote
4answers
58 views
Having issue in connection string of already an open DataReader
There is already an open DataReader associated with this Command which
must be closed first.
I m facing this issue when same person open the same page at same time on different system.
I have ...
0
votes
0answers
23 views
Community list page view issue of display in asp.net
hello How are you ever one!
I have a issue please see the last community and fist to community. i have a words more then 1000 in ever community but when i want to show all community like fist 2 ...
0
votes
4answers
77 views
How to download file Using FileUpload Control?
Hey hii I am working on one project in which my requirement is like i can upload a file via this control when i click on button but i also have a requirement to download uploaded a files when i click ...
0
votes
2answers
23 views
IListSource or IEnumerable error
I am trying to teach myself C# by replicating features on websites I like.
I have an ASP Repeater (Called newsRepearer) to display some news items. It was working fine until I took out the ASP based ...
-2
votes
1answer
33 views
How to Manage Identity Columns if i want to delete some columns? [closed]
I have set an identity to one column.. and now i want to delete Bottom rows in between ... but also want to add some other data in rows but I Want proper Identity ..
1
vote
1answer
31 views
Open a .doc file stored in SQL Server image column
I have many .doc files stored in a SQL Server 2008 IMAGE column. I don't know how that datatype still exists in 2008, but I clearly can see it. The software database is old, and database server had to ...
0
votes
0answers
19 views
how to bind aggregated alias column with gridview
I have following query which returning a table of aggregated column . but when i try to bind this using datatable i does not get. required result.
Table:
5 6 0 1 Male 2013-06-07 ...
-7
votes
0answers
70 views
what is wrong with this code? i am trying to [closed]
I am trying to get "CTDESC " value in combobox named " cmbCTDesc". And sqlConnection is already created. In which event do i add this code-SelectedIndexChanged or button ?
DataSet ds = ...
1
vote
3answers
113 views
Insert data within multiple tables in SQL Server 2008
I have 3 different tables in my database as below;
Table 1:
ResourceID | ResourceTitle| ResourceCategory
Table 2:
DocumentID| DocName | DocSize
Table 3:
ResourceID | DocumentID
Now I want ...
0
votes
1answer
31 views
cache manifest stops working when I read from SQL Server
I am using a cache manifest to make a web application accessible offline. It all works fine until I add the functionality which connects to the SQL Server database (using a connection string stored in ...
1
vote
1answer
50 views
Comparing against database value
What I am trying to do is grab the current logged in users username and compare that against a database which contains users, and also includes an Active flag and an Admin flag. I want to compare the ...
0
votes
2answers
64 views
SP Not Found When It Clearly Exists
I copied a database from a live MSSQL server to my local one, and was able to log in correctly. I am having a problem however in that when it is time to call a stored procedure the Asp.Net application ...
-4
votes
1answer
47 views
C# webform data insert into database [closed]
I use visual studio express and have a online mssql database, i have a webform and must this data into mssql, how is this possible, i can't found any solution, is this to do in default.aspx.cs? I Know ...
-7
votes
0answers
59 views
Run my website even when visual studio is not open [closed]
I want to run my website even when Visual Studio is not open. How can I do this?
I developed the application using Visual Studio Web Development Express and SQL Server Management.
I followed this ...
0
votes
2answers
73 views
Sql Injection : Data Appended automatically to table column
I have website as ASP.net as Front end and SQL Server 2005 as Back end. But I am facing a very strange SQL injection on my back end. Some type of CSS with HTML with spamming site is appending their ...
3
votes
2answers
110 views
“Error: Cannot Initialize OLE” When I try to run a SPA?
I'm trying to run the standard ASP.NET MVC 4 Single Page Application, but when I try to run it (Ctrl + F5), I get the following error message:
Unable to launch the IIS Express Web server.
...
0
votes
1answer
53 views
Adding value to parameter in C# (asp.net) to be saved in SQL Server
I am quite new to ASP.NET and I am making my first application for my school project and I have one problem.
I have my database for adding files and pictures. I used a SqlDataSource and DataList, so ...
0
votes
2answers
45 views
how to code on on image button if image button are in listview in asp.net C#
Here is a code tag code of asp.net
and there is a Image button where i want code on click event for download item
i try to code on click event but it was not working
<asp:ListView ...
0
votes
1answer
29 views
Can browse using IP address but cannot browse using URL
I am here because I have a problem installing a web application, here is the situation:
1. We are installing a web application which is supposed to be accessible from both internet and intranet.
2. ...
3
votes
1answer
167 views
Why does the old value stay in this object after it is reset?
I've shown three programmers this problem and we're all stumped. I call a Sql Server stored procedure in a foreach loop and the result always is the same as the first call. Even if I hard code ...
4
votes
1answer
96 views
connecting to an SQL Server database
I've recently started programming asp.net with C# (using VS2008) and I wrote my first web application that connects to a database. First version worked ok but now there are some problems once I modify ...
3
votes
3answers
35 views
Read SQL query file from project directory
I've put 3 especially large SQL queries within my Visual Studio project, under a folder "Queries" that is in the project directory (not the solution). Is there an eloquent way to access these files? I ...
