Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
M

Miri Ofir

@Miri Ofir
About
Posts
7
Topics
3
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Open HTML page in Window application?
    M Miri Ofir

    Thank you so much. I get your recommendation.

    C# csharp html question

  • Open HTML page in Window application?
    M Miri Ofir

    Is it possible to open html page in window applicaion? the program language is c#.

    C# csharp html question

  • dateTime column in datagrid
    M Miri Ofir

    Thank you, but I have a window application and the DataFormattingExpression property isn't exist. finally I found a tutorial here, at: http://www.thecodeproject.com/csharp/Apply_DataGridTableStyle.asp[^]

    Database question database

  • How to use Universal Link Data (C#)?
    M Miri Ofir

    Thank you everybody. Finally I found a way to do what I want. I read the connectionString as a text file.:-O using (StreamReader sr = new StreamReader("c://WINNT//myConnection.udl")) { string line; //--the connection string is define at the third line of the file line = sr.ReadLine(); line = sr.ReadLine(); line = sr.ReadLine(); connectionString = line; }

    C# csharp database help tutorial question

  • How to use Universal Link Data (C#)?
    M Miri Ofir

    Thank you Nick. The DB is in SqlServer and not in Access, is that means that I couldn't use udl to create connection?

    C# csharp database help tutorial question

  • dateTime column in datagrid
    M Miri Ofir

    I have a table in sqlServer with some columns if dateTime values (date + time) I wrote a stored procedure that select those columns, the stored Procedure works properly. I tried to retrieve the data into dataSet and then to dataGrid. I get a very nice datagrid with the whole data, but the coulumns of datatime values show only the date. I need the time also. How can I get it? I know that there is some types of datacolumn like dataGridBoolColumn or dataGridTextBox column, but I couldn't find dataGridDateTimeColumn. Thank you;)

    Database question database

  • How to use Universal Link Data (C#)?
    M Miri Ofir

    Hallo I try to write a window application that connect to database with udl. The connection is O.k (I tested it), but when I want to use it in my code, it failed. my code: static SqlConnection con = new SqlConnection(); con.ConnectionString = "File Name=C:\\WINNT\\myConnection.udl;"; con.Open(); I also tried: con.ConnectionString = @"File Name=C:\WINNT\PrePaidDb.udl;"; and also try to define it in app.setting. the error is always: {"Keyword not supported: 'file name'." } Do someone has any idea. Thanks a lot

    C# csharp database help tutorial question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups