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
D

denizmercan

@denizmercan
About
Posts
14
Topics
6
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • how to access application and session variable in web method
    D denizmercan

    hello, When I make Ajax SlideShowExtender.GetSlides method non static, it's not working... I need to access application variables in GetSlides (WebMethod) Any help? thanks

    Web Development help tutorial question

  • Login failed for user "myDomain\Guest"
    D denizmercan

    Yes I did what you say...

    Database sysadmin database sql-server security help

  • Login failed for user "myDomain\Guest"
    D denizmercan

    Yes I added.. and I gave full permission to that user.

    Database sysadmin database sql-server security help

  • Login failed for user "myDomain\Guest"
    D denizmercan

    Hello I'm trying to connect to SQL Server2000 that in another computer in local area network. but it says login failed for user "Guest" - I added my windows account (MyDomain\MyWindowsUserName) to SQL Server. - I use windows only authentication. - both computers are Windows XP Pro-service pack 2 - When I add Guest windows user to SQL server, it works fine.. But I don't want to use Guest account. - both computers are in same WorkGroup - I added user name to server computer with exactly same user name and password. any help... thanks

    Database sysadmin database sql-server security help

  • DataColumn type
    D denizmercan

    It's pretty good but it is working some slowly... Anyway I'm using it... thanks a lot

    C# database csharp sql-server sysadmin question

  • Datacolumn type
    D denizmercan

    I have a Dataset that has returned data from SQL Server. I would like to read in what the SQL Server type is for each Column and what the size is. For instance is the column is a nvarchar(20) I would like to be able to find out that the column has a size of 20. Is this possible? I can't seem to figure this out even using the DataColumn. DataColumn.MaxLength is returning -1. I tried also SQL Command: SELECT COL_LENGTH('MyTable','MyColumnName') AS 'MyColumnLength' it's running fine in SQL Query analyzer but it's returning 0 in C# Any idea? thanks

    .NET (Core and Framework) database csharp sql-server sysadmin question

  • DataColumn type
    D denizmercan

    I have a Dataset that has returned data from SQL Server. I would like to read in what the SQL Server type is for each Column and what the size is. For instance is the column is a nvarchar(20) I would like to be able to find out that the column has a size of 20. Is this possible? I can't seem to figure this out even using the DataColumn. DataColumn.MaxLength is returning -1. I tried also SQL Command: SELECT COL_LENGTH('MyTable','MyColumnName') AS 'MyColumnLength' it's running fine in SQL Query analyzer but it's returning 0 in C# Any idea? thanks

    C# database csharp sql-server sysadmin question

  • MultiLine datagrid header
    D denizmercan

    that works. Thanks a lot

    C# question

  • MultiLine datagrid header
    D denizmercan

    sorry I forgot to say, I need to do this in C# windows application.

    C# question

  • MultiLine datagrid header
    D denizmercan

    How can I do this. I use \n in the header. But it doesn't show the second line. thanks in advance.

    C# question

  • datagrid doesn't save the data
    D denizmercan

    thanks. EndEdit works fine.

    C# question tutorial announcement

  • New DataRow in SQL-Server with ID
    D denizmercan

    I think you need to use "IDENTITY/IDENT_CURRENT or SCOPE_IDENTITY" method of SQL. But I don't know how you can use it. If you get full source code please let me know.

    C# database csharp help sql-server sysadmin

  • datagrid doesn't save the data
    D denizmercan

    It doesn't work. Because data is in the datagrid. Datagrid has to send the data to dataset Thanks for your interest.

    C# question tutorial announcement

  • datagrid doesn't save the data
    D denizmercan

    I set up the datasource myDataGrid.DataSource= myDataSet.Tables[0].DefaultView; When I scroll the cursor to next row, datagrid updates the dataset. It's ok. But without doing it, datagrid doesn't update the dataset. myDataSet.Tables[0].Rows.Count is 0 and myDataSet.Tables[0].DefaultView.Count is 1. For example user can enter some data to datagrid then after closes the window. Datagrid doesn't affect the dataset row. I need to say "save data" to datagrid. How can I do this? Thanks

    C# question tutorial announcement
  • Login

  • Don't have an account? Register

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