Click here to Skip to main content
15,897,704 members
Home / Discussions / C#
   

C#

 
AnswerRe: Where to buy apps and programs from programmers? Pin
Not Active23-Dec-08 12:38
mentorNot Active23-Dec-08 12:38 
AnswerRe: Where to buy apps and programs from programmers? Pin
Christian Graus23-Dec-08 13:22
protectorChristian Graus23-Dec-08 13:22 
AnswerRe: Where to buy apps and programs from programmers? Pin
Matthew Klein23-Dec-08 13:34
Matthew Klein23-Dec-08 13:34 
GeneralRe: Where to buy apps and programs from programmers? Pin
Christian Graus23-Dec-08 13:38
protectorChristian Graus23-Dec-08 13:38 
QuestionHelp with a pathfinding problem Pin
xnastyx23-Dec-08 10:26
xnastyx23-Dec-08 10:26 
AnswerRe: Help with a pathfinding problem Pin
Not Active23-Dec-08 12:34
mentorNot Active23-Dec-08 12:34 
JokeRe: Help with a pathfinding problem Pin
Luc Pattyn23-Dec-08 14:01
sitebuilderLuc Pattyn23-Dec-08 14:01 
QuestionHow to add data from textboxes to the Gridview in C# Pin
Yasir Imran Uppal23-Dec-08 8:40
Yasir Imran Uppal23-Dec-08 8:40 
Hi All,

I have 5 textboxs, 1 button and 1 Gridview control.

I just want that when I click the button, text of each textbox will be added in the Gridview in separate column. Each time I will click the button, a new row must be inserted in the Gridview below the last row.

Please tell me some simplest way to do so. I have tried it by binding Gridview to List<> datasource but the problem is that when ever I clicked the button, new instance of List<> is created ( e.g List<T> mylist = new List<T>(); ) and the any existing data in the List<> is lost. I used my own entity in the List<>.

Please help me with this or any other simple idea in C#.
AnswerRe: How to add data from textboxes to the Gridview in C# Pin
Christian Graus23-Dec-08 8:52
protectorChristian Graus23-Dec-08 8:52 
AnswerRe: How to add data from textboxes to the Gridview in C# Pin
faizicrazy23-Dec-08 23:28
faizicrazy23-Dec-08 23:28 
QuestionUpdating Dataset Pin
ArielR23-Dec-08 6:57
ArielR23-Dec-08 6:57 
AnswerRe: Updating Dataset Pin
Dave Kreskowiak23-Dec-08 8:04
mveDave Kreskowiak23-Dec-08 8:04 
GeneralRe: Updating Dataset Pin
ArielR23-Dec-08 8:20
ArielR23-Dec-08 8:20 
AnswerRe: Updating Dataset Pin
Christian Graus23-Dec-08 8:06
protectorChristian Graus23-Dec-08 8:06 
GeneralRe: Updating Dataset Pin
ArielR23-Dec-08 8:30
ArielR23-Dec-08 8:30 
QuestionSerializition!! I want serialize a class Pin
Masterhame23-Dec-08 6:04
Masterhame23-Dec-08 6:04 
AnswerRe: Serializition!! I want serialize a class Pin
EliottA23-Dec-08 6:07
EliottA23-Dec-08 6:07 
AnswerRe: Serializition!! I want serialize a class Pin
Giorgi Dalakishvili23-Dec-08 6:17
mentorGiorgi Dalakishvili23-Dec-08 6:17 
GeneralRe: Serializition!! I want serialize a class Pin
Masterhame23-Dec-08 6:45
Masterhame23-Dec-08 6:45 
GeneralRe: Serializition!! I want serialize a class Pin
Giorgi Dalakishvili23-Dec-08 6:49
mentorGiorgi Dalakishvili23-Dec-08 6:49 
GeneralRe: Serializition!! I want serialize a class Pin
User 665823-Dec-08 8:22
User 665823-Dec-08 8:22 
GeneralRe: Serializition!! I want serialize a class Pin
Colin Angus Mackay23-Dec-08 8:26
Colin Angus Mackay23-Dec-08 8:26 
Question"about:blank" and relative links Pin
Matthew Klein23-Dec-08 5:57
Matthew Klein23-Dec-08 5:57 
QuestionCan we create 16 bit application in .Net Pin
Naveed72723-Dec-08 5:54
Naveed72723-Dec-08 5:54 
AnswerRe: Can we create 16 bit application in .Net Pin
dan!sh 23-Dec-08 6:07
professional dan!sh 23-Dec-08 6:07 

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.