Click here to Skip to main content
15,914,071 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: GridView Pin
arkiboys28-Jan-10 4:04
arkiboys28-Jan-10 4:04 
GeneralRe: GridView Pin
arkiboys28-Jan-10 5:44
arkiboys28-Jan-10 5:44 
QuestionRad combobox event in java script Pin
acmohanakrishnan27-Jan-10 22:27
acmohanakrishnan27-Jan-10 22:27 
Questionvalidation control problem Pin
Mogamboo_Khush_Hua27-Jan-10 22:25
Mogamboo_Khush_Hua27-Jan-10 22:25 
AnswerRe: validation control problem Pin
Brij27-Jan-10 23:28
mentorBrij27-Jan-10 23:28 
GeneralRe: validation control problem Pin
Anurag Gandhi28-Jan-10 0:15
professionalAnurag Gandhi28-Jan-10 0:15 
GeneralRe: validation control problem Pin
Mogamboo_Khush_Hua28-Jan-10 0:57
Mogamboo_Khush_Hua28-Jan-10 0:57 
GeneralRe: validation control problem Pin
Brij28-Jan-10 6:53
mentorBrij28-Jan-10 6:53 
From javascript,I mean fire the validatiors from a javascript functin .You just need to give a group name to your validators that you want to get fired on postback.First execute a js fubction that will be executed before any postback and in that js function,put the code
Page_ClientValidate('GroupName')
it will fire all the validators with this GroupName and return true or false accordingly.Based on it you can take decision whether to postback or not.

Cheers!!
Brij

Questionhyperlink in datalist opening in new window even in target set to parent Pin
Meax27-Jan-10 22:03
Meax27-Jan-10 22:03 
AnswerRe: hyperlink in datalist opening in new window even in target set to parent Pin
Abhishek Sur27-Jan-10 22:26
professionalAbhishek Sur27-Jan-10 22:26 
QuestionMasterDetail Pin
arkiboys27-Jan-10 21:41
arkiboys27-Jan-10 21:41 
AnswerRe: MasterDetail Pin
Dinesh Mani27-Jan-10 22:01
Dinesh Mani27-Jan-10 22:01 
GeneralRe: MasterDetail Pin
arkiboys27-Jan-10 22:13
arkiboys27-Jan-10 22:13 
GeneralRe: MasterDetail Pin
Dinesh Mani27-Jan-10 22:15
Dinesh Mani27-Jan-10 22:15 
GeneralRe: MasterDetail Pin
arkiboys27-Jan-10 22:32
arkiboys27-Jan-10 22:32 
GeneralRe: MasterDetail Pin
Dinesh Mani27-Jan-10 22:43
Dinesh Mani27-Jan-10 22:43 
Questiontabindex on buttons of safari browser. Pin
bhavna432127-Jan-10 21:30
bhavna432127-Jan-10 21:30 
Questionmuti user site issue Pin
aamirzada27-Jan-10 21:21
aamirzada27-Jan-10 21:21 
QuestionLoop thorough values of a ListBox Pin
awedaonline27-Jan-10 20:54
awedaonline27-Jan-10 20:54 
AnswerRe: Loop thorough values of a ListBox Pin
Dinesh Mani27-Jan-10 21:52
Dinesh Mani27-Jan-10 21:52 
GeneralRe: Loop thorough values of a ListBox Pin
awedaonline28-Jan-10 1:29
awedaonline28-Jan-10 1:29 
GeneralRe: Loop thorough values of a ListBox Pin
Dinesh Mani28-Jan-10 1:43
Dinesh Mani28-Jan-10 1:43 
Questionrequiredfieldvalidator Pin
dotnetmember27-Jan-10 20:13
dotnetmember27-Jan-10 20:13 
AnswerRe: requiredfieldvalidator Pin
nishant-jha27-Jan-10 20:25
nishant-jha27-Jan-10 20:25 
GeneralRe: requiredfieldvalidator Pin
dotnetmember27-Jan-10 20:34
dotnetmember27-Jan-10 20: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.