Update panel and masterpage problem
i hav a problem with updatepanel on the page. i have 2 update panels on the page which are wortking fine, but there is a display which is on masterpage used by the page which is not displaying as it is partial postback...and i cannot place it in other update panel as it is getting error display from masterpage which i cannot change as it is usde by lot of other pages, anyone hav ny idea how can...
User Profile
Collapse
-
update panel and masterpage problem
-
i have 2 updatepanels and 1 update progress and nee to bind this updateprogree to both the update panels...contin ue button is inside the 1st updatepanel -
how to associate 1 update progress to 2 update panels on a page.
how to associate 1 update progress to 2 update panels on a page.
.i have a update panel which has a usercontrol inside that and the other update panel has a nextbutton and the update progress associatedupdat epanel to second one which has next button.
so when i run the project there is a updateporgreess image but it is not doing anything it just kept on rolling witghout any result
i did bind the button... -
Ajax Update Progress
I have a weird problem, i have button inside a update panel which has update progree implemented beside that..for some reason when this stuff is included i could not see server side validation error messaes on teh screen, but when i remove progree, update panel,..i cans ee those messages. I am thinkingh there is some probnlem with asyn postback...cann yone help me out with this....asap -
Asp.net Ajax Password strength
I have noticed when i use ajax password strength control, it is showing me the remaining number of conditions to be satisfied but it is allowing me to bypass the instructions like 1more numeric or 1more special character...Is this the default behaviour of the control do we need to handle it in the code behind?? ny help?Leave a comment:
-
-
By the way, my requirement doesnot care about the first character it can be anything...but overall it should contain 1 uppercase and 1 numericLeave a comment:
-
I used this expression according to my requirement.... (from the expression that you gave_)
^(?=.*\d)(?=.*[A-Z]).{9}$
do you find any thing missing in this?Leave a comment:
-
-
regex
Hi can anyone give me regex for validating password which should allow 9 characters exaclty and I numeric and 1 Uppercase any number of lower case letters..please ...........
Thanks.
in advance -
ajax password strength
ajax password strength
how to do a server side check when using ajax password strength meter. i kmnow it does on client side..can anyone help me out with this? -
-
Please Anyone Help Me Out How To Write A Unittest For A Webservice Facade...creati ng A Mock Object Testing !!!Leave a comment:
-
hey i couldnot build the project to step into the code,..i am getting that argument type to paramter type conversion is nmot possible error as i mentioned..
say my mock and original class contains the following properties
firstname
lastname
middlename
ssn
dob
phonenumber.
i have created a class with t he above properties and in my unittest
public void testmethod...Leave a comment:
-
thank you very much for your reply !!!
yeah i did that, i have created a test project-added a new class which contains all the properties as in my original facade(mockclas s.cs)-created a new method which calls my original method and in that method
1) i have created an instance for my facade
2) instance for the mock object(mockclas s.cs)
3) given all the data for the properties that i have in mockclass.cs
...Leave a comment:
-
webservice facade
hello all,
i am wrinting unittest for my webservice facade, i could not directly pass the object that i am passing in my original webservice facade in my unit test, so i am trying to create a mock object(class which contains all the properties that are used by my original facade) and pass that into my unit test method, but i dont know how to do that, i mean how to create a mock object uin my unittest and pass that in my unittest method,... -
Basic CSS Question
Hi all,
i have a very basic css question. I already have a big css file with lot of classes init.
1) and within the...Code:div.text label.full, div.text2 label.full, div.text3 label.full, div.text4 label.full { width: 152px; padding-right: 10px; font-size: 12px; } div.radio p.question { font-weight: italic; } -
UNIT test
hi urgent query pls.
I could not test my webservice normally using Assert.issame or wtever. as it is throwing a soap exception from my webservice.
I am trying to od like this, catch exception and inside catch, will compare which is the exception that is thrown, i have some 8 exception msgs. Now if any of them occurs i am making it to go through assert.inconclu sive and return a srtring message.is it...Leave a comment:
-
hey i got it...yeah i have to use expectedexcepti on.
Thanks for your reply,.Leave a comment:
-
I am using VS2008 Unit testing. Could you pleaseexplain me in detail..?
Thanks.Leave a comment:
No activity results to display
Show More
Leave a comment: