heya all ! im puttin up a new web site and want it password protected, the standard individual user names and pw's for each user, just like yahoo or any other ...
Gavinne, The new Microsoft Visual Web Developer 2005 has a whole suite of web pages for login, password recover, change password, etc. The Express edition of ...
I've had an off board reply explaining to me the operation of the scale method, but I still don't get it. The scale method is before the print command in the...
i think you have to do this; Label2.Text = DataGridView.CurrentCell.Value you can test it in -> DataGridView_DoubleClick private sub ... From: Beulah Florence...
I have a table that is a tickler list. A query returns the results of web sites that need to be visited. If I click on the hyperlink it will open Internet...
Try something like this: 'Create a method that would take the web Url as an argument Public Sub OpenLink(ByVal WebUrl As String) Response.Redirect(WebUrl) End...
Hi Friends, I am using VB 6.0 and Sql Server 2000. I want to take backup of Sql Server 2000 database through VB. How i can do this in vb, because client want...
I had the first method. And I have the second method for specific URL's. The question is how to execute the first method using the results of a query, rather...
Hi Friends, I am using VB6 and Crystal report 8.5. and Sql Server 2000. I was create report in .rpt files using ODBC of Database Test1. I was pass the DSN to...
Why not pass in the Backup Statement? BACKUP DATABASE [YourDatabase] TO DISK = N'C:\Temp\MyBackup.bak' WITH NOFORMAT, INIT, NAME = N'YourDatabase-Full Database...
How do I select a specific item in the combo box column of a datagrid? Let's say if you have 3 rows, then you have 3 combo box in the datagrid. Then Each combo...
Why? And it's probably different in SS2005. I know it's a new object, so it's got to change because it's a M$ upgrade :) Stephen Russell DBA / .Net Developer...
How can i use Sql DMO? Regards, Chintan Shah ... ____________________________________________________________________________________ Yahoo! Music Unlimited ...
The N is an identifier for UniCode. You don't need it in plcae to run. Stephen Russell DBA / .Net Developer Memphis TN 38115 901.246-0159 "Our scientific...
Hi Go to Visual Basic, add references to SQL DMo Object library Create a SQL Server variable,database variable. Connect it with the Server. Create a variable...
Hi coders, This question are common to VB.net /c#.net !.) What is the datatype u suggest for mobile number. 2.) How to store picture *.jpg/*.bmp/*.gif in...
Thanks to all that replied. Gotta to work! Needing suggestions: I have created this form that the user will complete and click submit(saves infom to datbase...
To start, there's an entire system called Help. Try the menu. Next, separate your questions into distinct (look in the dictionary) questions, not an entire...
Well what error do you get when creating the new form it should be VB Dim frm As Form1 = New Form1() Dim frm1 As Form2 = New Form2() C# Form1 frm = new Form1()...
Dear people: I am looking for a tool that let me do reverse engineering with a 20 classes proyect. I have a VB6 proyect and I need to convert the source code...
Try Rational Rose or MS Visio.both softwares have revers engineering option adn u can add your database scemas or any supported language code to get UML...
After I complete my form and click the add request button, all of the fields are being inserted into the table correctly accept for the approvebyid field....
I have a datgrid, with one editable column. After the user updates this column, I want to save this into the database table (SQLServer), so I loop thru' the...
Use the Sql Profiler to see what you are sending to the server.....That default value must be getting set to -1 some where Latina Barnes <lyb1392@...>...
I have Win Xp operatin system. I am creating setup files for my application. I can create it successfully. But when I try to install it, It displays msg...