vb.net-2010
APPEND SELECTED RECORDS TO TABLE
SQLserver database contain two T开发者_JAVA技巧ables EmpList and SalarySheet now I want to transfer selected records into SalarySheet Table from EmpList Table Filter by \"Onduty\".[详细]
2023-02-17 10:16 分类:问答Clearing check boxes in VB.NET
I\'m doing an assignment for Uni and in my VB.NET form I have some checkboxes, I\'m trying to loop through and clear them (I have a button which will clear the form)[详细]
2023-02-17 08:27 分类:问答Vb.Net Child Class sending Events to Parent Class
I have a class that is used to handle ItemList based objects and is bound to the controls on WPF.When a us开发者_Go百科er selects a value, I can see that in the class, but I need to send an event to t[详细]
2023-02-16 21:18 分类:问答in linq to entities, how to do an inner EXISTS (SELECT 1 FROM... type of query?
I am trying to write a LINQ equivalent of SELECT C1, C2, C3 FROM T1 WHERE T1.C4=\'xyz\' AND EXISTS (SELECT 1 FROM T2[详细]
2023-02-15 07:09 分类:问答Using VB2010 to view an Excel 2003 chart
I am trying to take a chart(on it\'s own \"sheet\", not as an object inside of another \"sheet\"), and display it on a VB2010 windows form.[详细]
2023-02-13 08:16 分类:问答Deploying asp.net application(.Net4.0) package on to IIS 6.0
I have created a asp.net application project in Visual Studio 2010 (.net 4.0). I had published it using Project-> 开发者_JS百科Build Deployment Package. It generated .zip file along with files having[详细]
2023-02-13 02:09 分类:问答Creating new columns in a Select Linq Query based on logical tests
I want to convert this 100% working SQL Query into a Linq Query using Vb.net. Thanks SELECT TOP (100) PERCENT Level3.L2_ID,[详细]
2023-02-12 06:02 分类:问答Difference between ByVal and ByRef?
What is the difference? I always use ByVal, but,开发者_StackOverflow I don\'t really have a good idea of when should I and when not...ByRef = You give your friend your term paper (the original) he mar[详细]
2023-02-09 06:27 分类:问答Generate URLs from database code behind
This in ref to this question that i asked but never got answered ASP.NET 4 ACCESS DATA TO APPLY TO NavigateUrl but suppose thats redundant now.[详细]
2023-02-03 09:48 分类:问答Multidimensional arrays in VB.NET 2010
Is there any way to create a multidinensional array that contains arrays of different lengths (similar to nesting arrays of different lengths in python).[详细]
2023-02-02 15:27 分类:问答