Click here to Skip to main content
15,895,962 members
Home / Discussions / ASP.NET
   

ASP.NET

 
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 
AnswerRe: email sent automatically from .aspx page Pin
chinnasrihari9-May-06 20:23
chinnasrihari9-May-06 20:23 
QuestionWhich way is the Page_Load event? Pin
Raul Davila9-May-06 13:24
Raul Davila9-May-06 13:24 
AnswerRe: Which way is the Page_Load event? Pin
minhpc_bk9-May-06 15:17
minhpc_bk9-May-06 15:17 
Questionneeed help about backtalk plz Pin
ksar0019-May-06 12:26
ksar0019-May-06 12:26 
QuestionAllowing html inside a textbox control Pin
Ista9-May-06 10:48
Ista9-May-06 10:48 
AnswerRe: Allowing html inside a textbox control Pin
Daniel Santillanes9-May-06 12:56
professionalDaniel Santillanes9-May-06 12:56 

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.