Click here to Skip to main content
16,005,682 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: ASP 1.1 Pin
Pete O'Hanlon25-Jul-07 10:14
mvePete O'Hanlon25-Jul-07 10:14 
QuestionFolder Structure for Album Pin
Tiger45625-Jul-07 2:47
Tiger45625-Jul-07 2:47 
AnswerRe: Folder Structure for Album Pin
doWhileSomething25-Jul-07 10:55
doWhileSomething25-Jul-07 10:55 
Questiongrid counting probs..., Pin
Member 387988125-Jul-07 2:37
Member 387988125-Jul-07 2:37 
AnswerRe: grid counting probs..., Pin
N a v a n e e t h25-Jul-07 3:24
N a v a n e e t h25-Jul-07 3:24 
AnswerRe: grid counting probs..., Pin
BasharatAli25-Jul-07 3:38
BasharatAli25-Jul-07 3:38 
QuestionGridView in C# Pin
Civic0625-Jul-07 2:04
Civic0625-Jul-07 2:04 
AnswerRe: GridView in C# Pin
N a v a n e e t h25-Jul-07 3:21
N a v a n e e t h25-Jul-07 3:21 
Civic06 wrote:
as I don't want to update the database one row at a time. (ie. don't want many calls to the database--also its not very user friendly).


What I suggest is, instead of using disconnected architecture you need to update in DB each row. If you are using disconnected architecture also, your page needs a postback to update values to datatable. To keep datatable when page changes you need to store it on some session variables. This is not a good practice since you have lot of data available on datatable. So better option will be updating DB and binding each time.

Or you can update page by page. This will be more user friendly I think. When page changes update all changes made on the current page to database and rebind the gridview.


Questionhelp me with this its a aspx.cs code Pin
Khan.Bangash25-Jul-07 2:03
Khan.Bangash25-Jul-07 2:03 
AnswerRe: help me with this its a aspx.cs code Pin
kubben25-Jul-07 2:36
kubben25-Jul-07 2:36 
GeneralRe: help me with this its a aspx.cs code Pin
Khan.Bangash25-Jul-07 2:46
Khan.Bangash25-Jul-07 2:46 
GeneralRe: help me with this its a aspx.cs code Pin
kubben25-Jul-07 3:08
kubben25-Jul-07 3:08 
Questiongenerate .html or .txt file Pin
Imran Khan Pathan25-Jul-07 1:34
Imran Khan Pathan25-Jul-07 1:34 
AnswerRe: generate .html or .txt file Pin
N a v a n e e t h25-Jul-07 3:13
N a v a n e e t h25-Jul-07 3:13 
QuestionConstrained Delegation Pin
originSH25-Jul-07 0:46
originSH25-Jul-07 0:46 
QuestionIntegrated outlook [modified] Pin
ashishnagar125-Jul-07 0:32
ashishnagar125-Jul-07 0:32 
AnswerRe: Integrated outlook Pin
originSH25-Jul-07 0:51
originSH25-Jul-07 0:51 
QuestionChanging the title of the masterpage via the content page Pin
JacquesDP25-Jul-07 0:23
JacquesDP25-Jul-07 0:23 
AnswerRe: Changing the title of the masterpage via the content page Pin
JacquesDP25-Jul-07 0:27
JacquesDP25-Jul-07 0:27 
QuestionHow to close current browser window in ASP.NET? Pin
chand1025-Jul-07 0:23
chand1025-Jul-07 0:23 
AnswerRe: How to close current browser window in ASP.NET? Pin
originSH25-Jul-07 0:52
originSH25-Jul-07 0:52 
AnswerRe: How to close current browser window in ASP.NET? Pin
SamRST25-Jul-07 1:17
SamRST25-Jul-07 1:17 
AnswerRe: How to close current browser window in ASP.NET? Pin
Imran Khan Pathan25-Jul-07 1:36
Imran Khan Pathan25-Jul-07 1:36 
QuestionProblem Linking Pin
matjame25-Jul-07 0:17
matjame25-Jul-07 0:17 
AnswerRe: Problem Linking Pin
N a v a n e e t h25-Jul-07 1:25
N a v a n e e t h25-Jul-07 1:25 

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.