Click here to Skip to main content
16,004,887 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Can any one tell me how to rotate the adds without refreshing Pin
indian14328-Jan-07 17:54
indian14328-Jan-07 17:54 
QuestionWhy Datatable.Compute("MAX([Table]","") is not retrieving correct values with 3 digit numerics. Pin
SIJUTHOMASP26-Jan-07 12:41
professionalSIJUTHOMASP26-Jan-07 12:41 
AnswerRe: Why Datatable.Compute("MAX([Table]","") is not retrieving correct values with 3 digit numerics. Pin
Guffa26-Jan-07 13:56
Guffa26-Jan-07 13:56 
GeneralRe: Why Datatable.Compute("MAX([Table]","") is not retrieving correct values with 3 digit numerics. Pin
SIJUTHOMASP27-Jan-07 3:53
professionalSIJUTHOMASP27-Jan-07 3:53 
GeneralRe: Why Datatable.Compute("MAX([Table]","") is not retrieving correct values with 3 digit numerics. Pin
SIJUTHOMASP27-Jan-07 9:16
professionalSIJUTHOMASP27-Jan-07 9:16 
QuestionJava script from Master/Content Pages Pin
Amit Kumar G26-Jan-07 11:12
Amit Kumar G26-Jan-07 11:12 
AnswerRe: Java script from Master/Content Pages Pin
dotnetCarpenter27-Jan-07 5:23
dotnetCarpenter27-Jan-07 5:23 
QuestionProblem with Validators and Multiple User Controls Pin
Neukemschafer26-Jan-07 9:32
Neukemschafer26-Jan-07 9:32 
I have a tab control which is AJAX enabled, and each tab has a user control. Each user control has a GridView bound to a set of Textbox controls and validators associated with it. Validation is executed on one user control and this navigates to the second tab which binds the grid (under the other user control) to a new set of Textbox controls and validators. Once again, on the event handler of a click event, I perform validation.

Here's the problem: The Page.Validators collection object has all the validators from the 1st and 2nd user controls. I only want validators validating a grid from a single user control. I could set the .Visible property to false on a user control I don't want to validate, but that still leaves an issue with checking the Page.Validators collection object. I have to be able to navigate (set focus) on the textbox control associated with the invalid Validator. Somehow, I would like to clear out the validators from all but the one active user control. Any suggestions?(Remember, I have AJAX enabled)...thank you.
AnswerRe: Problem with Validators and Multiple User Controls Pin
Christian Graus26-Jan-07 10:49
protectorChristian Graus26-Jan-07 10:49 
GeneralRe: Problem with Validators and Multiple User Controls Pin
Neukemschafer27-Jan-07 7:27
Neukemschafer27-Jan-07 7:27 
QuestionLosing reference when converting from MembershipUser Pin
dotnetCarpenter26-Jan-07 5:13
dotnetCarpenter26-Jan-07 5:13 
AnswerRe: Losing reference when converting from MembershipUser Pin
minhpc_bk26-Jan-07 17:56
minhpc_bk26-Jan-07 17:56 
GeneralRe: Losing reference when converting from MembershipUser Pin
dotnetCarpenter27-Jan-07 5:14
dotnetCarpenter27-Jan-07 5:14 
GeneralRe: Losing reference when converting from MembershipUser Pin
minhpc_bk27-Jan-07 13:46
minhpc_bk27-Jan-07 13:46 
GeneralRe: Losing reference when converting from MembershipUser Pin
dotnetCarpenter29-Jan-07 1:53
dotnetCarpenter29-Jan-07 1:53 
QuestionMultiple Configuration Files Pin
peshawarcoder26-Jan-07 4:07
peshawarcoder26-Jan-07 4:07 
AnswerRe: Multiple Configuration Files Pin
badgrs26-Jan-07 4:12
badgrs26-Jan-07 4:12 
GeneralRe: Multiple Configuration Files Pin
peshawarcoder26-Jan-07 4:17
peshawarcoder26-Jan-07 4:17 
QuestionProblem with Regular Expression Validator Control In ASP.net Pin
Chwins26-Jan-07 3:58
Chwins26-Jan-07 3:58 
AnswerRe: Problem with Regular Expression Validator Control In ASP.net Pin
badgrs26-Jan-07 4:03
badgrs26-Jan-07 4:03 
GeneralRe: Problem with Regular Expression Validator Control In ASP.net Pin
ednrgc26-Jan-07 9:30
ednrgc26-Jan-07 9:30 
GeneralRe: Problem with Regular Expression Validator Control In ASP.net Pin
Chwins27-Jan-07 19:43
Chwins27-Jan-07 19:43 
QuestionProblem by Validator controls in ASP.net Pin
Chwins26-Jan-07 3:54
Chwins26-Jan-07 3:54 
AnswerRe: Problem by Validator controls in ASP.net Pin
badgrs26-Jan-07 3:59
badgrs26-Jan-07 3:59 
QuestionSubmit button, onClick does not work automaticlly Pin
nour12326-Jan-07 3:12
nour12326-Jan-07 3:12 

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.