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

ASP.NET

 
Questionnot refresh Pin
ptvce9-May-06 21:58
ptvce9-May-06 21:58 
AnswerRe: not refresh Pin
rizwan.afsar9-May-06 22:55
rizwan.afsar9-May-06 22:55 
GeneralRe: not refresh Pin
ptvce9-May-06 23:37
ptvce9-May-06 23:37 
AnswerRe: not refresh Pin
chinnasrihari10-May-06 1:43
chinnasrihari10-May-06 1:43 
AnswerRe: not refresh Pin
Kanjinghat12-May-06 1:39
Kanjinghat12-May-06 1:39 
QuestionService Unavailable IIS 6.0 Pin
Raju Sharma9-May-06 21:33
Raju Sharma9-May-06 21:33 
QuestionIsPostback.............. Pin
Yuwraj9-May-06 21:30
Yuwraj9-May-06 21:30 
AnswerRe: IsPostback.............. Pin
J4amieC9-May-06 21:57
J4amieC9-May-06 21:57 
AnswerRe: IsPostback.............. Pin
ptvce9-May-06 22:24
ptvce9-May-06 22:24 
QuestionASP.NET session Pin
vsvlkc9-May-06 20:04
vsvlkc9-May-06 20:04 
AnswerRe: ASP.NET session Pin
chinnasrihari9-May-06 21:05
chinnasrihari9-May-06 21:05 
AnswerRe: ASP.NET session Pin
rizwan.afsar9-May-06 22:54
rizwan.afsar9-May-06 22:54 
QuestionProblem with Magic Ajax Pin
jith - iii9-May-06 19:33
jith - iii9-May-06 19:33 
QuestionCustom Control post back raises Validation Control's Validate event Pin
MihirV9-May-06 19:27
MihirV9-May-06 19:27 
Hi all,

I have developed a custom pager control, which has been inherited from WebControl, IPostBackDataHandler. Function of the control is to render a pager layout ( page numbers, next, prev, buttons ) and raise an event on the server when page change in UI.

Problem is what when i place any validator control which are validate on server only are raising validation on custom pager control's post back. Confused | :confused:

code preview

PreRender(){
   // Registering client script block that set page index in hidden
   // and submit the form
}

Render(){
   // Rendering set of links ( <A> ) that will call my javascript function
   // to set page index in hidden and post back the page
}

LoadPostData(){
   // Check hidden variable and return true to raise event
}

RaisePostDataChangedEvent(){
   // Raising PageIndexChanged event
}


if anybody has resolution of this problem, please guide me, i will be very thankful to all of you.




Confidence comes not from always being right, but from not fearing to be wrong.
Mihir..
Questiondifference between datalist and datagrid Pin
amaneet9-May-06 19:04
amaneet9-May-06 19:04 
AnswerRe: difference between datalist and datagrid Pin
J4amieC9-May-06 21:59
J4amieC9-May-06 21:59 
Questionview state in asp.net 1.1 Pin
amaneet9-May-06 19:01
amaneet9-May-06 19:01 
AnswerRe: view state in asp.net 1.1 Pin
_AK_9-May-06 19:17
_AK_9-May-06 19:17 
AnswerRe: view state in asp.net 1.1 Pin
CWIZO9-May-06 19:40
CWIZO9-May-06 19:40 
AnswerRe: view state in asp.net 1.1 Pin
chinnasrihari9-May-06 19:58
chinnasrihari9-May-06 19:58 
QuestionGridView Paging Pin
Rajiya9-May-06 18:57
Rajiya9-May-06 18:57 
AnswerRe: GridView Paging Pin
_AK_9-May-06 19:15
_AK_9-May-06 19:15 
QuestionFck Editor Error -: XML request :Internal Server 500. Pin
Amit Agarrwal9-May-06 18:43
Amit Agarrwal9-May-06 18:43 
Questionemail sent automatically from .aspx page Pin
lehya9-May-06 18:42
lehya9-May-06 18:42 
AnswerRe: email sent automatically from .aspx page Pin
CWIZO9-May-06 19:41
CWIZO9-May-06 19:41 

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.