Click here to Skip to main content
15,909,518 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: asp.net: input string not in the right format Pin
aransiola4-Jan-07 3:43
aransiola4-Jan-07 3:43 
GeneralRe: asp.net: input string not in the right format Pin
Venkatesh Mookkan4-Jan-07 15:24
Venkatesh Mookkan4-Jan-07 15:24 
AnswerRe: asp.net: input string not in the right format Pin
RichardGrimmer3-Jan-07 1:18
RichardGrimmer3-Jan-07 1:18 
AnswerRe: asp.net: input string not in the right format Pin
nagendra rao s.v.3-Jan-07 2:39
nagendra rao s.v.3-Jan-07 2:39 
GeneralRe: asp.net: input string not in the right format Pin
aransiola3-Jan-07 3:16
aransiola3-Jan-07 3:16 
QuestionMultiple Columns of Checkbox in GridView Pin
varshavmane2-Jan-07 23:33
varshavmane2-Jan-07 23:33 
AnswerRe: Multiple Columns of Checkbox in GridView [modified] Pin
rama charan3-Jan-07 0:09
rama charan3-Jan-07 0:09 
GeneralRe: Multiple Columns of Checkbox in GridView Pin
varshavmane3-Jan-07 0:22
varshavmane3-Jan-07 0:22 
thanks sir.but I want that there are number of rows and in each row there are 5 checkbox which may be checked or unchecked depending upon user.Once user finish this he will click Save button which is outside the GridView and all the rows must get save to Database.

for eg:
row 1: 1 checked checked checked checked unchecked
row 2: 2 unchecked checked unchecked checked unchecked

then when user clicks save button the values should go in the database as
1 1 1 1 1 0
2 0 1 0 1 0

where 1 and 2 are the ID of the table.

Please help me...Thanks...
AnswerRe: Multiple Columns of Checkbox in GridView Pin
Venkatesh Mookkan3-Jan-07 0:33
Venkatesh Mookkan3-Jan-07 0:33 
GeneralRe: Multiple Columns of Checkbox in GridView Pin
varshavmane3-Jan-07 0:58
varshavmane3-Jan-07 0:58 
GeneralRe: Multiple Columns of Checkbox in GridView Pin
Venkatesh Mookkan3-Jan-07 1:10
Venkatesh Mookkan3-Jan-07 1:10 
GeneralRe: Multiple Columns of Checkbox in GridView Pin
varshavmane3-Jan-07 1:14
varshavmane3-Jan-07 1:14 
GeneralRe: Multiple Columns of Checkbox in GridView Pin
Venkatesh Mookkan3-Jan-07 1:21
Venkatesh Mookkan3-Jan-07 1:21 
GeneralRe: Multiple Columns of Checkbox in GridView Pin
varshavmane3-Jan-07 1:31
varshavmane3-Jan-07 1:31 
Questiondate functions in asp.net Pin
david boon2-Jan-07 23:29
david boon2-Jan-07 23:29 
AnswerRe: date functions in asp.net Pin
Pete O'Hanlon2-Jan-07 23:43
mvePete O'Hanlon2-Jan-07 23:43 
QuestionDesign View issues Pin
The ANZAC2-Jan-07 23:09
The ANZAC2-Jan-07 23:09 
AnswerRe: Design View issues Pin
Howard Richards3-Jan-07 0:58
Howard Richards3-Jan-07 0:58 
AnswerRe: Design View issues Pin
Chetan Ranpariya3-Jan-07 2:33
Chetan Ranpariya3-Jan-07 2:33 
GeneralRe: Design View issues Pin
RichardGrimmer3-Jan-07 4:35
RichardGrimmer3-Jan-07 4:35 
QuestionFixed header for datagrid in arbic (rtl) windows Pin
Smiles742-Jan-07 23:03
Smiles742-Jan-07 23:03 
Questionnot able to get text from textbox in datagrid in edit mode Pin
rama charan2-Jan-07 22:35
rama charan2-Jan-07 22:35 
AnswerRe: not able to get text from textbox in datagrid in edit mode Pin
Sandip Kansara2-Jan-07 23:10
Sandip Kansara2-Jan-07 23:10 
Generaldata read from datagrid in edit mode from text box is empty always Pin
rama charan2-Jan-07 23:29
rama charan2-Jan-07 23:29 
GeneralRe: data read from datagrid in edit mode from text box is empty always Pin
Venkatesh Mookkan2-Jan-07 23:45
Venkatesh Mookkan2-Jan-07 23:45 

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.