Click here to Skip to main content
15,921,959 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionEmbedding a PDF File in an ASP.NET Website(vb.net) Pin
DaithiBoo26-Feb-10 5:24
DaithiBoo26-Feb-10 5:24 
AnswerRe: Embedding a PDF File in an ASP.NET Website(vb.net) Pin
Faisal Khatri26-Feb-10 6:46
Faisal Khatri26-Feb-10 6:46 
AnswerRe: Embedding a PDF File in an ASP.NET Website(vb.net) Pin
Rutvik Dave26-Feb-10 6:50
professionalRutvik Dave26-Feb-10 6:50 
GeneralRe: Embedding a PDF File in an ASP.NET Website(vb.net) Pin
DaithiBoo27-Feb-10 1:35
DaithiBoo27-Feb-10 1:35 
Questionmail attachments. Pin
FEMDEV26-Feb-10 3:22
FEMDEV26-Feb-10 3:22 
AnswerRe: mail attachments. Pin
PunkIsNotDead26-Feb-10 5:48
PunkIsNotDead26-Feb-10 5:48 
QuestionMaintaining Scrollbar Position and Div Tag State on PostBack Pin
AndyASPVB26-Feb-10 3:06
AndyASPVB26-Feb-10 3:06 
AnswerRe: Maintaining Scrollbar Position and Div Tag State on PostBack Pin
Sandeep Mewara26-Feb-10 4:12
mveSandeep Mewara26-Feb-10 4:12 
You need to enable smart navigation and maintain scroll position on your page such that after complete postback it maintains the scroll.
If its a AJAX requst then you need to handle it in Ajax BeginRequest handler and EndRequest handler, where you track the scroll position before partial update and restore it after partial update is complete.

In order to maintain the states of Div tags, you have to maintain 'hidden' field. Update the hidden field and store the values such that you can track which div tag needs to be visible. Restore the state of div tag during postback based on the hideen value field.
GeneralRe: Maintaining Scrollbar Position and Div Tag State on PostBack Pin
AndyASPVB1-Mar-10 10:47
AndyASPVB1-Mar-10 10:47 
AnswerHi to all Pin
cinderllatwister26-Feb-10 3:03
cinderllatwister26-Feb-10 3:03 
GeneralRe: Hi to all Pin
Not Active26-Feb-10 3:47
mentorNot Active26-Feb-10 3:47 
JokeRe: Hi to all Pin
dan!sh 26-Feb-10 4:22
professional dan!sh 26-Feb-10 4:22 
GeneralHi mark Pin
cinderllatwister28-Feb-10 2:04
cinderllatwister28-Feb-10 2:04 
GeneralRe: Hi mark Pin
Not Active28-Feb-10 3:14
mentorNot Active28-Feb-10 3:14 
AnswerRe: Hi to all Pin
Sandeep Mewara26-Feb-10 4:14
mveSandeep Mewara26-Feb-10 4:14 
GeneralRe: Hi to all Pin
The Man from U.N.C.L.E.26-Feb-10 4:23
The Man from U.N.C.L.E.26-Feb-10 4:23 
QuestionError: Invalid at the top level of the document Pin
hi_everybody26-Feb-10 1:03
hi_everybody26-Feb-10 1:03 
AnswerRe: Error: Invalid at the top level of the document Pin
Not Active26-Feb-10 1:59
mentorNot Active26-Feb-10 1:59 
GeneralRe: Error: Invalid at the top level of the document Pin
hi_everybody26-Feb-10 2:41
hi_everybody26-Feb-10 2:41 
GeneralRe: Error: Invalid at the top level of the document Pin
Not Active26-Feb-10 3:46
mentorNot Active26-Feb-10 3:46 
GeneralRe: Error: Invalid at the top level of the document Pin
hi_everybody26-Feb-10 19:32
hi_everybody26-Feb-10 19:32 
GeneralRe: Error: Invalid at the top level of the document Pin
Not Active27-Feb-10 2:17
mentorNot Active27-Feb-10 2:17 
QuestionLink in Textarea....... Pin
pranavcool26-Feb-10 0:27
pranavcool26-Feb-10 0:27 
AnswerRe: Link in Textarea....... Pin
sekannak26-Feb-10 0:43
sekannak26-Feb-10 0:43 
AnswerRe: Link in Textarea....... Pin
JHizzle26-Feb-10 6:00
JHizzle26-Feb-10 6:00 

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.