Click here to Skip to main content
16,004,924 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerYou are too stupid to use a computer Pin
Christian Graus3-Aug-09 20:21
protectorChristian Graus3-Aug-09 20:21 
QuestionServer Application Unavailable error in IIS 5.1 Pin
Chesnokov Yuriy3-Aug-09 19:41
professionalChesnokov Yuriy3-Aug-09 19:41 
AnswerRe: Server Application Unavailable error in IIS 5.1 Pin
Abhijit Jana3-Aug-09 19:46
professionalAbhijit Jana3-Aug-09 19:46 
Questiondoes not contain definition for row index [modified] Pin
haleemasher3-Aug-09 19:41
haleemasher3-Aug-09 19:41 
AnswerRe: does not contain definition for row index Pin
Abhijit Jana3-Aug-09 19:48
professionalAbhijit Jana3-Aug-09 19:48 
GeneralRe: does not contain definition for row index Pin
haleemasher3-Aug-09 20:16
haleemasher3-Aug-09 20:16 
Questionpositioning controls on web page without using table Pin
S.Aijaz3-Aug-09 19:38
S.Aijaz3-Aug-09 19:38 
AnswerRe: positioning controls on web page without using table Pin
Abhijit Jana3-Aug-09 19:55
professionalAbhijit Jana3-Aug-09 19:55 
You have to maintain the position during partial postback. For that we need to use Sys.WebForms.PageRequestManager Class . It has two eevents beginRequest and endRequest . During those event you have to trap the dragged position and then set the position again.
Here, I have done a similar application with gridview, for maintaining scroll position during partial postback.
Maintain GridView Scroll Position and Header Inside Update Panel[^]

Hope this will help you Big Grin | :-D

Abhijit Jana | Codeproject MVP
Web Site : abhijitjana.net
Don't forget to click "Good Answer" on the post(s) that helped you.
View My Latest Article

Questionproperty classes Pin
rajni_nanu3-Aug-09 19:13
rajni_nanu3-Aug-09 19:13 
AnswerRe: property classes Pin
Abhijit Jana3-Aug-09 19:26
professionalAbhijit Jana3-Aug-09 19:26 
AnswerRe: property classes Pin
John-ph3-Aug-09 19:30
John-ph3-Aug-09 19:30 
Questionusername and password Pin
rajni_nanu3-Aug-09 19:12
rajni_nanu3-Aug-09 19:12 
AnswerRe: username and password Pin
Abhijit Jana3-Aug-09 19:23
professionalAbhijit Jana3-Aug-09 19:23 
GeneralRe: username and password Pin
rajni_nanu6-Aug-09 0:09
rajni_nanu6-Aug-09 0:09 
AnswerRe: username and password Pin
John-ph3-Aug-09 19:27
John-ph3-Aug-09 19:27 
GeneralRe: username and password Pin
rajni_nanu6-Aug-09 0:12
rajni_nanu6-Aug-09 0:12 
QuestionShowing Data Vertically Pin
Srikanth19873-Aug-09 19:06
Srikanth19873-Aug-09 19:06 
AnswerRe: Showing Data Vertically Pin
Mike Ellison3-Aug-09 19:11
Mike Ellison3-Aug-09 19:11 
QuestionRe: Showing Data Vertically Pin
Srikanth19873-Aug-09 19:29
Srikanth19873-Aug-09 19:29 
AnswerRe: Showing Data Vertically Pin
Mike Ellison4-Aug-09 2:50
Mike Ellison4-Aug-09 2:50 
AnswerRe: Showing Data Vertically Pin
Abhijit Jana3-Aug-09 19:22
professionalAbhijit Jana3-Aug-09 19:22 
QuestionSerial number in dataset Pin
yesu prakash3-Aug-09 17:55
yesu prakash3-Aug-09 17:55 
AnswerRe: Serial number in dataset Pin
r a m e s h3-Aug-09 18:06
r a m e s h3-Aug-09 18:06 
AnswerRe: Serial number in dataset Pin
N a v a n e e t h3-Aug-09 18:49
N a v a n e e t h3-Aug-09 18:49 
QuestionAnyone use StructureMap in an asp.net site? I'm having an issue. Pin
Goalie353-Aug-09 17:52
Goalie353-Aug-09 17:52 

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.