Gridview...

tracks62 Messages postés 21 Date d'inscription mercredi 23 avril 2003 Statut Membre Dernière intervention 29 octobre 2007 - 11 juin 2007 à 00:40
cs_obel Messages postés 34 Date d'inscription lundi 4 août 2003 Statut Membre Dernière intervention 17 juin 2008 - 11 juin 2007 à 16:27
Bonjour,

J'aimeria savoir si c'etait possible et comment faire pour passer tout un gridview en mode edition et pas seulement une ligne ?

merci.

6 réponses

jesusonline Messages postés 6814 Date d'inscription dimanche 15 décembre 2002 Statut Membre Dernière intervention 13 octobre 2010 29
11 juin 2007 à 03:49
bonsoir,

ce n'est pas possible.

<hr />Cyril - MSP - MCTS ASP.net & SQL
0
tracks62 Messages postés 21 Date d'inscription mercredi 23 avril 2003 Statut Membre Dernière intervention 29 octobre 2007
11 juin 2007 à 11:39
bonjour,

merci pour la reponse, mais dans ce cas la, comment pourrais-je faire pour mettre des checkbox sur plusieurs lignes sans avoir a passer en edition sur chaque ligne (les checkbox ne sont pas modifiable lorsqu'il n'est pas en mode edition).

A+
0
cs_obel Messages postés 34 Date d'inscription lundi 4 août 2003 Statut Membre Dernière intervention 17 juin 2008
11 juin 2007 à 15:37
 
ID
,
Type
<select id="DataGridEdit_ctl02_BookType" style="FONT-SIZE: 8pt" name="DataGridEdit$ctl02$BookType"><option value="Database" selected="">Database</option><option value="Graphics">Graphics</option><option value="Hardware">Hardware</option><option value="Software">Software</option><option value="Systems">Systems</option><option value="Web">Web</option></select>,
Title
,
Author
,
Description
<textarea id="DataGridEdit_ctl02_BookDescription" style="FONT-SIZE: 8pt; FONT-FAMILY: arial" name="DataGridEdit$ctl02$BookDescription"></textarea>,
Price
,
Qty
,
Sale
,
,
,

----

,
<select id="DataGridEdit_ctl03_BookType" style="FONT-SIZE: 8pt" name="DataGridEdit$ctl03$BookType">
<option value="Database" selected="">Database</option>
<option value="Graphics">Graphics</option>
<option value="Hardware">Hardware</option>
<option value="Software">Software</option>
<option value="Systems">Systems</option>
<option value="Web">Web</option>
</select>,
,
,
<textarea id="DataGridEdit_ctl03_BookDescription" style="FONT-SIZE: 8pt; FONT-FAMILY: arial" name="DataGridEdit$ctl03$BookDescription">Get thorough coverage of Oracle Database 10g from the most comprehensive reference available, published by Oracle Press. With in-depth details on all the new features, this powerhouse resource provides an overview of database architecture and Oracle Grid Computing technology, and covers SQL, SQL*Plus, PL/SQL, dynamic PL/SQL, object-oriented features, and Java programming in the Oracle environment. You'll also find valuable database administration and application development techniques, plus an alphabetical reference covering major Oracle commands, keywords, features, and functions, with cross-referencing of topics.</textarea>,
,
,
,
,
,

----

,
<select id="DataGridEdit_ctl04_BookType" style="FONT-SIZE: 8pt" name="DataGridEdit$ctl04$BookType">
<option value="Database" selected="">Database</option>
<option value="Graphics">Graphics</option>
<option value="Hardware">Hardware</option>
<option value="Software">Software</option>
<option value="Systems">Systems</option>
<option value="Web">Web</option>
</select>,
,
,
<textarea id="DataGridEdit_ctl04_BookDescription" style="FONT-SIZE: 8pt; FONT-FAMILY: arial" name="DataGridEdit$ctl04$BookDescription">In Database in Depth, author and well-known database authority Chris Date lays out the fundamentals of the relational model. Don't let a lack to formal education in database theory hold you back. Instead, let Chris's clear explanation of relational concepts, set theory, the difference between model and implementation, relational algebra, normalization, and much more set you apart and well above the competition when it comes to getting work done with a relational database.</textarea>,
,
,
,
,
,

----

,
<select id="DataGridEdit_ctl05_BookType" style="FONT-SIZE: 8pt" name="DataGridEdit$ctl05$BookType">
<option value="Database" selected="">Database</option>
<option value="Graphics">Graphics</option>
<option value="Hardware">Hardware</option>
<option value="Software">Software</option>
<option value="Systems">Systems</option>
<option value="Web">Web</option>
</select>,
,
,
<textarea id="DataGridEdit_ctl05_BookDescription" style="FONT-SIZE: 8pt; FONT-FAMILY: arial" name="DataGridEdit$ctl05$BookDescription">Revised to reflect the needs of today's users, this 10th edition of Database Processing assures that you will learn marketable skills. By presenting SQL SELECT statements near the beginning of the book readers will know early on how to query data and obtain results-seeing firsthand some of the ways that database technology is useful in the marketplace. By utilizing free software downloads, you will be able to actively use a DBMS product by the end of the 2nd chapter. Each topic appears in the context of accomplishing practical tasks. Its spiral approach to database design provides users with enhanced information not available in other database books on the market.</textarea>,
,
,
,
,
,

----

,
<select id="DataGridEdit_ctl06_BookType" style="FONT-SIZE: 8pt" name="DataGridEdit$ctl06$BookType">
<option value="Database" selected="">Database</option>
<option value="Graphics">Graphics</option>
<option value="Hardware">Hardware</option>
<option value="Software">Software</option>
<option value="Systems">Systems</option>
<option value="Web">Web</option>
</select>,
,
,
<textarea id="DataGridEdit_ctl06_BookDescription" style="FONT-SIZE: 8pt; FONT-FAMILY: arial" name="DataGridEdit$ctl06$BookDescription">When using software products with graphical interfaces, we frequently focus so much on the details of how to use the interface that we forget about the general concepts that allow us to understand and use the software effectively. This is particularly true of a powerful database product like Microsoft Access. Novice, and sometimes even experienced, programmers are so concerned with how something is done in Access that they often lose sight of the general principles that underlie their database applications. Access Database Design and Programming takes you behind the details of the Access interface, focusing on the general knowledge necessary for Access power users or developers to create effective database applications.</textarea>,
,
,
,
,
,

----

,
<select id="DataGridEdit_ctl07_BookType" style="FONT-SIZE: 8pt" name="DataGridEdit$ctl07$BookType">
<option value="Database" selected="">Database</option>
<option value="Graphics">Graphics</option>
<option value="Hardware">Hardware</option>
<option value="Software">Software</option>
<option value="Systems">Systems</option>
<option value="Web">Web</option>
</select>,
,
,
<textarea id="DataGridEdit_ctl07_BookDescription" style="FONT-SIZE: 8pt; FONT-FAMILY: arial" name="DataGridEdit$ctl07$BookDescription">Get a developer-focused introduction to the new programmability features in the next version of Microsoft SQL Server-including integration with the Microsoft .NET Framework-and learn powerful new ways to manipulate your servers. Whether you're a developer currently working with T-SQL or Microsoft Visual Studio.NET, or you're responsible for database administration, you'll see how to draw from your existing skills and knowledge to exploit new SQL Server technology. With introductory-level code samples written in both T-SQL and C#, you'll understand how to take advantage of the cross-platform interoperability, native support for XML and Web services, shared language base, and other programming innovations to build better solutions from business intelligence to enterprise data management.</textarea>,
,
,
,
,





c'est ça que tu veux faire  ????

O'live
0
cs_obel Messages postés 34 Date d'inscription lundi 4 août 2003 Statut Membre Dernière intervention 17 juin 2008
11 juin 2007 à 15:38
oups !!! c un peux pourri a l'ecran
0

Vous n’avez pas trouvé la réponse que vous recherchez ?

Posez votre question
tracks62 Messages postés 21 Date d'inscription mercredi 23 avril 2003 Statut Membre Dernière intervention 29 octobre 2007
11 juin 2007 à 16:02
effectivement c'est un peut pourri, mais c'est tout a fait ce que je voudrais...

Tu peux mettre le code sur le forum ? merci
0
cs_obel Messages postés 34 Date d'inscription lundi 4 août 2003 Statut Membre Dernière intervention 17 juin 2008
11 juin 2007 à 16:27
0
Rejoignez-nous