Click here to Skip to main content
15,902,299 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Limited Update in Table Pin
saanj14-Jun-09 20:56
saanj14-Jun-09 20:56 
GeneralRe: Limited Update in Table Pin
Girish48114-Jun-09 21:16
Girish48114-Jun-09 21:16 
GeneralRe: Limited Update in Table Pin
saanj14-Jun-09 23:28
saanj14-Jun-09 23:28 
GeneralRe: Limited Update in Table Pin
Girish48114-Jun-09 23:56
Girish48114-Jun-09 23:56 
GeneralRe: Limited Update in Table Pin
Girish48114-Jun-09 23:59
Girish48114-Jun-09 23:59 
GeneralRe: Limited Update in Table Pin
saanj15-Jun-09 2:24
saanj15-Jun-09 2:24 
GeneralRe: Limited Update in Table Pin
Girish48115-Jun-09 2:45
Girish48115-Jun-09 2:45 
GeneralRe: Limited Update in Table Pin
saanj15-Jun-09 2:53
saanj15-Jun-09 2:53 
I am not telling you to use DataAdapter.Update. Run a for loop and check if the textbox's value differs from the datatable's (dataset.tables[0]) value or not. if it differs then create a sqlconnection object and associate it to a sqlcommand object. Then fire a sql update query by using sqlcommand.executenonquery method. by this way, you will fire sql update for only those rows whose values are changed in the textboxes.

There is no foolish question, there is no final answer...

QuestionChk the below code ...(multilingual setting in all pgs in a website) Pin
anbusenthil14-Jun-09 19:30
anbusenthil14-Jun-09 19:30 
AnswerRe: Chk the below code ...(multilingual setting in all pgs in a website) Pin
saanj14-Jun-09 20:05
saanj14-Jun-09 20:05 
AnswerRe: Chk the below code ...(multilingual setting in all pgs in a website) Pin
Abhijit Jana14-Jun-09 21:26
professionalAbhijit Jana14-Jun-09 21:26 
QuestionGoogle custom local search Pin
rahul.net1114-Jun-09 19:28
rahul.net1114-Jun-09 19:28 
AnswerRe: Google custom local search Pin
saanj14-Jun-09 20:04
saanj14-Jun-09 20:04 
GeneralRe: Google custom local search Pin
rahul.net1114-Jun-09 20:29
rahul.net1114-Jun-09 20:29 
Questionpls chk tis code Pin
anbusenthil14-Jun-09 19:27
anbusenthil14-Jun-09 19:27 
Questionviewstate Pin
wasifmuneer14-Jun-09 19:18
wasifmuneer14-Jun-09 19:18 
AnswerRe: viewstate Pin
saanj14-Jun-09 20:00
saanj14-Jun-09 20:00 
QuestionSet the website resolution Pin
Pratheepa14-Jun-09 17:53
Pratheepa14-Jun-09 17:53 
AnswerRe: Set the website resolution Pin
Christian Graus14-Jun-09 18:20
protectorChristian Graus14-Jun-09 18:20 
QuestionLoading a project dynamically Pin
Tina P14-Jun-09 14:21
Tina P14-Jun-09 14:21 
AnswerRe: Loading a project dynamically Pin
Christian Graus14-Jun-09 14:59
protectorChristian Graus14-Jun-09 14:59 
GeneralRe: Loading a project dynamically Pin
Tina P14-Jun-09 18:23
Tina P14-Jun-09 18:23 
QuestionGridview boundfield onchange attribute [modified] Pin
Peterson Luiz14-Jun-09 12:23
Peterson Luiz14-Jun-09 12:23 
AnswerRe: Gridview boundfield onchange attribute Pin
Peterson Luiz17-Jun-09 15:21
Peterson Luiz17-Jun-09 15:21 
QuestionReadonly property for textbox in asp.net gird [modified] Pin
karthi1614-Jun-09 3:24
karthi1614-Jun-09 3:24 

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.