No announcements
Found 58172 threads
-
0 Votes
Error in obj.staffs
User1861182577 posted int staffID; private void dataGridView1_CellClick(object sender, ...Unanswered | 1 Replies | 1260 Views | Created by Anonymous - Tuesday, April 27, 2021 6:12 AM | Last reply by Anonymous - Tuesday, April 27, 2021 7:18 AM -
0 Votes
Using ReportViewer with SQLDataSource and MySQL
User-1939834628 posted Hallo, I've been asked to upgrade some asp.net form associated with a report running on IIS with MySQL ...Unanswered | 3 Replies | 1469 Views | Created by Anonymous - Tuesday, March 30, 2021 12:23 PM | Last reply by Anonymous - Thursday, April 1, 2021 8:44 AM -
0 Votes
data update using control
User-1547866623 posted Hi, I am new to programming, I am working on creating new web service that update database. My requirement is using a web services with ...Unanswered | 1 Replies | 1067 Views | Created by Anonymous - Friday, March 26, 2021 2:05 PM | Last reply by Anonymous - Monday, March 29, 2021 7:00 AM -
0 Votes
Databind problem
User2097455209 posted I can't seem to get a simple .NET application to recognize a databound control. Basically I have a .NET application, this time in Visual Basic, with an ...Unanswered | 3 Replies | 788 Views | Created by Anonymous - Wednesday, February 17, 2021 8:18 PM | Last reply by Anonymous - Thursday, February 18, 2021 7:05 AM -
0 Votes
Exception Unhandled (System.InvalidOperationException:'ExecuteReader Connection property has not been initialized'
User-2081767517 posted Hi all. i am new to coding in visual studio(C#). I am using Windows Forms App (.Net Framework). I am currently doing this code but i meant an error. The error ...Answered | 3 Replies | 982 Views | Created by Anonymous - Monday, January 25, 2021 2:52 AM | Last reply by Anonymous - Tuesday, January 26, 2021 7:00 AM -
0 Votes
SQLDataSource SelectParameters value do not set
User-1939834628 posted I'm working on a ASP.NET form that should populate a GridView trough a SQLDataSource using controls values (TextBoxes, DropDownList) to set ...Unanswered | 5 Replies | 952 Views | Created by Anonymous - Sunday, December 27, 2020 6:32 PM | Last reply by Anonymous - Wednesday, December 30, 2020 6:00 PM -
0 Votes
Using DropDownList empty value as SelectCommand ControlParameter
User-1939834628 posted I need to use a DropDownList as a control to provide parameters to my query. <asp:ControlParameter ...Unanswered | 4 Replies | 793 Views | Created by Anonymous - Friday, December 18, 2020 10:01 AM | Last reply by Anonymous - Friday, December 18, 2020 11:16 AM -
0 Votes
ASP.NET SQLDataSource SelectParameters not set correctly
User-1939834628 posted I have an `ASP.NET` web form coded like this: <asp:TextBox ClientIDMode="Static" ...Answered | 2 Replies | 759 Views | Created by Anonymous - Friday, December 11, 2020 5:01 PM | Last reply by Anonymous - Wednesday, December 16, 2020 4:55 PM -
0 Votes
Commands out of sync; you can't run this command now
User1434241939 posted I am running a .Net WebForms site that queries a MySQL database repeatedly in order to fill drop-downs on a form. The queries are almost all stored ...Answered | 2 Replies | 3985 Views | Created by Anonymous - Tuesday, November 24, 2020 9:36 PM | Last reply by Anonymous - Wednesday, November 25, 2020 2:46 PM -
0 Votes
System.ComponentModel.Win32Exception (0x80004005): The system cannot find the path specified
User2028719869 posted Hi, I am trying to generate a report by using SQL Server 2008 R2 File Stream and WCF Service. I am able to generate reports if the service ...Unanswered | 6 Replies | 9401 Views | Created by Anonymous - Monday, November 2, 2020 7:03 AM | Last reply by Anonymous - Tuesday, November 3, 2020 7:51 AM -
0 Votes
Multiple DataSource Controls from 1 Stored Procedure
User1120190316 posted I have a stored procedure that returns two data sets. Is it somehow possible, using VB.Net and/or ASP.Net code, to attach each of these two data sets to ...Unanswered | 1 Replies | 803 Views | Created by Anonymous - Tuesday, September 22, 2020 2:56 AM | Last reply by Anonymous - Thursday, September 24, 2020 10:28 AM -
0 Votes
How can i select from sys.databases and compare the name returned ?
User1253338400 posted Hi , I have a db I can see in SSMS named MyTestDB. The server is Case Sensitive with collation ...Answered | 1 Replies | 714 Views | Created by Anonymous - Tuesday, September 22, 2020 5:05 AM | Last reply by Anonymous - Wednesday, September 23, 2020 10:16 AM -
0 Votes
Confusion of data in datasets
User-812169386 posted Hello. I made a website where users log in to the system and add and update materials. I have a problem like this. When the system is very busy, when the user ...Unanswered | 7 Replies | 1037 Views | Created by Anonymous - Monday, July 6, 2020 7:26 AM | Last reply by Anonymous - Monday, July 6, 2020 8:10 AM -
0 Votes
Filter control based on selected datetime variables
User1909155429 posted I want to have a list of values that represent the previous : week,fortnight,month plus all rows pass each variable to SQL procedure then populate a ...Answered | 4 Replies | 757 Views | Created by Anonymous - Friday, May 22, 2020 9:36 PM | Last reply by Anonymous - Monday, May 25, 2020 10:22 PM -
0 Votes
The result return all null?
User318125017 posted Dim y As Integer For y = 0 To student.Tables(0).Rows.Count.ToString() - 1 Dim cmd As New SqlCommand("dbo.Test", conn) ...Unanswered | 1 Replies | 776 Views | Created by Anonymous - Monday, May 18, 2020 2:06 AM | Last reply by Anonymous - Wednesday, May 20, 2020 7:20 AM -
0 Votes
Update just 'Comments' MembershipUser Property
User-906895970 posted I am trying to update just the 'Comments' property in ASP. NET MembershipUser and want to leave all other property untouched. Here is my ...Unanswered | 1 Replies | 722 Views | Created by Anonymous - Monday, April 27, 2020 7:33 PM | Last reply by Anonymous - Wednesday, April 29, 2020 9:44 AM -
0 Votes
INSERT Date in SQL Datebase using SQLDATASOURCE Control
User448563479 posted Hi, I have built a data entry page. In which there re more than 20 Data which are being inserted via text box, dropdownlist ...Answered | 1 Replies | 934 Views | Created by Anonymous - Monday, March 30, 2020 6:16 PM | Last reply by Anonymous - Tuesday, March 31, 2020 8:21 AM -
0 Votes
using SqlDatASource programmatically - output parameters
User706013099 posted I am using SqlDataSource programmatically in my data access layer - mainly for convenience but it does generally work fine with no obvious performance ...Unanswered | 9 Replies | 1745 Views | Created by Anonymous - Saturday, May 13, 2006 2:48 AM | Last reply by Anonymous - Wednesday, March 25, 2020 2:57 PM -
0 Votes
Login error - No process is on the other end of the pipe on initial logon attempt
User-684531735 posted I am having a logon problem with asp.net apps that were created using Visual Web Developer 2008. Data is on SQL Server Express 2008 running on Windows ...Unanswered | 13 Replies | 2097 Views | Created by Anonymous - Wednesday, October 7, 2009 10:35 AM | Last reply by Anonymous - Thursday, February 13, 2020 2:55 AM -
0 Votes
Parse every SQL row in table, and return value in col 2 based on search for ref in col 1
User1104155786 posted Hi All Hoping somebody can assist with this one. A quick overview of the result of the code and what i need it to ...Answered | 2 Replies | 775 Views | Created by Anonymous - Tuesday, February 4, 2020 2:47 PM | Last reply by Anonymous - Wednesday, February 5, 2020 2:49 PM - Items 1 to 20 of 58172 Next ›
No announcements