Dear every one, i am new to development. my boss has asked to prepare a useful presentation that WHAT FRAMEWORKS CAN WE ADOPT FOR OUR OWN DEVELOPMENT? help me plz to let me know that which one is the best and why. thanks
RaveRare
Posts
-
PHP -
Removing items from listview .... problemDear friends, I have a problem that i want to depackage a computer package. Situation is as under. i have following tables 1. Casing (CasingID, Model, Status, Notes) 2. Motherboard (MotherboardID, Model, Status, Notes) 3. Keyboard (KeyboardID, Model, Status, Notes) 4. Mouse (MouseID, Model, Status, Notes) 5. Status (StatusID, Status) (values) 1, Packaged 2, Available 3, Damaged etc.etc.etc.... 6. Package (CasingID, MotherboardID, KeyboardID, MouseID) now i have a form (PACKAGE FORM) on which there is a listview with following columns ITEMID ITEM-TYPE SPECS 1 Keyborad multimedia... 2 Motherboard 16-bit architecture... 3 Mouse wirless.... 4 Keyboard non multimedia... 5 Casing ATX power supply... OK, now try to understand care fully that before saving a package, A function (i have written to change the status which checks every time in the packge) moves table to table and changes the status of items to "PACKAGED". this function is working properly. Problem is that when i reload the package to remove some items from the package then how i can keep in mind that what items are removed from the package because i have to again change their status to "AVAILABLE" i have two solutions already with me 1. when ever i remove some item from listview, then immediately change the status in the reference table 2. Add an array to the project which save my removed items and in the end a fuction should go to all the reference tables to change the status have you any other shortest solution for that.... please
-
How to get active control name - - - - immediateDear everyone... i have problem that i have 10 listboxes onto my form. i want to display a command button but it should be displayed along with the same listbox where i am present or where i am recently clicking. so i need to store the active control name in a variable. please tell me that how i can get current control name. thanks
-
Option Buttons not workingas i am trying i have created 2 radio buttons onto form separetly. i am trying to set databinding on each radio button. this is not working
-
Option Buttons not workingi have draged one by one radio button onto form. is list-of-radiobuttons something else than this ????
-
Option Buttons not workingI have created 2 radio buttons on my form but using databinding how i can hendle them????? Base table name = "Employeer" Column to be binded = "Gender" HELP????
-
RadioButtons are not workingI have created 2 radio buttons on my form but using databinding how i can hendle them????? Base table name = "Employeer" Column to be binded = "Gender" HELP????
-
reference data from database to textboxesdear everyone according to your insturctions i have successfully filled a listbox with student names on my form. then i wished that when i click a student name in the list, my defined data-adapter should bring certain record from database and fill my textboxes, checkboxes, comboboxes with values relating to that particular student. i am wonder to see that when i did that, my dataset is having same row again and again so i am finding error message when i am binding textbox source to the table. help me plz
-
Oh No, How this happened????dear everyone according to your insturctions i have successfully filled a listbox with student names on my form. then i wished that when i click a student name in the list, my defined data-adapter should bring certain record from database and fill my textboxes, checkboxes, comboboxes with values relating to that particular student. i am wonder to see that when i did that, my dataset is having same row again and again so i am finding error message when i am binding textbox source to the table. help me plz
-
Types of ClassesDear everyone, i have my books and notes on classes but still i am unable to understand that what are classes and what are their types with realtime examples. please guide me with an examplary material thanks
-
Alternate of listbox.itemdata propertydear every one in vb 6 i used listbox.itemdata property to recognize the selected item and its reference data into other tables to fill my controls when i click on one. please help me that in vb .net how i can deal with this. i mean that i want to click on a list item for example student name and the rest record should be filled in text boxes on the form. help plz
-
Best practices to save, edit, insert, view records on a Complex form vb.netdear friend. thanks for information. its ok in all senses i have build. then tell me that if i have a combo box filled with Brand names and behind the scene i am saving the Brand ID for each brand name. in vb 6, i used dataitem property of combobox to save a brandid with every brand name, now what i should do with the same contol thanks
-
CLASSES & INHERITENCEDear every one, hope you will be in good a health. dears, i want to know clear scienaro of Classes and inheritence. i have books and material on classes and inheritence but unable to understand clear scene. please clear me by examples that .. What is a class What is a subclass what is inheritence what is class functions what is architecture of a class why we use classes how we use classes is it a good practice to use a class where classes exists what are namespaces mean i want to know every thing round the class that can clear my mind and enable me to speak about these topics in a meeting thanks
-
Best practices to save, edit, insert, view records on a Complex form vb.netDear every one... Hope you all will be fine and read this in good of your health. I have a problem that what is the best way to save, edit, insert, update etc. my record using a complex form. PICTURE IS THIS; I have a form Students.VB I have many controls on the form as under Listboxes Textboxes Checkboxes buttons now i want to know following things.... 1. How i will fill my listbox with Student Names using data reader object (Database School is in MS ACCESS and table Student with fields ID,NAME,AGE) 2. how i will fill my comboboxes with CITIES, STATES, COUNTRIES etc. 3. what is the alternate of listbox.itemdata property in vb.net etc. etc. etc.. please give me a detailed help that can clear my concept.
-
how i can fetch list box with Names vb. net?Dear Micheal thanks for nice information i have writen my code following your pattern but it not works Dim con As New OleDb.OleDbConnection("Provider=Microsoft.jet.oledb.4.0;Data Source=e:\college.mdb") Dim query As New OleDb.OleDbCommand("Select * from student") con.Open() Dim dr As OleDb.OleDbDataReader = query.ExecuteReader() While (dr.Read()) ListBox1.Items.Add(dr.GetString(1) = Name) End While dr.Close() con.Close() please help me more to clear my concept thanks
-
fetch listbox with values vb .netDear everyone. hope you all will be fine and good in health. i have a problem that i want to fetch a listbox with names. please help me that what code i have to write. PICTURE IS HERE; i have a table STUDENT with attributes (ID, Name, Age) i have inserted 100 students record into STUDENT tabl i have a listbox control named lstStdents on my form now i want that when my form is opened, it should auotmatically fill the listbox with NAME of students i want to know that how to fill that box using datareader? thanks
-
Fectch listbox with student name vb. netDear everyone. hope you all will be fine and good in health. i have a problem that i want to fetch a listbox with names. please help me that what code i have to write. PICTURE IS HERE; i have a table STUDENT with attributes (ID, Name, Age) i have inserted 100 students record into STUDENT tabl i have a listbox control named lstStdents on my form now i want that when my form is opened, it should auotmatically fill the listbox with NAME of students i want to know that how to fill that box using datareader? thanks
-
how i can fetch list box with Names vb. net?Dear everyone. hope you all will be fine and good in health. i have a problem that i want to fetch a listbox with names. please help me that what code i have to write. PICTURE IS HERE; i have a table STUDENT with attributes (ID, Name, Age) i have inserted 100 students record into STUDENT tabl i have a listbox control named lstStdents on my form now i want that when my form is opened, it should auotmatically fill the listbox with NAME of students i want to know that how to fill that box using datareader? thanks
-
Best Practices to work with databases using VB .NETDear friend, thanks once again for the nice response... you are absolutely right in your sense. I am just telling you the whole story of my last meeting with my boss. He is very conceptual and technical person. he is highly able to criticize the matters. he is straight forwardly asking me the following questions 1. What is .net framework's internal architecture? 2. What are database oriented best practices in .net? 3. how would be application design in .net? 4. overview of .net studio? 5. .net framework multilanguge support? 6. Database access (recordsets, queries, classes, parameters) 7. What is the best way to insert, delete, find and update data? other topics i have covered approximately. but now i am concentrating on database oriented best practices.. hope now you are very clear about my problem
-
Best Practices to work with databases using VB .NETDear Graus, thank you so much for the immediate response.... you have gotton my problem.... i am going for a one-hour presenation, so how i can describe in detail about the data layer... my problem is not actually the conversion but to find out the exact model which i should follow to deal with my databases. i mean what is the best method to deal with records that saves my memory, facilites me more, etc. etc. please disclose more if you can.... thanks