Click here to Skip to main content
15,911,646 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Access parent page controls from Iframe [modified] Pin
Nick.cheng.liu13-Aug-07 6:39
Nick.cheng.liu13-Aug-07 6:39 
GeneralRe: Access parent page controls from Iframe Pin
rana7813-Aug-07 6:46
rana7813-Aug-07 6:46 
QuestionDelete Empty row from Gridview Pin
kjosh13-Aug-07 4:26
kjosh13-Aug-07 4:26 
AnswerRe: Delete Empty row from Gridview Pin
Michael Sync13-Aug-07 6:44
Michael Sync13-Aug-07 6:44 
QuestionRetaining viewstate of dynamic controls Pin
Krugger40413-Aug-07 4:07
Krugger40413-Aug-07 4:07 
AnswerRe: Retaining viewstate of dynamic controls Pin
John-ph13-Aug-07 6:30
John-ph13-Aug-07 6:30 
QuestionUpdating gridview after changes to database Pin
JacquesDP13-Aug-07 3:44
JacquesDP13-Aug-07 3:44 
AnswerRe: Updating gridview after changes to database Pin
kubben13-Aug-07 4:00
kubben13-Aug-07 4:00 
Usually, if you do a post back the select method should get called again. You may have a caching issue. In my use of gridviews, I often cache the select results, so I don't have to call sql every time the user does a next or previous page click. The down side is you have to expire the cache when things get updated so the gridview will show the updated data. If you have not setup caching then there is some other problem.

Hope that helps.
Ben
AnswerRe: Updating gridview after changes to database Pin
Blue_Boy13-Aug-07 21:08
Blue_Boy13-Aug-07 21:08 
GeneralRe: Updating gridview after changes to database Pin
JacquesDP13-Aug-07 21:27
JacquesDP13-Aug-07 21:27 
GeneralRe: Updating gridview after changes to database Pin
Blue_Boy13-Aug-07 21:30
Blue_Boy13-Aug-07 21:30 
Questionhow to set default orientation(Landscape) for Internet Explorer Browser. Pin
Amit Agarrwal13-Aug-07 3:34
Amit Agarrwal13-Aug-07 3:34 
QuestionASP.Net 2.0 TreeViewControl Pin
ranandbe13-Aug-07 3:14
ranandbe13-Aug-07 3:14 
QuestionHow to Enable and disable controls in .aspx page using javascript Pin
Balagurunathan S13-Aug-07 2:48
Balagurunathan S13-Aug-07 2:48 
AnswerRe: How to Enable and disable controls in .aspx page using javascript Pin
sathish s13-Aug-07 3:25
sathish s13-Aug-07 3:25 
QuestionFLVPlayer Compatible with c#.net Pin
harryforum13-Aug-07 2:25
harryforum13-Aug-07 2:25 
QuestionDropdown SelectedIndex Pin
| Muhammad Waqas Butt |13-Aug-07 0:49
professional| Muhammad Waqas Butt |13-Aug-07 0:49 
AnswerRe: Dropdown SelectedIndex Pin
N a v a n e e t h13-Aug-07 0:55
N a v a n e e t h13-Aug-07 0:55 
GeneralRe: Dropdown SelectedIndex Pin
| Muhammad Waqas Butt |13-Aug-07 2:57
professional| Muhammad Waqas Butt |13-Aug-07 2:57 
GeneralRe: Dropdown SelectedIndex Pin
N a v a n e e t h13-Aug-07 3:49
N a v a n e e t h13-Aug-07 3:49 
GeneralRe: Dropdown SelectedIndex Pin
Nick.cheng.liu13-Aug-07 7:05
Nick.cheng.liu13-Aug-07 7:05 
QuestionExport Html table into Xls format Pin
Mustakim Mansuri13-Aug-07 0:44
Mustakim Mansuri13-Aug-07 0:44 
Questionsession state problem Pin
Kissy1613-Aug-07 0:44
Kissy1613-Aug-07 0:44 
AnswerRe: session state problem Pin
kubben13-Aug-07 3:03
kubben13-Aug-07 3:03 
GeneralRe: session state problem Pin
naveen attri12-Jul-09 23:21
naveen attri12-Jul-09 23:21 

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.