how i can convert below vb function into vb.net Public Function FChkUserLoggedIn(LoginId As Long) As Boolean Dim rs As ADODB.RecordSet, strsql As String Set rs = New ADODB.RecordSet 'strSql = "select msession from log where msession in (select msession from log where loginid = " &...
how to send mail different domain users, using vb.net webappliction vertion 2.0 and smtp server
the data loading speed at user pc is much slower than my own pc with vs 2005 install. What component file should the end user have so that the application can run as smooth as those pc with vs 2005 install
hi can any clarify my doubt as described below. i have created object for excel in asp.net on executing the line of code "excel.workbooks.add()" i am getting following error, ""Retrieving the COM class factory for component with CLSID {00024500-0000-0000-C000-000000000046} failed due to the...
Hi friends can any one resolve my problem as given below WHAT ARE THE DATA ENTRY CONTROLS IN ASP.NET , AND WHICH ONE IS PREFERABLE TO USE
I have a project with a few class libraries that are comprised of class hierarchies. The problem is when I access these class libraries from a form I see all of the classes that are inside of the class libraries. This is for a customer so I only want them to see the classes that they need to...
How we send check box's value to data base in vb.net?
I am attempting to place a copy, a cut, and a paste button(s) on a toolbar at the top of a form with many fields. The buttons are easy but the code and examples only deal with copying from a known textbox etc. I want to be able to highlight, copy to the clipboard, and then paste the data anywhere...
I am working on a dotnetnuke web application and I am trying to add a user control (.ascx) to the app. It compiles cleanly , but I run the application and click the link to load the user control, I get the following error: " Could not load type 'ICPC.DNN.Modules.TimeXP.controlname'" Does anyone...
iam new to vb.net. plz help me in this it's very urgent. my question is---- i have a combobox in datagridview, i have retrieved the elements into combobox using sql query. now iam not understanding how to capture the value i have selected in the combobox, which is in datagridview and insert it in...
HI, iam new to vb.net 2005, i just want to know the difference between the Msgbox & Messagebox(). I Want to know which is more optimized onw when we are using vb.net 2005.
is it possible in vb.net to read two database(access) with one sql? like select * from databaseA!tableA union select * from databaseB!tableB what connection type to use ty in advance
I have bound check boxes on list check box.now i want to save changes don in check boxes run time in vb.net?
I currently have a label that displays the current month as an int i.e July = 7. I have a database with a username primary key and field 1 - 12 for each month. Each field either has a 0 or 1. I can use a detailsview to with a datasource to view all of the months data belonging to the logged in...
I wrote a function that allows only numbers to be entered into the field, which is accessed through the KeyDown event. It runs as follows: Public Sub NumbersOnly(ByVal sender As Object, ByVal e As System.Windows.Forms.KeyPressEventArgs) If (Asc(e.KeyChar) < 48 Or Asc(e.KeyChar) > 57)...
If i using Response.Redirect(Url) method then how can i open this url in new tab or new window ? Can i specify Target="_blank" attribute in Url of the link ?


