Click here to Skip to main content
15,918,742 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Page Refresh Question Pin
ToddHileHoffer23-Dec-08 7:25
ToddHileHoffer23-Dec-08 7:25 
GeneralRe: Page Refresh Question Pin
Tom Delany23-Dec-08 7:35
Tom Delany23-Dec-08 7:35 
GeneralRe: Page Refresh Question Pin
ToddHileHoffer23-Dec-08 8:05
ToddHileHoffer23-Dec-08 8:05 
GeneralRe: Page Refresh Question Pin
Tom Delany23-Dec-08 10:33
Tom Delany23-Dec-08 10:33 
GeneralRe: Page Refresh Question Pin
ToddHileHoffer23-Dec-08 14:32
ToddHileHoffer23-Dec-08 14:32 
GeneralRe: Page Refresh Question Pin
Tom Delany29-Dec-08 10:04
Tom Delany29-Dec-08 10:04 
GeneralRe: Page Refresh Question Pin
Guffa30-Dec-08 10:01
Guffa30-Dec-08 10:01 
Questiondetailsview problem need help Pin
dream_liner_7e723-Dec-08 6:38
dream_liner_7e723-Dec-08 6:38 
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 

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.