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 Mike Lewis 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: *

  1. armm1396

    use from win7 instead of win server

    hi i want to execute my applicaton in network. can i use from windows 7 instead of windows server, for server? or it is necessary to install win server? thanks very much
  2. armm1396

    a SQL code for create login and user then design it to my database.

    hi in c# i want to execute a code by SQL for create login and user then design it to my database. how can i do this? thanks very much
  3. armm1396

    change name of file of a database

    hello by ALTER DATABASE Modify Name, we can change name of a database. but the name of phisical file don't be renamed. how could it be do? thanks.
  4. armm1396

    send chart to excel (c#)

    hello i send the result of search to a radGridView1, and radGridView1 to Excel. i want to show chart of it in excel. but my code dont work prefectly below is the code: thanks very much. Range range_kol = worksheet.get_Range("A3", Convert.ToChar(65 + radGridView1.RowCount - 1) + (i +...
  5. armm1396

    dont round number in excel

    hello i send the result of search to a radGridView1, and radGridView1 to Excel. but i dont show numbers currectly. i round the number in excel. for example the number 12.34 will be shown to 12. but i wants to show as sama as it is. below is the code: thanks very much. object[,] array_data = new...

Part and Inventory Search

Back
Top