Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: afybim
  • Order by date
  1. afybim

    treenode error in treeview menu program

    Hi, I want to do a treeview menu which is driven by sql server database.. I found this code in the internet but i am giving an error "type treenode is not defined" and "type treenodecollection is not defined" I have imported all necessary libraries.. Could you help me please.. Codes...
  2. afybim

    Reading hyperlink column value

    Hi, I have a little datagrid in my project and i am using identity column as hyperlink column. When id column is clicked some parameters are passing another page opened. I have to read these hyperlink column contents. But I only see blank. How can i read hyperlink column contents? dim a as...
  3. afybim

    writing data into certain excel cell

    i think , i need some source code about this issue. Can anyone help?
  4. afybim

    writing data into certain excel cell

    Hello, I have a file c:\test.xls I am working to get some data from webforms(eg. textbox) and write it into A1 cell in excel worksheet I have to write textbox1.text contents into test.xls sheet1.A1 cell How can i do this?
  5. afybim

    How can I send an e-mail at a specific date?

    How can i create a windows service?
  6. afybim

    How can I send an e-mail at a specific date?

    Hi, I want to send e-mail messages at a specific date determined by textbox or calendar object. Is it possible with asp.net? Thanks..
  7. afybim

    How can i use macromedia projects in asp.net?

    Hi, I designed a menu with macromedia dreamweaver.It created a javascript and a file like *.js by it self. I wanted to use this menu in my asp.net project therefore i copied the html codes and files from macromedia and pasted into my project.additionly i added the js files into my asp.net...
  8. afybim

    how can i use labels with arrays in asp.net vb code behind

    I want to explain something about what i want to do. I am making a test-quiz projects for students.There is a lot of questions and choices in the database.I want to relate with questions to labels and choices to radiobuttonlists items. label1.text =question1...
  9. afybim

    how can i use labels with arrays in asp.net vb code behind

    Hello, I have to use some codes as follows: ... For i = 1 To 21 Label(i).text = ds.Tables(0).Rows(0)(1) RadioButtonList(i).SelectedItem.Text = ds.Tables(0).Rows(0)(2) Next .... how can i use label or radiobuttonlist controls with arrays in asp.net vb codebehind? could you help me?
  10. afybim

    table name parameter in stored procedure

    hi, how can i use a table name as a parameter in a stored procedure. cam anyone help me? i have searched forum but i couldn't find right answer. thanks..
  11. afybim

    setting datagrid column width

    My datagrid's datasource is a view.I couldn't see any column name in 'columns collection dialog'.Could you please explain me how i can see my view's columns in this dialog or how i can set columns width with codes. Thank you very much.
  12. afybim

    setting datagrid column width

    Hello, I want to set a column width in my datagrid.How can i do it? Thanks..
  13. afybim

    variables in a class

    Hi, i have a problem. i have to describe a control (for example label or textbox) in a class1.vb and then use it in a webform1.aspx. How can i do it. Thanks..
  14. afybim

    help about panels

    hello, i want to use panel's &quot;show&quot; and &quot;hide&quot; properties in a loop. for example; public sub panel_goster(x as integer,y as integer) dim i as integer panelx.show do until (i = y) if i <> x then paneli.hide end if i=i+1 loop end sub but this sub didn't work. How can i say...
  15. afybim

    topology service

    hi, i want to install symantec antivirus corporate edition 7.5 on my system.but &quot;..can not connect topology service..&quot; error message was seemed. what is topology service? thank you..
  16. afybim

    how can i convert char data types to numeric datatypes

    hi all, i want to convert char data types to numeric data types.i couldn't do it . error msg is 8114.&quot;error converting data type varchar to numeric. What can i do? thanks

Part and Inventory Search

Back
Top