User Profile

Collapse

Profile Sidebar

Collapse
suzi167
suzi167
Last Activity: Mar 17 '08, 05:58 PM
Joined: Feb 26 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • suzi167
    started a topic Serialization
    in .NET

    Serialization

    Hello all,

    I have a question.

    if I have a class A which is marked as [Serializable] and I need to use it in class B which is NOT marked as [Serializable] how can I do that without getting an error message.

    [Serializable]
    public class A
    {

    }


    public class B
    {
    public A;
    }

    the above scenario gives me an error message:...
    See more | Go to post

  • OK Thanks I will try that.


    Thanks

    Susan
    See more | Go to post

    Leave a comment:


  • Thanks for the reply.

    I saw this page and I know how to use the OnClientActiveT abChanged event but the question is once I am in the js function how to get the index of the active Tab.

    Thanks

    Susan
    See more | Go to post

    Leave a comment:


  • How can I get the ActiveTabIndex from a client side javascript function?

    hello All,

    I need to be able to get the tabContainer.Ac tiveTabIndex on my client side in Java Script.
    How can I do that?

    Thanks

    Susan
    See more | Go to post

  • suzi167
    replied to ModalPopUpExtender
    Show a ModalPopUpExten der

    Hey Everyone,

    I have a ModalPopUpexten der which shows up when teh page loads and I am usig it for the user to enter a username and password.

    If the pasword is incorrect however, once the user clicks on the OK button I want the ModalPopUpExten der to NOT go away.
    I tried many different things.
    How can I make the dialog box Show when I wanted it from Java Script....
    See more | Go to post

    Leave a comment:


  • suzi167
    replied to XSLT Nested for-each
    in XML
    Yes I resolved it and forgot to let the forum know. Sorry.

    Thanks for all the suggestions.


    Susan
    See more | Go to post

    Leave a comment:


  • suzi167
    started a topic ModalPopUpExtender

    ModalPopUpExtender

    Hello Everyone,

    I am having the following issue.

    I have an AJAX enabled Web Application in C#.
    I am using a Master Page and then I have a Default.aspx page which is based on the Master page.
    In my Default.aspx page I am using a ModalPopUpExten der control which I have declared in teh following way:
    Code:
    
    <cc1:ModalPopupExtender ID="ModalPopupExtender1" runat="server"
    ...
    See more | Go to post

  • suzi167
    replied to XSLT Nested for-each
    in XML
    Yes,

    That was a typo - in the real XML document I have the <SAMPLE></SAMPLE> typed in correctly.

    Thanks for pointing that out.

    Susan
    See more | Go to post

    Leave a comment:


  • suzi167
    replied to XSLT Nested for-each
    in XML
    Sorry,

    I submitted it by mistake. Here is the complete picture:
    Code:
    <LIMS>
    
       <SAMPLE>
    
            <ANALYSIS>SAMPLE1</ANALYSIS>
    
       <SAMPLE>
    
    
      <NODE_TRANSLATION_MAP>
       <SAMPLE_LEVEL>
          <RECORD>
               <LIMS_VALUE>ANALYSIS</LIMS_VALUE>
               <SL_VALUES>
    ...
    See more | Go to post

    Leave a comment:


  • suzi167
    started a topic XSLT Nested for-each
    in XML

    XSLT Nested for-each

    Hello everyone.

    I am relatively new to style sheets and I have the following issue.

    I have an XML document with this structure:

    <LIMS>

    <SAMPLE>


    <SAMPLE>
    <LIMS>
    See more | Go to post
No activity results to display
Show More
Working...