Click here to Skip to main content
15,891,529 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionFail to avoid postback for button click Pin
Tridip Bhattacharjee11-Nov-10 23:01
professionalTridip Bhattacharjee11-Nov-10 23:01 
AnswerRe: Fail to avoid postback for button click Pin
Brij12-Nov-10 1:12
mentorBrij12-Nov-10 1:12 
GeneralRe: Fail to avoid postback for button click Pin
Tridip Bhattacharjee12-Nov-10 2:00
professionalTridip Bhattacharjee12-Nov-10 2:00 
GeneralRe: Fail to avoid postback for button click Pin
Brij12-Nov-10 6:38
mentorBrij12-Nov-10 6:38 
QuestionShowing content pages without MasterPage in DesignView. Pin
Asif Rehman11-Nov-10 4:03
Asif Rehman11-Nov-10 4:03 
AnswerRe: Showing content pages without MasterPage in DesignView. Pin
Brij11-Nov-10 6:32
mentorBrij11-Nov-10 6:32 
AnswerRe: Showing content pages without MasterPage in DesignView. Pin
Vimalsoft(Pty) Ltd14-Nov-10 20:03
professionalVimalsoft(Pty) Ltd14-Nov-10 20:03 
QuestionDetailsView FormView - SelectedValue bug Pin
Hanzaplast11-Nov-10 3:10
Hanzaplast11-Nov-10 3:10 
hi guys. i have strange bug or problem with this two controls. i will simplify my code as much as i can.

i have this markup:
<asp:FormView ID="fv" runat="server" DataSourceID="sds" DataKeyNames="id">
</asp:FormView>

<asp:DetailsView ID="dv" runat="server" DataSourceID="sds" DataKeyNames="id">
</asp:DetailsView>

<asp:SqlDataSource ID="sds" runat="server" ConnectionString="<%$ ConnectionStrings:TestConnectionString %>" 
ProviderName="System.Data.OleDb" SelectCommand="SELECT * FROM [tablica]" >
</asp:SqlDataSource>

and lets say i need on first PageLoad get SelectedValue from eather of these:
protected void Page_Load(object sender, EventArgs e)
{
     object fvValue = fv.SelectedValue;
     object dvValue = dv.SelectedValue;
}

so here is strange situation (looks like evil bug!). fvValue and dvValue have null value, but debuging code using Visual Studio with brakepoints; when i collapse fv or dv and navigate to SelectedValue property it changes from null to "something"?

anyone encounter this situation?
QuestionNavigating from a page to Wizrd page Pin
meeram39511-Nov-10 2:47
meeram39511-Nov-10 2:47 
AnswerRe: Navigating from a page to Wizrd page Pin
Not Active11-Nov-10 3:10
mentorNot Active11-Nov-10 3:10 
GeneralRe: Navigating from a page to Wizrd page Pin
meeram39511-Nov-10 12:30
meeram39511-Nov-10 12:30 
GeneralRe: Navigating from a page to Wizrd page Pin
Not Active11-Nov-10 12:46
mentorNot Active11-Nov-10 12:46 
QuestionAspDotNetStorefront Pin
Civic0611-Nov-10 2:33
Civic0611-Nov-10 2:33 
Questionhow to show busy indicator in the center of multiline textbox control Pin
Tridip Bhattacharjee11-Nov-10 1:51
professionalTridip Bhattacharjee11-Nov-10 1:51 
AnswerRe: how to show busy indicator in the center of multiline textbox control Pin
Not Active11-Nov-10 2:31
mentorNot Active11-Nov-10 2:31 
GeneralRe: how to show busy indicator in the center of multiline textbox control Pin
Tridip Bhattacharjee11-Nov-10 19:09
professionalTridip Bhattacharjee11-Nov-10 19:09 
GeneralRe: how to show busy indicator in the center of multiline textbox control Pin
Rhys Gravell11-Nov-10 21:33
professionalRhys Gravell11-Nov-10 21:33 
QuestionXmlSerializer(typeof()) : There was an error reflecting type exception. [modified] Pin
swjam11-Nov-10 1:00
swjam11-Nov-10 1:00 
Questionusing image control with Browse Pin
Jassim Rahma10-Nov-10 22:14
Jassim Rahma10-Nov-10 22:14 
AnswerRe: using image control with Browse Pin
Not Active11-Nov-10 2:16
mentorNot Active11-Nov-10 2:16 
AnswerRe: using image control with Browse Pin
farogh haider15-Nov-10 0:53
farogh haider15-Nov-10 0:53 
Questionwordwrap in asp:Literal Pin
Jassim Rahma10-Nov-10 22:11
Jassim Rahma10-Nov-10 22:11 
AnswerRe: wordwrap in asp:Literal Pin
Anurag Gandhi10-Nov-10 22:55
professionalAnurag Gandhi10-Nov-10 22:55 
GeneralRe: wordwrap in asp:Literal Pin
Not Active11-Nov-10 2:27
mentorNot Active11-Nov-10 2:27 
GeneralRe: wordwrap in asp:Literal Pin
Anurag Gandhi11-Nov-10 7:34
professionalAnurag Gandhi11-Nov-10 7:34 

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.