Trouver un fichier de code source :
   

Version Française - English Version
Accueil > 

ASP

 > 

GRIDVIEW WITH TREEVIEW AND CALLBACK

 > 

WindowsControlLibrary1/Web.config


GRIDVIEW WITH TREEVIEW AND CALLBACK

WindowsControlLibrary1/Web.config


Informations sur ce code source

Cliquez pour voir la capture en taille normale
Code Source GRIDVIEW WITH TREEVIEW AND CALLBACK
Auteur fredzool
Fichier WindowsControlLibrary1/Web.config en ASP / ASP.NET
Publié le 01/05/2010
Mis à jour le 01/05/2010

Voici un gridview qui contient un tree view pour plier et deplier les lignes il faut que dans la source de donnee il y ai un colonne expandable, qui definit que cette ligne a des enfants il faut egalement un colonne level qui definit le niveau hi
 

Fichier : WindowsControlLibrary1/Web.config

Nombre de lignes : 93 lignes


Afficher ce fichier en plein écran
  • <?xml version="1.0"?>
  • <!--
  • Note: As an alternative to hand editing this file you can use the
  • web admin tool to configure settings for your application. Use
  • the Website->Asp.Net Configuration option in Visual Studio.
  • A full list of settings and comments can be found in
  • machine.config.comments usually located in
  • \Windows\Microsoft.Net\Framework\v2.x\Config
  • -->
  • <configuration>
  • <configSections>
  • <sectionGroup name="system.web.extensions" type="System.Web.Configuration.SystemWebExtensionsSectionGroup, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35">
  • <sectionGroup name="scripting" type="System.Web.Configuration.ScriptingSectionGroup, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35">
  • <section name="scriptResourceHandler" type="System.Web.Configuration.ScriptingScriptResourceHandlerSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="MachineToApplication"/>
  • <sectionGroup name="webServices" type="System.Web.Configuration.ScriptingWebServicesSectionGroup, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35">
  • <section name="jsonSerialization" type="System.Web.Configuration.ScriptingJsonSerializationSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="Everywhere"/>
  • <section name="profileService" type="System.Web.Configuration.ScriptingProfileServiceSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="MachineToApplication"/>
  • <section name="authenticationService" type="System.Web.Configuration.ScriptingAuthenticationServiceSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="MachineToApplication"/>
  • <section name="roleService" type="System.Web.Configuration.ScriptingRoleServiceSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="MachineToApplication"/></sectionGroup></sectionGroup></sectionGroup></configSections><appSettings/>
  • <connectionStrings/>
  • <system.web>
  • <!--
  • Set compilation debug="true" to insert debugging
  • symbols into the compiled page. Because this
  • affects performance, set this value to true only
  • during development.
  • -->
  • <compilation debug="true">
  • <assemblies>
  • <add assembly="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
  • <add assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
  • <add assembly="System.Xml.Linq, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
  • <add assembly="System.Data.DataSetExtensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/></assemblies></compilation>
  • <!--
  • The <authentication> section enables configuration
  • of the security authentication mode used by
  • ASP.NET to identify an incoming user.
  • -->
  • <authentication mode="Windows"/>
  • <!--
  • The <customErrors> section enables configuration
  • of what to do if/when an unhandled error occurs
  • during the execution of a request. Specifically,
  • it enables developers to configure html error pages
  • to be displayed in place of a error stack trace.
  • <customErrors mode="RemoteOnly" defaultRedirect="GenericErrorPage.htm">
  • <error statusCode="403" redirect="NoAccess.htm" />
  • <error statusCode="404" redirect="FileNotFound.htm" />
  • </customErrors>
  • -->
  • <pages>
  • <controls>
  • <add tagPrefix="asp" namespace="System.Web.UI" assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
  • <add tagPrefix="asp" namespace="System.Web.UI.WebControls" assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/></controls></pages>
  • <httpHandlers>
  • <remove verb="*" path="*.asmx"/>
  • <add verb="*" path="*.asmx" validate="false" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
  • <add verb="*" path="*_AppService.axd" validate="false" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
  • <add verb="GET,HEAD" path="ScriptResource.axd" validate="false" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/></httpHandlers>
  • <httpModules>
  • <add name="ScriptModule" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/></httpModules></system.web>
  • <system.codedom>
  • <compilers>
  • <compiler language="c#;cs;csharp" extension=".cs" type="Microsoft.CSharp.CSharpCodeProvider,System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" warningLevel="4">
  • <providerOption name="CompilerVersion" value="v3.5"/>
  • <providerOption name="WarnAsError" value="false"/></compiler>
  • <compiler language="vb;vbs;visualbasic;vbscript" extension=".vb" type="Microsoft.VisualBasic.VBCodeProvider, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" warningLevel="4">
  • <providerOption name="CompilerVersion" value="v3.5"/>
  • <providerOption name="OptionInfer" value="true"/>
  • <providerOption name="WarnAsError" value="false"/></compiler></compilers></system.codedom>
  • <system.webServer>
  • <validation validateIntegratedModeConfiguration="false"/>
  • <modules>
  • <remove name="ScriptModule"/>
  • <add name="ScriptModule" preCondition="managedHandler" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/></modules>
  • <handlers>
  • <remove name="WebServiceHandlerFactory-Integrated"/>
  • <remove name="ScriptHandlerFactory"/>
  • <remove name="ScriptHandlerFactoryAppServices"/>
  • <remove name="ScriptResource"/>
  • <add name="ScriptHandlerFactory" verb="*" path="*.asmx" preCondition="integratedMode" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
  • <add name="ScriptHandlerFactoryAppServices" verb="*" path="*_AppService.axd" preCondition="integratedMode" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
  • <add name="ScriptResource" verb="GET,HEAD" path="ScriptResource.axd" preCondition="integratedMode" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/></handlers></system.webServer>
  • <runtime>
  • <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
  • <dependentAssembly>
  • <assemblyIdentity name="System.Web.Extensions" publicKeyToken="31bf3856ad364e35"/>
  • <bindingRedirect oldVersion="1.0.0.0-1.1.0.0" newVersion="3.5.0.0"/></dependentAssembly>
  • <dependentAssembly>
  • <assemblyIdentity name="System.Web.Extensions.Design" publicKeyToken="31bf3856ad364e35"/>
  • <bindingRedirect oldVersion="1.0.0.0-1.1.0.0" newVersion="3.5.0.0"/></dependentAssembly></assemblyBinding></runtime></configuration>


Liste des fichiers du ZIP

FichierTaille
WindowsControlLibrary1/UpgradeLog.XML7,96 Ko
WindowsControlLibrary1/Web.config7,66 Ko
WindowsControlLibrary1/WebApplication2/Datas/CreationScript.sql3,74 Ko
WindowsControlLibrary1/WebApplication2/Datas/MyDatas.dbml1,36 Ko
WindowsControlLibrary1/WebApplication2/Datas/MyDatas.dbml.layout1,27 Ko
WindowsControlLibrary1/WebApplication2/Datas/MyDatas.designer.cs7,84 Ko
WindowsControlLibrary1/WebApplication2/Datas/myDatas.xml1,37 Ko
WindowsControlLibrary1/WebApplication2/Default.aspx3,25 Ko
WindowsControlLibrary1/WebApplication2/Default.aspx.cs2,72 Ko
WindowsControlLibrary1/WebApplication2/Default.aspx.designer.cs6,39 Ko
WindowsControlLibrary1/WebApplication2/GridTreeView.aspx2,05 Ko
WindowsControlLibrary1/WebApplication2/GridTreeView.aspx.cs3,65 Ko
WindowsControlLibrary1/WebApplication2/GridTreeView.aspx.designer.cs1,45 Ko
WindowsControlLibrary1/WebApplication2/Images/Blue.gif1,15 Ko
WindowsControlLibrary1/WebApplication2/Images/minus.gif856 o
WindowsControlLibrary1/WebApplication2/Images/plus.gif868 o
WindowsControlLibrary1/WebApplication2/Images/railroad.gif843 o
WindowsControlLibrary1/WebApplication2/Images/Thumbs.db6,5 Ko
WindowsControlLibrary1/WebApplication2/MyCallbackTests.aspx2,24 Ko
WindowsControlLibrary1/WebApplication2/MyCallbackTests.aspx.cs2,79 Ko
WindowsControlLibrary1/WebApplication2/MyCallbackTests.aspx.designer.cs2,42 Ko
WindowsControlLibrary1/WebApplication2/PourOdile.aspx1,21 Ko
WindowsControlLibrary1/WebApplication2/PourOdile.aspx.cs1,39 Ko
WindowsControlLibrary1/WebApplication2/PourOdile.aspx.designer.cs1,81 Ko
WindowsControlLibrary1/WebApplication2/Properties/AssemblyInfo.cs1,5 Ko
WindowsControlLibrary1/WebApplication2/Properties/Resources.Designer.cs2,79 Ko
WindowsControlLibrary1/WebApplication2/Properties/Resources.resx4,32 Ko
WindowsControlLibrary1/WebApplication2/Web.config7,54 Ko
WindowsControlLibrary1/WebApplication2/WebApplication2.csproj7,99 Ko
WindowsControlLibrary1/WebApplication2/WebApplication2.csproj.user1,26 Ko
WindowsControlLibrary1/WebApplication2/WebForm1.aspx1,65 Ko
WindowsControlLibrary1/WebApplication2/WebForm1.aspx.cs767 o
WindowsControlLibrary1/WebApplication2/WebForm1.aspx.designer.cs3,11 Ko
WindowsControlLibrary1/WebApplication2/WebForm2.aspx3,84 Ko
WindowsControlLibrary1/WebApplication2/WebForm2.aspx.cs3,22 Ko
WindowsControlLibrary1/WebApplication2/WebForm2.aspx.designer.cs3,4 Ko
WindowsControlLibrary1/WebControlLibrary1/cal/calendar.gif1,17 Ko
WindowsControlLibrary1/WebControlLibrary1/cal/close.gif106 o
WindowsControlLibrary1/WebControlLibrary1/cal/divider.gif49 o
WindowsControlLibrary1/WebControlLibrary1/cal/drop1.gif856 o
WindowsControlLibrary1/WebControlLibrary1/cal/drop2.gif877 o
WindowsControlLibrary1/WebControlLibrary1/cal/left1.gif850 o
WindowsControlLibrary1/WebControlLibrary1/cal/left2.gif864 o
WindowsControlLibrary1/WebControlLibrary1/cal/popcalendar.css3,18 Ko
WindowsControlLibrary1/WebControlLibrary1/cal/popcalendar.js23,13 Ko
WindowsControlLibrary1/WebControlLibrary1/cal/right1.gif851 o
WindowsControlLibrary1/WebControlLibrary1/cal/right2.gif862 o
WindowsControlLibrary1/WebControlLibrary1/cal/up2.gif112 o
WindowsControlLibrary1/WebControlLibrary1/cal/vssver.scc240 o
WindowsControlLibrary1/WebControlLibrary1/CallBackButton.cs3,63 Ko
WindowsControlLibrary1/WebControlLibrary1/CustomButton.cs2,2 Ko
WindowsControlLibrary1/WebControlLibrary1/CustomDatePicker.cs10,03 Ko
WindowsControlLibrary1/WebControlLibrary1/CustomImageButton.cs1,75 Ko
WindowsControlLibrary1/WebControlLibrary1/DatePickerTextBox.cs4,79 Ko
WindowsControlLibrary1/WebControlLibrary1/Images/minus.gif856 o
WindowsControlLibrary1/WebControlLibrary1/Images/plus.gif868 o
WindowsControlLibrary1/WebControlLibrary1/Javascripts/CallBackScripts.js255 o
WindowsControlLibrary1/WebControlLibrary1/Javascripts/IsNumeric.js1,31 Ko
WindowsControlLibrary1/WebControlLibrary1/Javascripts/Money.js1,41 Ko
WindowsControlLibrary1/WebControlLibrary1/Javascripts/TreeViewButton.js2,72 Ko
WindowsControlLibrary1/WebControlLibrary1/MoneyTextBox.cs5,11 Ko
WindowsControlLibrary1/WebControlLibrary1/MoneyTextBoxWithoutJs.cs4,22 Ko
WindowsControlLibrary1/WebControlLibrary1/NumericTextBox.cs4,62 Ko
WindowsControlLibrary1/WebControlLibrary1/Properties/AssemblyInfo.cs3,06 Ko
WindowsControlLibrary1/WebControlLibrary1/TreeViewButton.cs6,38 Ko
WindowsControlLibrary1/WebControlLibrary1/WebControlLibrary1.csproj5,32 Ko
WindowsControlLibrary1/WebControlLibrary1/WebControlLibrary1.csproj.user486 o
WindowsControlLibrary1/WindowsControlLibrary1.sln2,59 Ko
WindowsControlLibrary1/WindowsControlLibrary1.suo71,5 Ko

Pour télécharger le zip au complet, veuillez vous rendre sur cette page :
Télécharger GRIDVIEW WITH TREEVIEW AND CALLBACK


Sources du même auteur ayant un ZIP


Voir la suite...


Sources du même langage comportant un zip


Voir la suite...





Logiciels à télécharger...

  • Nego Facturation (1.85) [Gratuit / Freeware]
    Nego Facturation (1.85) [Gratuit / Freeware]
    Nego Facturation est un logiciel complet qui permet de gérer vos factures et devis très simplement. Ce programme est doté d'une ergonomie incomparable déstinée à satisfaire les utilisateurs les plu...
  • Devis-Factures PHMSD (2.2.0.1)
    Devis-Factures PHMSD (2.2.0.1)
    Configuration minimale Nécessite Windows™ 2000, XP, Windows 7, 8, Vista (Service Pack à jour) - Processeur 500 Mhz (700 Mhz conseillé) - 256 Mo de Ram - 100 Mo d'espace disque disponible po...
  • WDmemoCode (2.0.0.1)
    WDmemoCode (2.0.0.1)
    WDmemoCode a été conçu pour aider les développeurs Windev à créer/compléter et conserver une base de données des principaux codes et autres procédures locales ou globales utilisés fréquemment dans les...

Sondage...

 

Développement réalisé par Nicolas SOREL (Nix) et Emmanuel (EBArtSoft) avec l'aide de Cyril DURAND, Merci à Vincent pour ses précieux conseils
CodeS-SourceS.com© Toute reproduction même partielle est interdite sauf accord écrit du Webmaster
CodeS-SourceS.com© est une marque déposée tous droits réservés
Temps d'éxécution de la page : 0,27 sec