Click here to Skip to main content
15,885,546 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionHow to pass & retrieve gridview as session variable. Pin
ashutosh_karna1-Jun-09 8:18
ashutosh_karna1-Jun-09 8:18 
AnswerRe: How to pass & retrieve gridview as session variable. Pin
Ibrahim Bello1-Jun-09 9:11
Ibrahim Bello1-Jun-09 9:11 
GeneralRe: How to pass & retrieve gridview as session variable. Pin
Not Active1-Jun-09 9:32
mentorNot Active1-Jun-09 9:32 
AnswerRe: How to pass & retrieve gridview as session variable. Pin
Not Active1-Jun-09 9:25
mentorNot Active1-Jun-09 9:25 
GeneralRe: How to pass & retrieve gridview as session variable. Pin
Ibrahim Bello1-Jun-09 9:29
Ibrahim Bello1-Jun-09 9:29 
GeneralRe: How to pass & retrieve gridview as session variable. Pin
Not Active1-Jun-09 9:36
mentorNot Active1-Jun-09 9:36 
GeneralRe: How to pass & retrieve gridview as session variable. Pin
Ibrahim Bello1-Jun-09 21:36
Ibrahim Bello1-Jun-09 21:36 
QuestionGridView Editing with VB.NET Pin
MacIntyre1-Jun-09 6:47
MacIntyre1-Jun-09 6:47 
(VS 2005)
I need to display a set of parts to be loaded on a truck for shipping.
After the parts are loaded on to the truck the actual number of parts is entered back into the system in a simple data entry fashion.
All of the columns should be ReadOnly=True except the Quantity Loaded field: QtyLoaded.
I want the field to be editable when the page is presented. No "Edit" links should be required since all rows in this column should be entered.

I created this asp code, with ReadOnly=False on the QtyLoaded field and it still will not let me edit this field. Is there something I am missing here?
-----------------------
<asp:gridview id="GridView1" autogeneratecolumns="False" runat="server">
<asp:boundfield datafield="QtyRequired" headertext="QtyRequired" readonly="True">
<asp:boundfield datafield="QtyUsed" headertext="Qty Used" &gt;&lt;="" asp:boundfield="">
<asp:boundfield datafield="QtyRemaining" headertext="Qty Remaining" &gt;&lt;="" asp:boundfield="">
<asp:boundfield datafield="QtyLoaded" headertext="Qty Loaded" readonly="False">
<asp:boundfield datafield="PartNumberDesc" headertext="Description">
<asp:BoundField DataField="PartNumber" HeaderText="Part Number">
-----------
Thanks

Chuck
AnswerRe: GridView Editing with VB.NET Pin
ToddHileHoffer1-Jun-09 10:28
ToddHileHoffer1-Jun-09 10:28 
GeneralRe: GridView Editing with VB.NET Pin
MacIntyre1-Jun-09 11:03
MacIntyre1-Jun-09 11:03 
GeneralRe: GridView Editing with VB.NET Pin
ToddHileHoffer1-Jun-09 12:21
ToddHileHoffer1-Jun-09 12:21 
GeneralRe: GridView Editing with VB.NET Pin
MacIntyre1-Jun-09 12:57
MacIntyre1-Jun-09 12:57 
QuestionHow to create forum in asp.net Pin
Saiyed Alam1-Jun-09 6:11
Saiyed Alam1-Jun-09 6:11 
AnswerRe: How to create forum in asp.net Pin
Christian Graus1-Jun-09 11:32
protectorChristian Graus1-Jun-09 11:32 
Questionsql query Pin
jainiraj1-Jun-09 6:06
jainiraj1-Jun-09 6:06 
AnswerRe: sql query Pin
Not Active1-Jun-09 7:31
mentorNot Active1-Jun-09 7:31 
QuestionPassing an ID to an external .js file Pin
dwolver1-Jun-09 4:44
dwolver1-Jun-09 4:44 
AnswerRe: Passing an ID to an external .js file Pin
RajeevKumarSharma1-Jun-09 23:19
RajeevKumarSharma1-Jun-09 23:19 
QuestionGridview in ASP.Net with C# [modified] Pin
mahichandu1-Jun-09 4:18
mahichandu1-Jun-09 4:18 
AnswerRe: Gridview in ASP.Net with C# Pin
Ibrahim Bello1-Jun-09 9:24
Ibrahim Bello1-Jun-09 9:24 
QuestionRe: Gridview in ASP.Net with C# Pin
mahichandu1-Jun-09 9:40
mahichandu1-Jun-09 9:40 
AnswerRe: Gridview in ASP.Net with C# Pin
Ibrahim Bello1-Jun-09 22:04
Ibrahim Bello1-Jun-09 22:04 
QuestionRe: Gridview in ASP.Net with C# Pin
mahichandu2-Jun-09 6:36
mahichandu2-Jun-09 6:36 
AnswerRe: Gridview in ASP.Net with C# Pin
Ibrahim Bello2-Jun-09 7:03
Ibrahim Bello2-Jun-09 7:03 
QuestionRe: Gridview in ASP.Net with C# Pin
mahichandu2-Jun-09 7:19
mahichandu2-Jun-09 7:19 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.