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:...
User Profile
Collapse
-
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
SusanLeave 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 -
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....Leave a comment:
-
Yes I resolved it and forgot to let the forum know. Sorry.
Thanks for all the suggestions.
SusanLeave a comment:
-
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"
-
Yes,
That was a typo - in the real XML document I have the <SAMPLE></SAMPLE> typed in correctly.
Thanks for pointing that out.
SusanLeave a comment:
-
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>Leave a comment:
-
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>
No activity results to display
Show More
Leave a comment: