AllExperts > Experts 
Search      

VB.NET

Volunteer
Answers to thousands of questions
 Home · More Questions · Question Library  · Free Encyclopedia ·
More VB.NET Answers
Question Library

Ask a question about VB.NET
Volunteer
Experts of the Month
Expert Login

Awards

About Us
Tell friends
Link to Us
Disclaimer

 
 
 
About Syed Rizwan Muhammad Rizvi
(Top Expert on this page)

Expertise
I can answers questions regarding web based and desktop based programming in VB.Net. Which can include SOAP, XML, Custom Controls, COM Interoperability etc.

Experience
Have been working in this specific area for last 2 years previously I was a VB 6 Developer with experties in other languages as well. Total 10 years of programming experience.

   

You are here:  Experts > Computing/Technology > Basic > VB.NET

SubjectDate AskedExpert

how to insert a new data into MsSql through a text box in vb.net7/15/2008Syed Rizwan Muhammad Rizvi
  Q: i'm newbie, now try to insert a data from the text box key in by user and save it into the database. ...
  A: try putting a break point on itemINfoPad.ExecuteNonQuery() and then goto immediate window and type: ...
VB 2005 : Gridview7/9/2008Syed Rizwan Muhammad Rizvi
  Q: I like to see a progress bar updating while gridview is geting data from the database. I have tried ...
  A: When you bind data to GridView it executes a blocking call and doesnt not return any progress ...
Validation in user log in7/7/2008Syed Rizwan Muhammad Rizvi
  Q: Can you help me validate this code because even i tried to type the wrong password still it open my ...
  A: Do Pline = ReadPassword.ReadLine() Uline = ReadUsername.ReadLine() ...
VSS 6.0d and VS 2005?7/2/2008Syed Rizwan Muhammad Rizvi
  Q: After using Visual Sourcesafe 6.0d with VB 6.0 for several years, I recently installed Visual Studio ...
  A: I have been using VS2k5 for a long time as well with both VSS6 and VSS.net in either case it never ...
barcode scan in vb.net7/2/2008Syed Rizwan Muhammad Rizvi
  Q: how do i dyanamically display records in datagridview for user input and save records to database ...
  A: You can do that on textbox change event. I think depending on a barcode configuration it can be ...
First In, First Out in Datagridview6/27/2008Syed Rizwan Muhammad Rizvi
  Q: I have a question in vb.net. I have written a program that could create 7 records in the ...
  A: There are two ways: 1. If you want to keep the Rows indexing use ...
SelectNextControl Usage6/23/2008Syed Rizwan Muhammad Rizvi
  Q: In a followup to the person who wanted to use the Enter key to advance to the next control... The ...
  A: Try this: Private Function GetFocusedControl(colControls as ControlsCollection) As Control ...
Captuing all events6/22/2008Syed Rizwan Muhammad Rizvi
  Q: Is it possible in VB.Net to capture any and all possible events without writing every single ...
  A: Not as you are saying it would happen in Java, unless you are using windows API to receive any ...
Calling Stored Proceedure6/19/2008Syed Rizwan Muhammad Rizvi
  Q: I have a stored procedure that returns a number of records. I need to cycle through these records ...
  A: The things in .Net are pretty similar to ADO in VB. System.Data.OleDB and other native Database ...
Write error to cmd prompt dialog6/19/2008Syed Rizwan Muhammad Rizvi
  Q: Basically, I'm starting my own cmd prompt through my program. I've modified the input/output, and ...
  A: I have checked your code it seems to be working fine. I think you need a bit more info on ...
vb.net6/11/2008Syed Rizwan Muhammad Rizvi
  Q: how enter key will work as tab key in datagridview control in vb.net
  A: you need to bind javascript to each text control in the datagridview to actually shift the focus to ...
Three tiers6/10/2008Stephen Jackson
  Q: i don't how to create three tiers . front end is vb.net back end is sqlserver
  A: Arun, I need to explain why I cannot simply answer this question. A Three Tiered application is ...
Progressbar code6/3/2008Syed Adeel Rizvi
  Q: i would like to get a code that will work with my web browser program that i am designing, how can i ...
  A: its simple Private Sub WebBrowser1_ProgressChanged(ByVal sender As Object, ByVal e As ...
VB.Net and SQL 2000 DB6/2/2008Stephen Jackson
  Q: I am new to vb.net and just started using the 2008 Express Edition. Could you tell how to use the ...
  A: Heidi, First, let me apologize for taking so long to answer. My FIOS modem has been down this week ...
Data Reader bug6/2/2008Stephen Jackson
  Q: well you helped me a lot but there is still a little thing also. I wonder if you can help me with ...
  A: Carolina, First, I apologize for taking so long! My (FIOS) Internet router went down this week and ...
about progress bar5/27/2008Stephen Jackson
  Q: i had a crystal report.it takes time to load.so i would like to show the user that it is loading so ...
  A: Mino, The catch here would be to have a message from the load of the report (almost certainly a ...
continued previous code5/26/2008Stephen Jackson
  Q: I hope that you are doing well. Concerning the code i have sent to you, well in the build i get the ...
  A: Carolina, I think maybe I can help with this now :c) It appears that the compile is telling you ...
I messed up a response for you, Carolina!5/13/2008Stephen Jackson
  Q: excuse me for my late response but i can say now that i am back again. Well, actually i can't put ...
  A: Carolina, It is delightful to hear from you, but I made an error trying to respond! I wanted to ...
Delete profiles from each PC on my network5/9/2008Syed Adeel Rizvi
  Q: Im trying to search each profiles on each pc from my network that are not active and delete them. ...
  A: Hmm, do u have all pc access? if not thats make u more n more complex ! add me at msn or yahoo ...
Problems updating and deleting in VB.Net 20035/8/2008Stephen Jackson
  Q: Ok I have a very simple database of two tables. So when I made my form in VB I used a view that ...
  A: Jenny, I believe I see what may be the issue here (though I am not in a position to construct a ...
Conversion from ASP.NET to VB.NET5/8/2008Stephen Jackson
  Q: how are you? I am used to ask uou questions cause you always try to help me with your best. But ...
  A: Carolina, Thank you for the kind words! I am just so tickled to be here I can hardly stand it ;c) I ...
vb.net exe file5/7/2008Syed Adeel Rizvi
  Q: i create an exe file and installed in my computer using vb.net and access as the database.how can i ...
  A: Use Some Installer to install the files and database and make sure your database should place where ...
Problems updating and deleting in VB.Net 20035/7/2008Stephen Jackson
  Q: Ok I have a very simple database of two tables. So when I made my form in VB I used a view that ...
  A: Jenny, Hmmmmm a good question and I believe the issue here is not with the VB.NET part but rather ...
Importing Outlook contacts into another database5/5/2008Stephen Jackson
  Q: I am doing a project for my school which was supposed to be a database project. However, my school ...
  A: Paul, I believe I would begin by using the Outlook file menu, Export, to export to an Access ...
Autogenerating number in vb.net5/2/2008Stephen Jackson
  Q: I am trying to write a code for sutogenerating number like i have table in Sql server 2005 express ...
  A: Sukhvinder, This seems a rather odd way of doing things, but if you need to do this, you will need ...
deleting5/1/2008Stephen Jackson
  Q: I want to delete "on delete cascade" from my table. I am using sql server 2005 express edition. How ...
  A: Sukhvinder, I would almost have to see your grid code to know how to handle this from the grid. If ...
deleting "on delete cascade" from table in sql server4/30/2008Stephen Jackson
  Q: I want to delete "on delete cascade" from my table. I am using sql server 2005 express edition. How ...
  A: Sukhvinder, I do not use SQL Express Edition, but I am going to bet that this works the same as in ...
Next Control4/28/2008Stephen Jackson
  Q: Good day. I am a beginner. How can I write a code that will automatically go to the next control? ...
  A: Lloyd, I am not sure you will have much luck with the approach. Windows Forms are designed to ...
Radio Button4/24/2008Stephen Jackson
  Q: When i insert a redio button on my form i always get a single space between the radio button ...
  A: abhi, I am guessing you are in VB.NET 2006 (possibly 2008). The radio button in .NET 2.0 does ...
Regarding Master Pages4/24/2008Syed Rizwan Muhammad Rizvi
  Q: stiil problem is not solved Source Code of Masterpage.master -------------------------------- <%@ ...
  A: I dont think I would be able to find enough time to play around with the CSS and come with a ...
showing and deletion in vb.net4/24/2008Stephen Jackson
  Q: I have two tables person and legnresp which are having personid as common field.Person table is ...
  A: Sukhvinder, Well it took me long enough to see this ;c) cmd4 = New SqlCommand("select personid ...
module or class4/23/2008Stephen Jackson
  Q: I'm confuse of using module and class in vb .net, for example i write a function that is global use ...
  A: Chee, Good question! he answer depends on who you ask and what you are trying to do, of course. ...
module or class4/23/2008Syed Rizwan Muhammad Rizvi
  Q: I'm confuse of using module and class in vb .net, for example i write a function that is global use ...
  A: MOdules are normally used to create global functions and variables which are accessible throughout ...
VB.NET 2008. Default login form not functioning4/23/2008Stephen Jackson
  Q: how are you? May you help me with this little task please? I have done the default login form in ...
  A: Carolina, That is great! I am glad you got it taken care of and hope I at least helped a little ...
regarding master pages4/23/2008Syed Rizwan Muhammad Rizvi
  Q: can we use master pages while developing dynamic applications or it can only be used in static ...
  A: I see that you have placed the content panel inside a td, and that you are restricting the height of ...
showing and deletion in vb.net4/22/2008Stephen Jackson
  Q: I have two tables person and legnresp which are having personid as common field.Person table is ...
  A: Sukhvinder, If I understand correctly, you want to select a person in the combo box, display their ...
regarding master pages4/21/2008Syed Rizwan Muhammad Rizvi
  Q: can we use master pages while developing dynamic applications or it can only be used in static ...
  A: try: <asp:contentplaceholder id="ContentPlaceHolder1" runat="server"> <div ...
DataGridView4/21/2008Stephen Jackson
  Q: I have an UNBOUND datagridview on a form that I get the user to input values into it manually. When ...
  A: Andrew, For my money, I think you will need to properly format the grid before accepting the user ...
VB.NET 2008. Default login form not functioning4/18/2008Stephen Jackson
  Q: how are you? May you help me with this little task please? I have done the default login form in ...
  A: Carolina, I sent myself a reminder to look up the answer to this tomorrow .. please forgive me ...
Screen saver custom text4/18/2008Stephen Jackson
  Q: Stephen. Why can I only put no more than 20 words on my computer screen saver to see? Is it possible ...
  A: Sterling, The easy way to get there is to just right click on your desktop, and select Properties ...

Page:   1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10  |  Next      All


Questions by
Active Experts:
Syed Rizwan Muhammad Rizvi  

     
About Us | Advertise on This Site | User Agreement | Privacy Policy | Kids' Privacy Policy | Help
Copyright  © 2008 About, Inc. About and About.com are registered trademarks of About, Inc. The About logo is a trademark of About, Inc. All rights reserved.