Click here to Skip to main content
15,887,683 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionSending free sms through ASP.Net Pin
Sharath Madhav18-Feb-14 23:34
Sharath Madhav18-Feb-14 23:34 
AnswerRe: Sending free sms through ASP.Net Pin
Tom Marvolo Riddle19-Feb-14 0:05
professionalTom Marvolo Riddle19-Feb-14 0:05 
QuestionREST service using classic ASP Pin
Subin Mavunkal18-Feb-14 22:00
Subin Mavunkal18-Feb-14 22:00 
SuggestionRe: REST service using classic ASP Pin
Richard Deeming19-Feb-14 2:31
mveRichard Deeming19-Feb-14 2:31 
GeneralRe: REST service using classic ASP Pin
Subin Mavunkal19-Feb-14 23:43
Subin Mavunkal19-Feb-14 23:43 
AnswerRe: REST service using classic ASP Pin
thatraja19-Feb-14 3:54
professionalthatraja19-Feb-14 3:54 
QuestionAssign code behind value to <EditItemTemplate> and <ItemTemplate> in Grid View Pin
indian14318-Feb-14 14:52
indian14318-Feb-14 14:52 
AnswerRe: Assign code behind value to <EditItemTemplate> and <ItemTemplate> in Grid View Pin
Tom Marvolo Riddle18-Feb-14 21:03
professionalTom Marvolo Riddle18-Feb-14 21:03 
hi,

C#
dsByHand.Tables[0].Columns.Add("RecipientAgency");
 dsByHand.Tables[0].Columns.Add("CarryOverYear");
 dsByHand.Tables[0].Columns.Add("DivertedYear");
 dsByHand.Tables[0].Columns.Add("Jul");
 dsByHand.Tables[0].Columns.Add("Aug");
 dsByHand.Tables[0].Columns.Add("Sep");
 dsByHand.Tables[0].Columns.Add("Oct");
 dsByHand.Tables[0].Columns.Add("Nov");
 dsByHand.Tables[0].Columns.Add("Dec");
 dsByHand.Tables[0].Columns.Add("Jan");
 dsByHand.Tables[0].Columns.Add("Feb");
 dsByHand.Tables[0].Columns.Add("Mar");
 dsByHand.Tables[0].Columns.Add("Apr");
 dsByHand.Tables[0].Columns.Add("May");
 dsByHand.Tables[0].Columns.Add("Jun");
 dsByHand.Tables[0].Columns.Add("TotalProductProduced");
 dsByHand.Tables[0].Columns.Add("TransfToState");
 dsByHand.Tables[0].Columns.Add("Adjustment");
 dsByHand.Tables[0].Columns.Add("EndingBalance");


here you are adding the column name only.It doesn't contains any values in it.you cannot edit without the value
refer this:
Editable Gridview with Textbox, CheckBox, Radio Button and DropDown List[^]

To learn all there is to know. I know I'll be disappointed one day, but I've made a good start, and the eventual disappointment is likely to be brief.
-Roger Wright


QuestionRegarding Paypal integration Pin
Rockstar_18-Feb-14 0:28
professionalRockstar_18-Feb-14 0:28 
AnswerRe: Regarding Paypal integration Pin
jkirkerx18-Feb-14 9:30
professionaljkirkerx18-Feb-14 9:30 
AnswerRe: Regarding Paypal integration Pin
ZurdoDev18-Feb-14 15:17
professionalZurdoDev18-Feb-14 15:17 
GeneralRe: Regarding Paypal integration Pin
Rockstar_18-Feb-14 19:59
professionalRockstar_18-Feb-14 19:59 
AnswerRe: Regarding Paypal integration Pin
ZurdoDev19-Feb-14 1:55
professionalZurdoDev19-Feb-14 1:55 
QuestionASP.net E-commerce system Pin
dsakellariou17-Feb-14 23:01
dsakellariou17-Feb-14 23:01 
AnswerRe: ASP.net E-commerce system Pin
thatraja17-Feb-14 23:50
professionalthatraja17-Feb-14 23:50 
GeneralRe: ASP.net E-commerce system Pin
dsakellariou18-Feb-14 0:10
dsakellariou18-Feb-14 0:10 
AnswerRe: ASP.net E-commerce system Pin
jkirkerx18-Feb-14 9:48
professionaljkirkerx18-Feb-14 9:48 
GeneralRe: ASP.net E-commerce system Pin
dsakellariou18-Feb-14 20:14
dsakellariou18-Feb-14 20:14 
GeneralRe: ASP.net E-commerce system Pin
jkirkerx19-Feb-14 10:59
professionaljkirkerx19-Feb-14 10:59 
AnswerRe: ASP.net E-commerce system Pin
dharmegh25-Feb-14 1:53
dharmegh25-Feb-14 1:53 
GeneralRe: ASP.net E-commerce system Pin
dsakellariou25-Feb-14 2:31
dsakellariou25-Feb-14 2:31 
AnswerRe: ASP.net E-commerce system Pin
Alexander Siniouguine21-Aug-15 20:16
Alexander Siniouguine21-Aug-15 20:16 
AnswerRe: ASP.net E-commerce system Pin
Alexander Siniouguine21-Aug-15 19:54
Alexander Siniouguine21-Aug-15 19:54 
Questionhow to huge data processing in entity framework using mvc? Pin
vivekanandan, Ganeshan17-Feb-14 20:08
vivekanandan, Ganeshan17-Feb-14 20:08 
AnswerRe: how to huge data processing in entity framework using mvc? Pin
Kornfeld Eliyahu Peter17-Feb-14 23:32
professionalKornfeld Eliyahu Peter17-Feb-14 23:32 

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.