I need to do parallel processing in my coding because i have 4 sql to fetch data from database which each take me 3-4 minutes.All the tables involved are raw table and that is no way i...
Hi,
I need to do authentication via Active Directory.The VB6 program should only allow user to log in to the system if and only if user has key in correctly his AD login (samAccountName) and...
Hi,
I have try to export it to TEXT column in excel file. But it consists of character the column cannot be exported to text column.My code is as below.
I am exporting data from gridview to excel file.
My problem is that for all the string which contain "+", the rest of data begining from it is missing in excel file.
for Q2,
i have found that as long as they are not in the same level of namespace ( MyCompany.Myproject.BL.XXX ), the problem does not happen in the Business Logic layer nor Data Access Layer....
I have come out the solution for connection control in reading data from multiple table in database.
The solution is the DataAdapter will open/close the connection...
Hi, i have come out a 3 tier architecture for Microsoft VB2005 for ASP.net Framework 2.0.
I have few question to ask on the 3 tier architecture that i have come out.
Hi,
i am in the process to come out a 3 tier architecture for ASP.net 2.0
The Architecture that i want is
(1).DAL(Data Acess Layer) in App_Code folder
(2).BLL(Business Logic Layer) in App_Code...
Hi,
I would like to have a pop up when mouse over a gridview.The pop up will show the detail of every row in grid view.I have search online but no soluiton on this.Does anyone has any idea on this?...
Hi,
I have a image control on my web page.Some picture that i have uploaded can be seen while some picture i have uploaded cannot be seen.For example, the picture that i created through Windows...
Hi everybody,
i am wondering if outside there if any web site that share the resources of that share the system flow such as inventory system flow, accounting system flow and also mrp or erp...
Hi, may i know how to check if the mysql database has been restore by whom, date and pc name for MYSQL server.
There is a case when our production database has been restored by someone but no one...
I am facing a resolution issue where the layout of my web pages change when client uses different resoultion on their pc. I have come across some web site where teach us how to set the page layout...
Hi, i have created a web user control and use it as a modal popup where user can select a list of record from grid view and pass back the value to the parent page and postback the parent page so...