Click here to Skip to main content
15,903,030 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionMultiPart/Form-Data Pin
hammerstein0523-Dec-08 6:34
hammerstein0523-Dec-08 6:34 
QuestionHow to share NETCOBOL dll in .NET Framework2.0/3.5 in windows server 2003. Pin
kkb_200123-Dec-08 3:55
kkb_200123-Dec-08 3:55 
AnswerRe: How to share NETCOBOL dll in .NET Framework2.0/3.5 in windows server 2003. Pin
Christian Graus23-Dec-08 7:57
protectorChristian Graus23-Dec-08 7:57 
GeneralRe: How to share NETCOBOL dll in .NET Framework2.0/3.5 in windows server 2003. Pin
kkb_200123-Dec-08 21:30
kkb_200123-Dec-08 21:30 
QuestionDataGrid paging + SqlDataSource Pin
Blumen23-Dec-08 3:49
Blumen23-Dec-08 3:49 
AnswerRe: DataGrid paging + SqlDataSource Pin
ToddHileHoffer23-Dec-08 4:46
ToddHileHoffer23-Dec-08 4:46 
GeneralRe: DataGrid paging + SqlDataSource Pin
Blumen24-Dec-08 3:08
Blumen24-Dec-08 3:08 
GeneralRe: DataGrid paging + SqlDataSource Pin
ToddHileHoffer24-Dec-08 4:07
ToddHileHoffer24-Dec-08 4:07 
You could do it that way, but it depends how many records you are searching. Where is the data being stored between postbacks? The sqldatasource isn't going to open a connection to the database on every postback only to filter the data after it has been returned will it?


The other issue with using viewstate to store your search criteria is that is if the user leaves that page, they have to start all over.

I would use a stored proc with parameters and store the criteria in session state.


I didn't get any requirements for the signature


Questionmasterpage code Pin
gopinagam23-Dec-08 3:15
gopinagam23-Dec-08 3:15 
AnswerRe: masterpage code Pin
Abhijit Jana23-Dec-08 3:25
professionalAbhijit Jana23-Dec-08 3:25 
Questionhow to set Title Page Dynamically in Master Page? Pin
mr_muskurahat23-Dec-08 2:02
mr_muskurahat23-Dec-08 2:02 
AnswerRe: how to set Title Page Dynamically in Master Page? Pin
Abhijit Jana23-Dec-08 2:11
professionalAbhijit Jana23-Dec-08 2:11 
AnswerRe: how to set Title Page Dynamically in Master Page? Pin
Brij23-Dec-08 2:16
mentorBrij23-Dec-08 2:16 
GeneralRe: how to set Title Page Dynamically in Master Page? Pin
mr_muskurahat23-Dec-08 2:33
mr_muskurahat23-Dec-08 2:33 
GeneralRe: how to set Title Page Dynamically in Master Page? Pin
Brij23-Dec-08 2:37
mentorBrij23-Dec-08 2:37 
GeneralRe: how to set Title Page Dynamically in Master Page? Pin
mr_muskurahat23-Dec-08 2:43
mr_muskurahat23-Dec-08 2:43 
GeneralRe: how to set Title Page Dynamically in Master Page? Pin
Brij23-Dec-08 2:47
mentorBrij23-Dec-08 2:47 
QuestionHow to Prepare help File Pin
ais0723-Dec-08 0:58
ais0723-Dec-08 0:58 
AnswerRe: How to Prepare help File Pin
Brij23-Dec-08 1:14
mentorBrij23-Dec-08 1:14 
AnswerRe: How to Prepare help File Pin
Abhijit Jana23-Dec-08 1:23
professionalAbhijit Jana23-Dec-08 1:23 
Questionsmall question but not getting Pin
Satish - Developer23-Dec-08 0:09
Satish - Developer23-Dec-08 0:09 
Answer[Message Deleted] Pin
surender.m23-Dec-08 0:21
surender.m23-Dec-08 0:21 
GeneralRe: small question but not getting Pin
surender.m23-Dec-08 0:22
surender.m23-Dec-08 0:22 
GeneralRe: small question but not getting Pin
Satish - Developer23-Dec-08 0:23
Satish - Developer23-Dec-08 0:23 
AnswerRe: small question but not getting [modified] Pin
Brij23-Dec-08 0:24
mentorBrij23-Dec-08 0: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.