Search results for query: *

  • Users: sameera
  • Content: Threads
  • Order by date
  1. 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...
  2. 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...
  3. 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...
  4. 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...
  5. 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...
  6. 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...
  7. 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
  8. 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...
  9. 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
  10. 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...
  11. 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...
  12. 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