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
K

kasraa00098000

@kasraa00098000
About
Posts
17
Topics
8
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • refresh context
    K kasraa00098000

    hi all, well, after insert one record in one table , im going to refresh datagrid in order to user could see the result, i used this :

    Context.Refresh(System.Data.Linq.RefreshMode.OverwriteCurrentValues, Context.TableName);
    this.BindingSource.DataSource = Context.TableName;
    dataGridViewX1.DataSource = BindingSource ;
    alarmBindingSource.ResetBindings(true);

    but there is no chance to see the inserted row! exepts renewing DataContext which spends long time! plz help

    LINQ csharp linq help

  • Demo Deployment
    K kasraa00098000

    well, I suggest u to use a hardlock. if so u can store the information of expiration and etc. in it, else u should store those information in a hidden path in a encrypted file this post is really useful: Application Trial Maker good luck

    C# sysadmin workspace

  • thread and application response
    K kasraa00098000

    Hi all, well simply after a thread runs, in special situation it(thread) try to refresh a form of my application and an error appeared which says that "you can not change object in other thread ..." what should i do?

    C# help question

  • making auto serial number for each build of project
    K kasraa00098000

    hi all, as I titled i'm going to make serial number or an special uniqe number for my project by every exe that I build of it, is there any way to make it dynamically? especialy in msbuild command?

    C# visual-studio question

  • Build exe dynamically
    K kasraa00098000

    really? how can I compile a csproj file with csc? what about a group of cs file?

    C# help tutorial question learning

  • Build exe dynamically
    K kasraa00098000

    :( hi, I have a big problem in building deffrent mode of my application, imagine that we have a project contans of 3 part, for example a,b,c.In part a some codes of b and c must not be compiled in compile time, for this i used #define preproc and now, i need to compile full project by defining a, b or c there is a command which is csc.exe /define:[a|b|c] but this command only compiles one file and make exe. Now is there any way to compile a project with defining ? of course not changing source codes!my project considers 1000 source files :doh:

    C# help tutorial question learning

  • resolve Url and catch Query String [Solved]
    K kasraa00098000

    Thanks a lot, i really need this.

    ASP.NET database com tutorial question

  • Row number in gridview using linq [Solved]
    K kasraa00098000

    thank you! is there any way to put numbers directly in grid or table column? foreach has a long delay!

    LINQ csharp css linq help

  • resolve Url and catch Query String [Solved]
    K kasraa00098000

    hi, Im going to resolve requested url, and catch related query string (request) from url for example when client try to redirect to www.mysite.com/myname, it change to www.mysite.com/?page=myname exactly no page exist named myname Response.Request["page"] return Query String i know , but the url must be formatted struct.

    modified on Saturday, February 13, 2010 6:32 PM

    ASP.NET database com tutorial question

  • designer appear empty after change source of page
    K kasraa00098000

    thanks , but on right click menu there is no item named convert to web application, this problem accours on user web controls,aspx pages runs normally

    ASP.NET

  • Row number in gridview using linq [Solved]
    K kasraa00098000

    OOOPs! in windows application case there is no template item and so, guys im looking for row numbering in win app using linq extention. ty

    LINQ csharp css linq help

  • designer appear empty after change source of page
    K kasraa00098000

    hi, When i change source of page then designer appears empty as a blank page that no control added to, so i can't change any source ... thnaks in advance

    ASP.NET

  • remote delegate handling
    K kasraa00098000

    thanks for ur answer, u right, look im going to do this as easy as possible, bcoz fee for this work is only 50$. :(

    C# database sql-server sysadmin announcement

  • remote delegate handling
    K kasraa00098000

    thanx for ur answer, in my case I have 1milion record in my cached table in my form, so if 1 record has changed,then by using sqldependency 1milion record must be retrived again! is it possible to understand which record has been changed?

    C# database sql-server sysadmin announcement

  • Row number in gridview using linq [Solved]
    K kasraa00098000

    thanks for ur answer. this is the current code for(int i=0;i < dg.RowCount;i++) { dg.Rows[i].Cells[0].Value= i.ToString(); }

    LINQ csharp css linq help

  • remote delegate handling
    K kasraa00098000

    hi, in my case, i have a lan using sql server as data server, now one client insert or update some important data that it's highly recommended to another clients understand this operation, is there any way to make a remote delegate on all clients or something like this ty

    C# database sql-server sysadmin announcement

  • Row number in gridview using linq [Solved]
    K kasraa00098000

    hi, im thinking about make row numbers in datagridview using linq extentions but i dont know how, currently i use {for statement} to make row numbers, when data in grid grow up to 10000 records then its really slow and its my problem , i just wanna make it quicker. ty

    LINQ csharp css linq help
  • Login

  • Don't have an account? Register

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