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

ASP.NET

 
GeneralRe: DataGrid Pin
Khan.Bangash13-Feb-07 19:35
Khan.Bangash13-Feb-07 19:35 
GeneralRe: DataGrid Pin
Sylvester george13-Feb-07 19:56
Sylvester george13-Feb-07 19:56 
AnswerRe: DataGrid Pin
Neeraj Arora13-Feb-07 20:09
Neeraj Arora13-Feb-07 20:09 
GeneralRe: DataGrid Pin
Khan.Bangash13-Feb-07 20:40
Khan.Bangash13-Feb-07 20:40 
GeneralRe: DataGrid Pin
Neeraj Arora13-Feb-07 21:19
Neeraj Arora13-Feb-07 21:19 
AnswerRe: DataGrid Pin
Sylvester george13-Feb-07 21:45
Sylvester george13-Feb-07 21:45 
QuestionCannot see stored procedures in crystal report wizard. Pin
MissionSuccess13-Feb-07 18:56
MissionSuccess13-Feb-07 18:56 
QuestionProblem with UpdatePanel? Pin
Rajat Agarwal13-Feb-07 18:45
Rajat Agarwal13-Feb-07 18:45 
I have a page where the user enters the information, and clicks on submit then the information is saved into the database. Second time, when the same user navigates to that page, the page picks up the data from database and be populated accordingly.

I have implemented ASP.Net Ajax: UpdatePanel into this page. First time (at the time of creation), it works perfectly. But when it comes second time (in edit mode), as the page is popupated as values from the database, it does not work properly.

For example:

- There is a RadioButtonList and TextBox with Submit Button on the page.

- TextBox is disabled by default.

- RadioButtonList has two options (Yes) and (No)

- Selecting (Yes) from RadioButtonList, TextBox is enabled and on selecting (No), TextBox is disabled.

- But RadioButtonList needs a postback and page flickers. So, I decided to implement Ajax:UpdatePanel into the page.

- After implementing UpdatePanel with UpdateMode=Conditional, when you select (Yes) or (No) on RadioButtonList, it only renders TextBox and page does not flicker, it means it works perfectly.

- But second time (in edit mode, when record already exists in database), in Page_Load, it fetches the record from the database and as per values populates the page. Like if RadioButtonList was Yes then it is selected as Yes and TextBox is populated with value. Now you try to select (No) from RadioButtonList, it will disable the TextBox and select again (Yes) option, -- it will not enable the TextBox to enter the value.--


GeneralWeb Service SQL Connection Error Pin
JacquesDP13-Feb-07 18:40
JacquesDP13-Feb-07 18:40 
Questionsend and receive sms Pin
yesu prakash13-Feb-07 18:08
yesu prakash13-Feb-07 18:08 
AnswerRe: send and receive sms Pin
Sylvester george13-Feb-07 18:20
Sylvester george13-Feb-07 18:20 
GeneralRe: send and receive sms Pin
yesu prakash13-Feb-07 18:48
yesu prakash13-Feb-07 18:48 
GeneralRe: send and receive sms Pin
Sylvester george13-Feb-07 19:06
Sylvester george13-Feb-07 19:06 
GeneralRe: send and receive sms Pin
yesu prakash13-Feb-07 19:14
yesu prakash13-Feb-07 19:14 
GeneralRe: send and receive sms Pin
Sylvester george13-Feb-07 19:19
Sylvester george13-Feb-07 19:19 
GeneralRe: send and receive sms Pin
yesu prakash13-Feb-07 19:22
yesu prakash13-Feb-07 19:22 
GeneralRe: send and receive sms Pin
Sylvester george13-Feb-07 19:26
Sylvester george13-Feb-07 19:26 
QuestionProfile properties cannot be retrieved eventhough they are being saved to database Pin
red60mans13-Feb-07 14:41
red60mans13-Feb-07 14:41 
QuestionASP.NET web controls for Google AdSense Pin
Sharp-Developer.NET13-Feb-07 12:07
Sharp-Developer.NET13-Feb-07 12:07 
AnswerRe: ASP.NET web controls for Google AdSense Pin
Neeraj Arora13-Feb-07 19:27
Neeraj Arora13-Feb-07 19:27 
QuestionChicken Or Egg / WebPartZone Or LoginView Pin
Malcolm Smart13-Feb-07 11:31
Malcolm Smart13-Feb-07 11:31 
QuestionCluster Deployment Pin
Tad McClellan13-Feb-07 11:09
professionalTad McClellan13-Feb-07 11:09 
QuestionCall Javascript Function Pin
Lash2013-Feb-07 10:58
Lash2013-Feb-07 10:58 
AnswerRe: Call Javascript Function Pin
Christian Graus13-Feb-07 12:44
protectorChristian Graus13-Feb-07 12:44 
AnswerRe: Call Javascript Function Pin
GaryWoodfine 13-Feb-07 13:16
professionalGaryWoodfine 13-Feb-07 13:16 

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.