Click here to Skip to main content
15,886,199 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: asp.net Pin
Sandeep Mewara29-Apr-12 7:41
mveSandeep Mewara29-Apr-12 7:41 
Questionasp.net Pin
gunjan adhikari29-Apr-12 3:12
gunjan adhikari29-Apr-12 3:12 
AnswerRe: asp.net Pin
Wes Aday29-Apr-12 3:32
professionalWes Aday29-Apr-12 3:32 
AnswerRe: asp.net Pin
Sandeep Mewara29-Apr-12 7:43
mveSandeep Mewara29-Apr-12 7:43 
AnswerRe: asp.net Pin
ZurdoDev30-Apr-12 10:41
professionalZurdoDev30-Apr-12 10:41 
Questionavoid running function in page load event of user control inside a page with in master page Pin
uglyeyes29-Apr-12 2:23
uglyeyes29-Apr-12 2:23 
AnswerRe: avoid running function in page load event of user control inside a page with in master page Pin
Rahul Rajat Singh29-Apr-12 22:44
professionalRahul Rajat Singh29-Apr-12 22:44 
GeneralRe: avoid running function in page load event of user control inside a page with in master page Pin
uglyeyes30-Apr-12 2:37
uglyeyes30-Apr-12 2:37 
but repeater control has drop down list, textbox and are editable and I need to get the value of them as well. how do I do that?

here is a details of my issue

ViewState is disabled through out the entire aspx page
Page contains a multiview control which has views and views has user controls
prev and next button
clicking prev or next button saves current data (SET()) within user control and loads data(GET()) of next user control (if it has any)

one of the user control in a view has editable repeater control. in page load of this control I am binding the repeater as
Repeater.DataSource = List of object
Repeater.Databind()

The problem is, this page load is being called disregard the view being active or inactive.
So I need to bind the repeater else where in the user control

so in my GET() function in aspx (where I load the user control with repeater) I bind the repeater by declaring repeater object as property in ascx as

Me.RepeaterAsProperty.DataSource = List of object
Me.RepeaterAsProperty.DataBind()

I removed databind codes from ascx. upto now it works all good.

When I click next button when this user control is active, I need to save modified data with in this repeater. so in SET() function

I run a loop to get Me.RepeaterAsProperty.Items which is empty. I dont know how to get this working.

modified 1-May-12 3:07am.

GeneralRe: avoid running function in page load event of user control inside a page with in master page Pin
uglyeyes3-May-12 16:43
uglyeyes3-May-12 16:43 
QuestionHelp in processing querystring sent using jquery to asp page. Pin
ljpv1428-Apr-12 0:24
ljpv1428-Apr-12 0:24 
AnswerRe: Help in processing querystring sent using jquery to asp page. Pin
Ali Al Omairi(Abu AlHassan)29-Apr-12 0:26
professionalAli Al Omairi(Abu AlHassan)29-Apr-12 0:26 
AnswerRe: Help in processing querystring sent using jquery to asp page. Pin
ZurdoDev30-Apr-12 10:42
professionalZurdoDev30-Apr-12 10:42 
QuestionA session handling problem (need experts' advise) Pin
Rahul Rajat Singh27-Apr-12 22:49
professionalRahul Rajat Singh27-Apr-12 22:49 
AnswerRe: A session handling problem (need experts' advise) Pin
Parwej Ahamad27-Apr-12 23:31
professionalParwej Ahamad27-Apr-12 23:31 
GeneralRe: A session handling problem (need experts' advise) Pin
Rahul Rajat Singh29-Apr-12 19:52
professionalRahul Rajat Singh29-Apr-12 19:52 
AnswerRe: A session handling problem (need experts' advise) Pin
ZurdoDev30-Apr-12 10:44
professionalZurdoDev30-Apr-12 10:44 
GeneralRe: A session handling problem (need experts' advise) Pin
Rahul Rajat Singh30-Apr-12 17:07
professionalRahul Rajat Singh30-Apr-12 17:07 
GeneralRe: A session handling problem (need experts' advise) Pin
ZurdoDev1-May-12 1:58
professionalZurdoDev1-May-12 1:58 
Questionweb app 2010 deploy Pin
dcof27-Apr-12 17:23
dcof27-Apr-12 17:23 
AnswerRe: web app 2010 deploy Pin
Parwej Ahamad27-Apr-12 23:41
professionalParwej Ahamad27-Apr-12 23:41 
GeneralRe: web app 2010 deploy Pin
dcof28-Apr-12 4:23
dcof28-Apr-12 4:23 
QuestionStylesheet to print the background-image on the web page Pin
indian14327-Apr-12 12:02
indian14327-Apr-12 12:02 
Questionhow authenticate aspnet using SQLSERVER Pin
alsayani27-Apr-12 5:46
alsayani27-Apr-12 5:46 
AnswerRe: how authenticate aspnet using SQLSERVER Pin
Joshua Omundson27-Apr-12 11:09
Joshua Omundson27-Apr-12 11:09 
GeneralRe: how authenticate aspnet using SQLSERVER Pin
alsayani27-Apr-12 23:54
alsayani27-Apr-12 23:54 

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.