VB.NET
asp.net parameter update reports 1 row updated but no data in table added
I am getting an incorrect repsonse after an update to a table. In my RowUpdating event I have the following code which builds an Update Parameter to call an SP to update a table. I must be doing somet[详细]
2023-04-13 07:16 分类:问答change this php array to vb.net
i am currently looping through this with vb.net and writing on the console: fruits orange fruits banana[详细]
2023-04-13 06:57 分类:问答VB.NET DataSet doesn't clear
I\'m using the MYSQL .NET connector with an adapter to fill a dataset from a SELECT 开发者_如何学编程statement. Between different SELECT statements I use the DataSet.Clear() function. The Getxml shows[详细]
2023-04-13 06:38 分类:问答Unusually long pause trying to close ADO.NET connection object: is this normal?
I am performing a simple exercise of opening an SQL Server database connection, pulling the first record of a table from a DataReader object, and then closing the object.However, I have noticed that t[详细]
2023-04-13 06:17 分类:问答VB.NET: How can I have events return a value like I can in C#?
In C#, I can do this: public partial class _Default : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e)[详细]
2023-04-13 06:16 分类:问答how to change the background color of an item in a listbox when its string value is equal to something?
i have a listbox that contains the words \"week1\", \"week2\", ..... all the way up to \"week52\" and when i select a week from the listbox it will retrieve a value from a mysql database that will rep[详细]
2023-04-13 06:13 分类:问答For Each loop on a 2D array in VB.NET
I\'m writing a loop to go through the first array of a 2D loop, and I currently have it like this: For Each Dir_path In MasterIndex(, 0)[详细]
2023-04-13 05:59 分类:问答.NET Find Windows Sleep Settings
I would like to find out what the current windows sleep mode setting is i.e. Is it switched on and what is the timer period. Any ideas?[详细]
2023-04-13 05:36 分类:问答VB.NET - any string to date conversion
Short question. I am 开发者_JS百科trying to convert a string into Date (to put it later into INSERT command). My problem is that the string I am reading is always different (there is no rule what form[详细]
2023-04-13 05:34 分类:问答How to catch an exception thrown by JIRA SOAP in VB.NET?
I want to catch the exceptions thrown by the login() function in JIRA\'s SOAP API. The function login throws 2 exceptions. RemoteAuthenticationException if the user prov开发者_C百科ided an invalid use[详细]
2023-04-13 05:26 分类:问答