Search

You searched for the word(s): userid:762380

Matching Posts

  • Page_Isvalid issue

    Hi , In my screen,there is a inactive button which postback after doing all the client validation.and there is a refresh button which reload the data without checking any validation. If i delete any value from required field and click on inactive checkbox.page_isvalid returns false and It shows the message "required field missing" and page don't get postback. Fater that i click refresh button and all the textbox value get filled again. again i click on inactive button.its doesn's
  • Re: Required field validator for multiple checkbox

    Thanks a lot...It not only soved my problem but i got idea how to solve some other issues also....
  • Re: regular expression validator

    hi....Thanks for ur suggestion....I did it using custom validator.....
  • Re: validation summary and javascript

    Thanks a lot...it solved my problem.....
  • Custom Validators i not working in user control

    Hi..In my page, there are two panels.on page load one panel 1 is visible but Panel 2 is not visible.There is a button to switch from one panel to other.In panel two there is a user control which contains several textboxes and gridviews.There sre some required field validator and custom validator in both the panels whose error i am showng in validator summary. Everything for Panel 1 is working fine but when i switched to Panel 2...no validator seems to be working especially custom validator. I tried
    Posted to Web Forms (Forum) by saurabh.15in on 7/4/2009
  • Required field validator for multiple checkbox

    Hi, How can i validate multiple check box or checkboxlist using required field validator . i want to check if any one check box is checked or not. Thanks, Saurabh
  • regular expression validator

    Hi, I have a textbox in which two expressions are valid. 999-99-9999 99-9999999 How can i use regular expression validator for this. I don't want to use javascript to validate this because i am using requierd field validator for other fields which i am showing in validation summary. Please suggest, Thanks, Saurabh
  • validation summary and javascript

    Hi on my save button..i am validating some fields using required field validator and some expression using javascript which returns true if succed. If the javascript returns true then my page is getting post back even if some fields are showing required field validator fails. Please suggest, Thanks, Saurabh
  • ModalPopupExtender

    Hi , I am having a problem. in my page i have a ModalPopupExtender in which i have a textbox. when user click on new button.this modelpopextender open and textbox is focused. I am using below code to do this. mpeNewCompany.Show() txtNewCompany.Focus() Up to here..code is running fine. Not i have another page and from that page i am navigating to this page which is having modelpopup. i am checking on page load, if the page is redirecting from that page, then whithout clicking on new, i am prompting
    Posted to ASP.NET AJAX UI (Forum) by saurabh.15in on 7/1/2009
  • Re: Page unload problem

    Hi , I got the problem. My whole page was inside a update panel. When i removed the update panel , it become faster. but now on every click muy whole page is getting postback. Please give me the solution how to prevent postback now and also it will be great if you desribe me this unusual behavior of update panel. Thanks, Saurabh
    Posted to State Management (Forum) by saurabh.15in on 6/16/2009
Page 1 of 4 (31 items) 1 2 3 4 Next >