Search results for query: *

  1. S

    Need Help - Autosaving a file/Folder

    Autosaving - Still not complete - Can anyone help ! Thank you very much for both of you! (vis781 and JhonH) And I also agreed that necessary applications already has that option. But i want to create a common application (Specially to save thing when i'm doing programming (coding , Design...
  2. S

    Need Help - Autosaving a file/Folder

    Hi all, I'm trying to develope an application which will abutamatically save the current working application (Something like autosave in MSWord). Ex : I have a programe (or windows service) and after i run that, when i'm working on word it should save the document at the given intervals...
  3. S

    Need a help on Grids

    Hi All I want to know that is there any way of making a list box with user defined coloumns. Basicaly i want to insert collection of data to a grid by dividing them to columns. (Ex : Item Code ,Item Name, Unit Price,Total) Or can anyone tell me is there are any downloadable grids form this...
  4. S

    Checklist box -Please Help

    Thanx But the problem is still there Tankx Blokz I tried your method but failed. What I'm doing is i have a seperate module which accept the check list box as a control and selecting the selected item of it. But the problem is after i pass the checkbox to the function that check box get...
  5. S

    Checklist box -Please Help

    Hi all, I have a checklistbox in my ASP.net page i want to get only the checked items from that. can anyone help me I'm using code behined and i think sometimes because of that page get refreshed everytime when i clicked the button And tell me how to avoid refreshing the page if possible...
  6. S

    Connecting Using Access

    Thankx Thankx buddy ! I'll check that out and let you know anyway thankx a lot regards, sameera
  7. S

    Connecting Using Access

    Hi all, I have a little address book programe which is written using vb.net. I want to connect it to an Access database through OleDB , or SqlClient. Below are the requirments, My Access Database should have to have a password (I tried it without a pasword and working perfectly but with...
  8. S

    address book programe with reminders

    Hi all, I'm developing an address book programe and i need to add a module that the user can bookmark their future activities. i want to make a module that will notify user in advance about his future event which was recorded in the database. This programe will always run with OS. Can...
  9. S

    Need a Help on passing values between 2 pages

    :confused: Hi all, Can someone please tell me how to pass values between two pages in ASP.net with VB.net. to make it more clear I'll tell like this, say i have a page which has a values and i want to refere that values from another page. so guys , It'll be really helpful to me if you can...
  10. S

    need a help on code behind

    Plase can some one give me a code exaple for code behind method in ASP.net and vb.net. Coz i have tried but its not working If you can explain a little also itl be a great help ! regards, :) sameera
  11. S

    Need a help on MDI forms

    Hi, I have an query to solve,:D I have coded a loging form to my project and after loging Succeeds it should show my main form(Which is mdi form). my loging form code is simmiler to this ex- my main form is "frmMain" and login form is "frmLogin" if login succeeds , dim mfrm as new...
  12. S

    how to use session variables in asp.net

    :) Hey guys,I'm back again with another question, I want to know how to use session variables in asp.net I would be rather grateful if anyone can give me a code segment and a breif explanation. (I'm nill about sessions :confused: ) regards, sameera
  13. S

    How to split the words in ASP.net

    Thankx guys, I'll get it for granted. And as i'm a vb 6 programmer i used that trim function. Actually I wanted to do my degree project in vb.net and asp.net so that i thought i would find better ways with this new language. I think I'm improving day by day :) And this has became my place for...
  14. S

    How to split the words in ASP.net

    Thanx Again - Problem solved :) Thanks for you all, My problem was solved and this is the second time (Actually i found this site really helpful as previously also i have solved my vb.net problem):cool: Guys, levyuk,jmcilhinney,kulrom Thanks again for replying my query. Finally i have...
  15. S

    How to split the words in ASP.net

    How to split the words in ASP.net - solved Hi, I need a way of spliting words from a text box in ASP.net Ex: If a user types "Good Morning" in the text box i need to get it seperatly as "good" and "Morning" So can anyone tell me how to do this (I have already post this once) Actually i want...
  16. S

    Need a help on Checked List Boxes - [RESOLVED]

    Thanx Buddy, Problem Solved....But need another information Thanx Buddy, Its perfectly working and problem solved :) . Thank you very much. Now i can do the rest. And if you dont mind one more question !:cool: I used checked list boxes because i wasnt able to find a grid in vb.net which has...
  17. S

    Need a help on Checked List Boxes - [RESOLVED]

    Please can you do me a favour. I tried by using several methods but still havent able to complete it. Can you give me the same code with using my above list box or tell me how to use this code segment. I think i almost there with your help ! thankx a lot regards, sameera
  18. S

    Need a help on Checked List Boxes - [RESOLVED]

    Thanx , I tried as you said and now able to identify the checked row and can extract it. But still i'm strugalling with geting the necessary column . So if Ill show you the code so that you will get to know what i'm really wanted , (And i dont know whether i can tell it multi column , Its also...
  19. S

    Need a help on Checked List Boxes - [RESOLVED]

    I need a help regarding list boxes in vb.net my question is i have a checked list box with 3 columns, one is for checked marks and a colum for subjectCode and another for subject Name (this is for my degree project) i'm populating it form the database. (i have wrote a dll for that ;)) what...
  20. S

    Get Content of Listbox and insert into table

    Get Content of Listbox and insert into table Hi I'm a nowise programmer for vb.net I have a question that ,i have a checked list box where i want to read from that list box and insert in to a table. So please let me know how to navigate and do my work. and my list box has 2 columns and i...
Back
Top