Click here to Skip to main content
15,887,302 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Signature not working in web browser(VB.NET) Pin
Sugu.s12-Feb-13 23:44
Sugu.s12-Feb-13 23:44 
GeneralRe: Signature not working in web browser(VB.NET) Pin
Satish Kumar Trivedi16-Jul-15 4:13
Satish Kumar Trivedi16-Jul-15 4:13 
AnswerRe: Signature not working in web browser(VB.NET) Pin
LGandhi20-Aug-14 6:57
LGandhi20-Aug-14 6:57 
Questionimplementing comment box facility in web pages Pin
abhi_ban12-Feb-13 8:12
abhi_ban12-Feb-13 8:12 
AnswerRe: implementing comment box facility in web pages Pin
Catalin Hatmanu12-Feb-13 11:03
Catalin Hatmanu12-Feb-13 11:03 
Questionhow to set ASP.NET_sessionId cookie as HTTPOnly Pin
smehta.er12-Feb-13 6:35
smehta.er12-Feb-13 6:35 
AnswerRe: how to set ASP.NET_sessionId cookie as HTTPOnly Pin
Sandeep Mewara13-Feb-13 1:08
mveSandeep Mewara13-Feb-13 1:08 
QuestionASP.NET 4.0 2 repeater Control problem Pin
VishwaKL11-Feb-13 19:02
VishwaKL11-Feb-13 19:02 
Hi guys,

I have 2 repeater controls in the same page, i have to maintain the scroll position for the both repeater control on page auto post back.

I am using java script but it work for 1 repeater control even though i called for both not the other

XML
<script type="text/javascript">
                window.onload = function () {
                    var strCook = document.cookie;
                    if (strCook.indexOf("!~") != 0) {
                        var intS = strCook.indexOf("!~");
                        var intE = strCook.indexOf("~!");
                        var strPos = strCook.substring(intS + 2, intE);
                        document.getElementById("dvGridview").scrollTop = strPos;
                    }
                }
                function SetDivPosition() {
                    var intY = document.getElementById("dvGridview").scrollTop;
                    document.cookie = "yPos=!~" + intY + "~!";
                }
</script>



Thanks and regards
Vishwa
AnswerRe: ASP.NET 4.0 2 repeater Control problem Pin
Sandeep Mewara11-Feb-13 21:45
mveSandeep Mewara11-Feb-13 21:45 
QuestionMax value of Rows in SQL Server 2008 Pin
sundar-indo11-Feb-13 17:58
sundar-indo11-Feb-13 17:58 
AnswerRe: Max value of Rows in SQL Server 2008 Pin
Vani Kulkarni11-Feb-13 19:03
professionalVani Kulkarni11-Feb-13 19:03 
Questioncan we have two controls (grid control and a chart control) on the same space/real estate Pin
bnath00111-Feb-13 8:30
bnath00111-Feb-13 8:30 
QuestionIssue with scrollbars in a asp:listbox Pin
Srilatha040611-Feb-13 3:32
Srilatha040611-Feb-13 3:32 
QuestionWebPart Pin
Kaushal Bhatt 00711-Feb-13 0:40
Kaushal Bhatt 00711-Feb-13 0:40 
AnswerRe: WebPart Pin
Richard Deeming11-Feb-13 2:02
mveRichard Deeming11-Feb-13 2:02 
Questionmenu click instead hover Pin
jojoba201110-Feb-13 23:22
jojoba201110-Feb-13 23:22 
AnswerRe: menu click instead hover Pin
sundar-indo11-Feb-13 18:16
sundar-indo11-Feb-13 18:16 
QuestionRe: menu click instead hover Pin
jojoba201112-Feb-13 17:31
jojoba201112-Feb-13 17:31 
QuestionHow to autorun a function in asp.net? Pin
ngoanrazor8-Feb-13 19:05
ngoanrazor8-Feb-13 19:05 
AnswerRe: How to autorun a function in asp.net? Pin
N a v a n e e t h8-Feb-13 19:57
N a v a n e e t h8-Feb-13 19:57 
GeneralRe: How to autorun a function in asp.net? Pin
ngoanrazor9-Feb-13 2:59
ngoanrazor9-Feb-13 2:59 
GeneralRe: How to autorun a function in asp.net? Pin
Ali Al Omairi(Abu AlHassan)9-Feb-13 6:48
professionalAli Al Omairi(Abu AlHassan)9-Feb-13 6:48 
GeneralRe: How to autorun a function in asp.net? Pin
N a v a n e e t h10-Feb-13 3:26
N a v a n e e t h10-Feb-13 3:26 
GeneralRe: How to autorun a function in asp.net? Pin
ngoanrazor10-Feb-13 5:28
ngoanrazor10-Feb-13 5:28 
AnswerRe: How to autorun a function in asp.net? Pin
jc.net9-Feb-13 23:57
jc.net9-Feb-13 23:57 

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.