Monday, 18 January 2016

Nettier datasource CRUD transaction issue

 

Please set up the transaction module in web.config as below

 

<httpModules>

      <add name="ScriptModule" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />

      <add name="ProjectName.Web.Data.EntityTransactionModule" type="ProjectName.Web.Data.EntityTransactionModule, RD.Web" />

    </httpModules>

 

Friday, 8 January 2016

How to use foreach in Linq

 

tvGeographyCountry.Nodes.ForEach(delegate (TreeViewNode node) {

            node.Checked = false;

     

  });




Avast logo

This email has been checked for viruses by Avast antivirus software.
www.avast.com


How to get DataBinder in repeater inside a repeater devexpress

 

 

DataBinder.Eval(Container.Parent.Parent, "DataItem.DataType").ToString()




Avast logo

This email has been checked for viruses by Avast antivirus software.
www.avast.com