Search results for query: *

  1. K

    a question on listviews

    umm i had to use this: listView1.Items[0].ImageIndex = 3; but when a user adds a file, how do i obtain the icon along with the file name(i know how to retrieve the file name);
  2. K

    a question on listviews

    heys guys, im not writing this in vb.net, im using c#, i wasnt in the mood to sign up for a c# forum so maybe you can just tell me how to do it in vb and ill translate it into c#. im using a list view to display file names and file paths. now i want to show the icon of the file when the user...
  3. K

    recieving an error

    yes, IIS....
  4. K

    recieving an error

    hey guys, i tried creating a new project using c# as an asp.net application, but when it tried to create it, i recieved an arror saying "The web server reported the following error when attempting to create or open the web project located at the following url: <A...
  5. K

    Tiers

    hey guys was wondering. if i have a asp.net page with a grid. and a application with a grid, and i want to show the same data, and the same table styles for each grid, how can i go about doing this so i dont have to write them for both front ends. should i create the methods in the business...
  6. K

    SQLDataAdapter Insert Command

    hey guys. i wrote this select statements to draw out data from 2 tables. "SELECT Customers_CD.customer_id, Customers_CD.phone_number, Customers_CD.email_ad" & _ "dress, Customers_CD.customer_first, Customers_CD.customer_last,Customer_Address_" & _ "CD.address_id...
  7. K

    Insert Delete And Update Problem

    no thats not the error. something about not being abloe to generate the statements
  8. K

    dataAdapter and datagrid help

    hey guys im having trouble understanding how to do something. i have a data grid and i need to display columns from 2 different tables in it. i know how to set it up so you can click the parent and then the childs will display. but i need all the columns to show on the grid at one time. i used a...
  9. K

    Insert Delete And Update Problem

    hey guys, ok my problem is that i have 2 tables in a db customers and customer address'. i created a dataadapter and configured the data adapter to contain both tables. now when i use the query builder it has no problem making the select statement. but i get errors whe it tries to make a INSERT...
  10. K

    how does the with function work and when should i use one

    how does the with function work and when should i use one. example With (Variable) ........ End With
  11. K

    child/parent in seperate grids

    how can i load just the parent in 1 datagrid and as the user clicks on the data inside the grid to have it load the childs into a seperate grid? any help would be appreciated.
  12. K

    load child and parent in seperate grids

    how can i load just the parent in 1 datagrid and as the user clicks on the data inside the grid to have it load the childs into a seperate grid? any help would be appreciated.
  13. K

    check if a form is open

    how can i check if a form is open so the user cant open it multiple times?
  14. K

    db info to an array

    i would like to generate my own 4 digit ids and i dont want to generate the same ones. how can i accomplish this?
  15. K

    db info to an array

    how can i load a set of id numbers from my customer table so i can check the newly generated ones against the ones that are already generated? i would guess to store them in an array but im not sure how. any help would be great
  16. K

    Database Connection

    why? what make list view better?
  17. K

    Database Connection

    can you help meo ut with my connections question
  18. K

    Database Connection

    questions about db access hey guys. was wondering how to go about make a couple of things properly. first off i have 4 tables in a ms sql db that i need to connect. i noticed that there is 2 ways to go about this. 1st i can make a connection class with adapter and data set for each table. or i...
  19. K

    vs-sql connection

    hey guys im trying to connect to my schools sql db, but when i connect through vs.net 2003 standard i get a messagebox sayin that i cant connect to the version that i can only connect to access db and sql desktop server. how can i fix this. do i need another version of VS? thanks
  20. K

    opening ports

    can someone explain to me how to write a program to open a specific port and then listen on it. or maybe you have a turorial?
Back
Top