Click here to Skip to main content
15,920,603 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: DataBase Connectivity with ASP.NET Pin
Gandalf_TheWhite25-Mar-08 2:42
professionalGandalf_TheWhite25-Mar-08 2:42 
QuestionHow to iterate through a dataset and show each record on the web page Pin
MissionSuccess24-Mar-08 20:01
MissionSuccess24-Mar-08 20:01 
AnswerRe: How to iterate through a dataset and show each record on the web page Pin
Christian Graus24-Mar-08 23:14
protectorChristian Graus24-Mar-08 23:14 
GeneralRe: How to iterate through a dataset and show each record on the web page Pin
MissionSuccess24-Mar-08 23:47
MissionSuccess24-Mar-08 23:47 
QuestionAsking for Help Pin
EvilInside24-Mar-08 18:48
EvilInside24-Mar-08 18:48 
GeneralRe: Asking for Help Pin
Christian Graus24-Mar-08 18:52
protectorChristian Graus24-Mar-08 18:52 
GeneralRe: Asking for Help Pin
EvilInside24-Mar-08 19:16
EvilInside24-Mar-08 19:16 
QuestionmaintainScrollPositionOnPostBack not working? Pin
Member 409153724-Mar-08 14:11
Member 409153724-Mar-08 14:11 
Hi,

I have a problem with maintainScrollPositionOnPostBack. I tried to set it both in web.config and in the page itself. But whenever I do a postback the page is reset to the top. The code does seem to be in the source:

<div><br />
<br />
	<input type="hidden" name="__SCROLLPOSITIONX" id="__SCROLLPOSITIONX" value="0" /><br />
	<input type="hidden" name="__SCROLLPOSITIONY" id="__SCROLLPOSITIONY" value="0" /><br />
	<input type="hidden" name="__EVENTVALIDATION" id="__EVENTVALIDATION" value="/wEWBQK5pZrtBAKe1IqoDgK4/rF4Aqej2csJAuKqvZkDQeYzTVDEMVPMi9O+ZVyKPzO+3xc=" /><br />
</div><br />
<br />
<script type="text/javascript"><br />
//<![CDATA[<br />
<br />
theForm.oldSubmit = theForm.submit;<br />
theForm.submit = WebForm_SaveScrollPositionSubmit;<br />
<br />
theForm.oldOnSubmit = theForm.onsubmit;<br />
theForm.onsubmit = WebForm_SaveScrollPositionOnSubmit;<br />
//]]><br />
</script>



The name of the site is www.entropedia.info. Anyone know what I am doing wrong?
GeneralValidator Pin
mehrdadc4824-Mar-08 9:55
mehrdadc4824-Mar-08 9:55 
GeneralRe: Validator Pin
Christian Graus24-Mar-08 10:19
protectorChristian Graus24-Mar-08 10:19 
GeneralEnabling/disabling linkbutton in Grid Pin
iamdking24-Mar-08 6:19
iamdking24-Mar-08 6:19 
GeneralRe: Enabling/disabling linkbutton in Grid Pin
Christian Graus24-Mar-08 10:39
protectorChristian Graus24-Mar-08 10:39 
Generalhii Pin
bunny.varun24-Mar-08 5:40
bunny.varun24-Mar-08 5:40 
GeneralRe: hii Pin
wEb GuRu...24-Mar-08 5:47
wEb GuRu...24-Mar-08 5:47 
GeneralRe: hii Pin
Christian Graus24-Mar-08 10:24
protectorChristian Graus24-Mar-08 10:24 
GeneralRe: hii Pin
Vasudevan Deepak Kumar24-Mar-08 20:46
Vasudevan Deepak Kumar24-Mar-08 20:46 
QuestionArray Output Sorting Issue Pin
LittlBUGer24-Mar-08 5:39
LittlBUGer24-Mar-08 5:39 
AnswerRe: Array Output Sorting Issue Pin
geekfromindia24-Mar-08 6:11
geekfromindia24-Mar-08 6:11 
GeneralRe: Array Output Sorting Issue Pin
LittlBUGer24-Mar-08 6:16
LittlBUGer24-Mar-08 6:16 
GeneralRe: Array Output Sorting Issue Pin
ChrisKo24-Mar-08 9:33
ChrisKo24-Mar-08 9:33 
GeneralRe: Array Output Sorting Issue Pin
Christian Graus24-Mar-08 10:40
protectorChristian Graus24-Mar-08 10:40 
GeneralRe: Array Output Sorting Issue Pin
LittlBUGer24-Mar-08 11:26
LittlBUGer24-Mar-08 11:26 
GeneralRe: Array Output Sorting Issue Pin
Christian Graus24-Mar-08 11:41
protectorChristian Graus24-Mar-08 11:41 
GeneralRe: Array Output Sorting Issue Pin
LittlBUGer24-Mar-08 11:47
LittlBUGer24-Mar-08 11:47 
GeneralRe: Array Output Sorting Issue Pin
Christian Graus24-Mar-08 12:09
protectorChristian Graus24-Mar-08 12:09 

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.