Click here to Skip to main content
15,949,686 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: b4 upload images check images/flash dimension Pin
Matt Cavanagh14-Jun-09 21:17
Matt Cavanagh14-Jun-09 21:17 
GeneralRe: b4 upload images check images/flash dimension Pin
Abhijit Jana14-Jun-09 21:37
professionalAbhijit Jana14-Jun-09 21:37 
AnswerRe: b4 upload images check images/flash dimension Pin
Abhijit Jana14-Jun-09 21:23
professionalAbhijit Jana14-Jun-09 21:23 
GeneralRe: b4 upload images check images/flash dimension Pin
Matt Cavanagh15-Jun-09 10:56
Matt Cavanagh15-Jun-09 10:56 
QuestionLimited Update in Table Pin
Girish48114-Jun-09 20:07
Girish48114-Jun-09 20:07 
AnswerRe: Limited Update in Table Pin
saanj14-Jun-09 20:11
saanj14-Jun-09 20:11 
GeneralRe: Limited Update in Table Pin
Girish48114-Jun-09 20:15
Girish48114-Jun-09 20:15 
GeneralRe: Limited Update in Table Pin
saanj14-Jun-09 20:26
saanj14-Jun-09 20:26 
Ok that's fine. In the button click event, just check whether the text box's value equals to the datatable rows' value or not. if it is not then only update the column else don't. Just checkout the sample code:

if(dataSet.Tables[0].Rows[8][column_name] != textBox8.Text)
{
dataSet.Tables[0].Rows[8][column_name] = textBox8.Text
}


So the datatable will be updated only when the value differs from the earlier one and that means that the text box's value is changed.

Is it clear? Revert back for any clarification.

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

GeneralRe: Limited Update in Table Pin
Girish48114-Jun-09 20:42
Girish48114-Jun-09 20:42 
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 
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 

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.