Click here to Skip to main content
15,899,679 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: TabContainer cannot have children of type 'System.Web.UI.UpdatePanel'. Pin
Jamil Hallal6-Jun-10 21:55
professionalJamil Hallal6-Jun-10 21:55 
QuestionHow to be man in the middle for a http communication!! Pin
Nadia Monalisa6-Jun-10 19:57
Nadia Monalisa6-Jun-10 19:57 
AnswerRe: How to be man in the middle for a http communication!! Pin
Adam R Harris7-Jun-10 4:15
Adam R Harris7-Jun-10 4:15 
GeneralRe: How to be man in the middle for a http communication!! Pin
Nadia Monalisa7-Jun-10 8:51
Nadia Monalisa7-Jun-10 8:51 
GeneralRe: How to be man in the middle for a http communication!! Pin
Adam R Harris7-Jun-10 9:18
Adam R Harris7-Jun-10 9:18 
QuestionHow to enforse 'https' or 'http' protocol in ASp.NET Web Form Routing ? Pin
Nadia Monalisa6-Jun-10 19:19
Nadia Monalisa6-Jun-10 19:19 
QuestionScroll bar not maintaining its position in ListView (ASP.net) Pin
mittalpa6-Jun-10 18:48
mittalpa6-Jun-10 18:48 
AnswerRe: Scroll bar not maintaining its position in ListView (ASP.net) Pin
Sandeep Mewara6-Jun-10 19:45
mveSandeep Mewara6-Jun-10 19:45 
Looks like you page gets a postback when you click the edit link.

If so, try to set the Page.MaintainScrollPositionOnPostBack Property to true to return the user to the same position in the client browser after postback. (i.e. enabling smart navigation, see if it works!)

If not, you will have to use javascripts in order to restore the scrolls. For that, before postback, you need to store the scroll position in a variable and then after page reloads, set it back.
QuestionHow to send mail automatically. Pin
Honeyboy_206-Jun-10 16:46
Honeyboy_206-Jun-10 16:46 
AnswerRe: How to send mail automatically. Pin
Sandeep Mewara6-Jun-10 18:25
mveSandeep Mewara6-Jun-10 18:25 
AnswerRe: How to send mail automatically. Pin
Jamil Hallal6-Jun-10 20:21
professionalJamil Hallal6-Jun-10 20:21 
AnswerRe: How to send mail automatically. Pin
The solution7-Jun-10 0:49
The solution7-Jun-10 0:49 
GeneralRe: How to send mail automatically. Pin
Honeyboy_207-Jun-10 5:09
Honeyboy_207-Jun-10 5:09 
GeneralRe: How to send mail automatically. Pin
ureyes8416-Feb-11 10:27
ureyes8416-Feb-11 10:27 
QuestionI need code upload Video by ASP Classic Pin
haibec6-Jun-10 15:54
haibec6-Jun-10 15:54 
AnswerRe: I need code upload Video by ASP Classic Pin
Sandeep Mewara6-Jun-10 18:21
mveSandeep Mewara6-Jun-10 18:21 
QuestionMessage Removed Pin
6-Jun-10 11:26
tek 20096-Jun-10 11:26 
AnswerRe: fill a table Pin
Sandeep Mewara6-Jun-10 18:22
mveSandeep Mewara6-Jun-10 18:22 
QuestionMatrix Report in Crystal Report Pin
sharad Pyakurel5-Jun-10 17:09
sharad Pyakurel5-Jun-10 17:09 
AnswerRe: Matrix Report in Crystal Report Pin
Sandeep Mewara5-Jun-10 21:04
mveSandeep Mewara5-Jun-10 21:04 
QuestionRequesting for a suggession about choosing the best method to determine Debug mode Pin
Nadia Monalisa5-Jun-10 9:23
Nadia Monalisa5-Jun-10 9:23 
AnswerRe: Requesting for a suggession about choosing the best method to determine Debug mode Pin
Not Active5-Jun-10 13:16
mentorNot Active5-Jun-10 13:16 
GeneralRe: Requesting for a suggession about choosing the best method to determine Debug mode Pin
Nadia Monalisa5-Jun-10 16:27
Nadia Monalisa5-Jun-10 16:27 
GeneralRe: Requesting for a suggession about choosing the best method to determine Debug mode Pin
Not Active5-Jun-10 16:54
mentorNot Active5-Jun-10 16:54 
GeneralRe: Requesting for a suggession about choosing the best method to determine Debug mode Pin
Nadia Monalisa5-Jun-10 17:58
Nadia Monalisa5-Jun-10 17:58 

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.