| Subject | Date Asked | Expert |
|
| how to insert a new data into MsSql through a text box in vb.net | 7/15/2008 | Syed 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 : Gridview | 7/9/2008 | Syed 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 in | 7/7/2008 | Syed 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/2008 | Syed 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.net | 7/2/2008 | Syed 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 Datagridview | 6/27/2008 | Syed 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 Usage | 6/23/2008 | Syed 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 events | 6/22/2008 | Syed 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 Proceedure | 6/19/2008 | Syed 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 dialog | 6/19/2008 | Syed 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.net | 6/11/2008 | Syed 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 tiers | 6/10/2008 | Stephen 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 code | 6/3/2008 | Syed 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 DB | 6/2/2008 | Stephen 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 bug | 6/2/2008 | Stephen 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 bar | 5/27/2008 | Stephen 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 code | 5/26/2008 | Stephen 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/2008 | Stephen 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 network | 5/9/2008 | Syed 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 2003 | 5/8/2008 | Stephen 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.NET | 5/8/2008 | Stephen 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 file | 5/7/2008 | Syed 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 2003 | 5/7/2008 | Stephen 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 database | 5/5/2008 | Stephen 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.net | 5/2/2008 | Stephen 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 ...
|
| deleting | 5/1/2008 | Stephen 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 server | 4/30/2008 | Stephen 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 Control | 4/28/2008 | Stephen 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 Button | 4/24/2008 | Stephen 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 Pages | 4/24/2008 | Syed 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.net | 4/24/2008 | Stephen 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 class | 4/23/2008 | Stephen 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 class | 4/23/2008 | Syed 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 functioning | 4/23/2008 | Stephen 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 pages | 4/23/2008 | Syed 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.net | 4/22/2008 | Stephen 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 pages | 4/21/2008 | Syed 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 ...
|
| DataGridView | 4/21/2008 | Stephen 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 functioning | 4/18/2008 | Stephen 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 text | 4/18/2008 | Stephen 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 ...
|