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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
A

ali_reza_zareian

@ali_reza_zareian
About
Posts
69
Topics
32
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Problem with state machine workflow
    A ali_reza_zareian

    First I apologize for poor English. I have a windows application as a host.My workflow start in a form and I want to show different winform in different state. I use callExternalActivity to execute a code in host application to show winform.But when I use show method my winform goes freeze(not responding) and if I use showdialog() so workflow wait until my from to be closed. I should use wf 3.5 and winform application. What should I do to solve my problem?

    WCF and WF help question workspace

  • rule engine
    A ali_reza_zareian

    I need rule engine in my application. I want to use Microsoft.Ruleengine.dll from BizTalk. Is it true that the biztalk rules engine class used? Sorry if this was discussed here.

    .NET (Core and Framework) question

  • Return type error
    A ali_reza_zareian

    you cant use return type for click event. you should use void for click event. the signature of method that you can use for click event is: void methodname(object,EventArgs)

    C# help question

  • How to set colour column in datagridview
    A ali_reza_zareian

    To create a control that you can host in a cell in editing mode, you can implement the IDataGridViewEditingControl interface in a class derived from Control. you can find an example in msdn named: Host Controls in Windows Forms DataGridView Cells

    C# tutorial

  • datagridview
    A ali_reza_zareian

    Is it possible to show related rows(master/details) in one datagridview? how?

    C# question

  • Anti-filter information
    A ali_reza_zareian

    I need some information about anti-filter programs.I want to know how they work? I can't search it in search engine site.the word anti-filter or proxy is filtered.

    IT & Infrastructure question

  • Show the id in 5 Digits
    A ali_reza_zareian

    you can use split method then made a new id.

    string _temp="1,12,123";
    string[] arr=_temp.split(new char[]{','});

    C# database data-structures

  • DataSourceUpdateMode
    A ali_reza_zareian

    I use binding object to bind a textbox with my database field.here is my code

    namTXT.DataBindings.Add("Text", tbl, "name",true,DataSourceUpdateMode.OnPropertyChanged);

    when i edit textbox value, datarow state should change but it doesn't work.I mean tbl.getchanges() has null value. My textbox is already bounded. what is the problem of code?

    C# question database wpf wcf help

  • InputLanguage
    A ali_reza_zareian

    I think you suggest string.format("C"). but my language is Persian and it's not for foreign language.

    C# question

  • InputLanguage
    A ali_reza_zareian

    How can textbox control to set the money format for input? I try to use cultureInfo but it doesn't work.

    System.Globalization.CultureInfo cultur = new System.Globalization.CultureInfo("fa-IR");
    InputLanguage.CurrentInputLanguage = InputLanguage.FromCulture(cultur);

    C# question

  • standard SqlServer 2008
    A ali_reza_zareian

    Is it true that,the database of Visual studio 2008 can't work with sql server 2008? if it is false, I want to connect to the sql server 2008 so I can connect but it doesn't work.

    Database database csharp sql-server visual-studio sysadmin

  • make exe file
    A ali_reza_zareian

    I mean ,I can create an executable from my program.

    C# csharp question

  • make exe file
    A ali_reza_zareian

    hi I want to make a program. It has an output exe file. Is it possible writing with c#.net? why not!?

    C# csharp question

  • picture not shown in runtime (.net)
    A ali_reza_zareian

    Does your image folder contain web.config file?

    Web Development csharp design question

  • some new tool making help
    A ali_reza_zareian

    you can make a batch file(.bat) and use <attrib> command with /s switch for current and all subfolders to set or unset files attribute.

    System Admin help

  • Insert ,Update ,Delete with AO.NEt Entity framework
    A ali_reza_zareian

    what do you want to do?! correct your Signature:You can win if you want.

    ASP.NET csharp question announcement

  • Cannot implicitly convert type 'string' to 'System.Web.UI.WebControls.TextBox'
    A ali_reza_zareian

    I think you forgot to use text property. CouponName.text="";

    ASP.NET csharp design sysadmin help announcement

  • How to create exe file of C# web project?
    A ali_reza_zareian

    Add web setup project to your exciting project.right click on your websetup project and select add-->project output. a window should appear.just select ok. Requirements for runing asp.net web page depends on target mashine but maybe you need: 1-iis 2-.net framework 3-if you use sql database ,you can install sql Express.

    ASP.NET csharp tutorial question asp-net business

  • web apllication quiz
    A ali_reza_zareian

    You can use wizard object if you want to use steps and you can use ajax Technique for quiz timeout.

    C# csharp asp-net visual-studio help

  • sql to mysql
    A ali_reza_zareian

    how can i change my sql database to mysql database.Is it possible ?

    C# database question mysql
  • Login

  • Don't have an account? Register

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