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
A

Alireza Loghmani

@Alireza Loghmani
About
Posts
12
Topics
3
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Multi Language Site
    A Alireza Loghmani

    Thanx man, I'll do it.

    ASP.NET database design tutorial question

  • Mass Data on db
    A Alireza Loghmani

    OK man, thanx. that's my answer.

    Database html database question

  • Mass Data on db
    A Alireza Loghmani

    Hi I'll develop a website that people will post something formatted with HTML with some pictures. Which way is better to save these content (long HTML with several pictures)? Save them in db or save them on disk? Why? Thanks a lot.

    Database html database question

  • Multi Language Site
    A Alireza Loghmani

    Hi there I'm developing a website that is multi language. Which is the best way (fastest and easiest) to design site? for example Make several site in different langs or bind controls to db and read the values from db or ... . What do you suggest and why? Thanks a lot

    ASP.NET database design tutorial question

  • Default Positioning
    A Alireza Loghmani

    Hi Dears I traveled from VS2005 To VS2008 team system. It's so good, but i got a problem! In VS2005, we can change the "Default Css Positioning" and set it to Absolute, but in VS2008 i can't find this option. Please Help me. Thank you for your help in anticipation.

    ASP.NET help css collaboration

  • How to update my datagrid using text boxes?
    A Alireza Loghmani

    The easier way is using a dataset n update it. Good Luck.:rose:

    C# csharp visual-studio wpf wcf tutorial

  • Writing files to database
    A Alireza Loghmani

    You can use this, it's simple: dataSet11.DataTable1.AddDataTable1Row(File.ReadAllBytes("C:\\File.ext")); sqlDataAdapter1.Update(dataSet11.DataTable1); Just u must using System.IO. Dataset1.DataTable1 have 1 column, it's datatype is binary. and File.ReadAllBytes("FilePath") raturn a byte[] datatype (equal binary). Good Luck.:rose:

    C# csharp database help tutorial question

  • SQl Server express Edition
    A Alireza Loghmani

    Hello to Nana you must use this code in FormLoad event for fill dataset: prodadapter.fill(productitemdataset); and use this code for add a new row to db: ProductItemdataset.(TableName).AddNew(TableName)Row(field1,...); ProdAdapter.Update(ProductItemDataset); Good Luck. Editali (Alireza Loghmani):)

    C# database sql-server sysadmin data-structures help

  • How to export data from a DataGridView?
    A Alireza Loghmani

    hello to khoramdin you can use this code for load a picture to a picturebox from a datagridview cell: in CellContentClick event you can type this code: pictureBox1.Image = Image.FromFile(dataGridView1.CurrentCell.Value.ToString()); Good Luck. Editali (Alireza Loghmani)

    C# help tutorial question

  • how to set focus on specified toolStripTextBox ?
    A Alireza Loghmani

    you can use this code: toolStripTextBox1.Focus(); toolStripTextBox1.SelectAll(); Good Luck. Alireza Loghmani

    C# help tutorial question

  • How to export data from a DataGridView?
    A Alireza Loghmani

    hello to khoramdin you can use this code for load a picture to a picturebox from a datagridview cell: in CellContentClick event you can type this code: pictureBox1.Image = Image.FromFile(dataGridView1.CurrentCell.Value.ToString()); Good Luck.:-D Editali (Alireza Loghmani)

    C# help tutorial question

  • repeat of gui problem in MDI
    A Alireza Loghmani

    you must use this code Form2 frm = new Form2(); frm.MDIParrent = this; frm.Show();;) note: Your MDI Form must larger than child Form.

    C# help 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