User Profile

Collapse

Profile Sidebar

Collapse
splendid9
splendid9
Last Activity: Mar 12 '09, 09:02 PM
Joined: Mar 4 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • splendid9
    started a topic update panel and masterpage problem

    update panel and masterpage problem

    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...
    See more | Go to post

  • 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
    See more | Go to post

    Leave a comment:


  • 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...
    See more | Go to post

  • splendid9
    started a topic Ajax Update Progress
    in .NET

    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
    See more | Go to post

  • splendid9
    replied to ajax password strength
    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?
    See more | Go to post

    Leave a comment:


  • splendid9
    replied to regex
    in .NET
    thanks

    Thanks Its working ............... ........
    See more | Go to post

    Leave a comment:


  • splendid9
    replied to regex
    in .NET
    By the way, my requirement doesnot care about the first character it can be anything...but overall it should contain 1 uppercase and 1 numeric
    See more | Go to post

    Leave a comment:


  • splendid9
    replied to regex
    in .NET
    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?
    See more | Go to post

    Leave a comment:


  • splendid9
    replied to regex
    in .NET
    Thanks for the reply but it isnot working :(
    See more | Go to post

    Leave a comment:


  • splendid9
    started a topic regex
    in .NET

    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
    See more | Go to post

  • splendid9
    started a topic ajax password strength

    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?
    See more | Go to post

  • splendid9
    replied to webservice facade
    in .NET
    hey i could not directly use the obvject in my main project
    See more | Go to post

    Leave a comment:


  • splendid9
    replied to webservice facade
    in .NET
    Please Anyone Help Me Out How To Write A Unittest For A Webservice Facade...creati ng A Mock Object Testing !!!
    See more | Go to post

    Leave a comment:


  • splendid9
    replied to webservice facade
    in .NET
    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...
    See more | Go to post

    Leave a comment:


  • splendid9
    replied to webservice facade
    in .NET
    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
    ...
    See more | Go to post

    Leave a comment:


  • splendid9
    started a topic webservice facade
    in .NET

    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,...
    See more | Go to post

  • splendid9
    started a topic Basic CSS Question

    Basic CSS Question

    Hi all,

    i have a very basic css question. I already have a big css file with lot of classes init.

    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;
    }
    1) and within the...
    See more | Go to post
    Last edited by eWish; Oct 3 '08, 10:11 PM. Reason: Please use code tags

  • splendid9
    replied to UnitTest
    in .NET
    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...
    See more | Go to post

    Leave a comment:


  • splendid9
    replied to UnitTest
    in .NET
    hey i got it...yeah i have to use expectedexcepti on.

    Thanks for your reply,.
    See more | Go to post

    Leave a comment:


  • splendid9
    replied to UnitTest
    in .NET
    I am using VS2008 Unit testing. Could you pleaseexplain me in detail..?

    Thanks.
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...