Hello All,
Could someone please provide some sample code that demostrates the following.
I am trying to set sharepoint group mygroup1 as a owner of the newly created sharepoint group mygroup2.
I know how to set users and members...but I am not sure how to set a group as a owner of another...
Hello All,
Which template should I use for Knowledge Mining – where each user defines their own subjects of expertise and can be effectively searched for based on skill and skill level.
Thanks for any suggestions...
-DNG
Guys,
I am opening a new page on a button click event to show the search results. This new window comes up blank not giving the user any obvious message to the user that the process is running...sometimes the page takes 30 seconds to load...
I was wondering what is the easiest way to show/hide...
Guys,
I have this working in C# project but not in VB project...
in the MasterPage.master.vb file, I have
Public Overridable ReadOnly Property MainBody() As HtmlGenericControl
Get
Return Me.maintop
End Get
End Property
in the content page, I am trying to...
Guys,
Need some help on parsing xml file.
Below is the line I have in my code:
XmlNodeList xmlnode = xmldoc.GetElementsByTagName("G_NEW_DATE");
and the outerxml that I get looks like below for xmlnode[i].OuterXml
<G_NEW_DATE>
<DAY>THURSDAY</DAY>
<LIST_G_CAT>
<G_CAT>
<1MONTH>100</1MONTH>...
Guys,
Need some help on parsing xml file.
Below is the line I have in my code:
XmlNodeList xmlnode = xmldoc.GetElementsByTagName("G_NEW_DATE");
and the outerxml that I get looks like below for xmlnode[i].OuterXml
<G_NEW_DATE>
<DAY>THURSDAY</DAY>
<LIST_G_CAT>
<G_CAT>
<1MONTH>100</1MONTH>...
Hello All,
I have a datatable as shown below
Date | price
_________________
1/1/2010 | 10
1/2/2010 | 11
1/3/2010 | 9
1/4/2010 | 12
I want to add a column to this datatable to result
Date | price | change
______________________
1/1/2010 | 10 |
1/2/2010 | 11 | 1
1/3/2010 | 9...
Guys,
I need to programmatically access/hit a URL and find out the response code before procedding any further. I need to check for 404 page not found error and validate user entry and show the error message.
Any suggestions for achieving this...
Thanks
-DNG
Hi Guys,
I am trying to come up with an algorithm that takes two input strings "L" and "R" and an int n that tells number of combinations.
if n is 1, the result should be L, R
if n is 2, the result should be LL, LR, RL, RR
if n is 3, the result should be LLL, LLR, LRL, LRR, RRL, RRR
and so...
Guys,
I have a hashtable that looks
Key | Value
____________
1_1 | myobject1
1_2 | myobject2
2_1 | myobject3
2_2 | myobject4
2_3 | myobject5
I want to filter this hashtable based on the key 1* or 2*
and create a sub list/arraylist of myobjects
some method like FilteredList(2_*) would give an...
Guys,
I have binary tree as follows
One Step
_________
A
/ \
B C
Two Steps
_________
A
/ \
B C
/ \ / \
D E E F
Three Steps
____________
A
/ \
B C
/ \ / \
D E E F
/ \ /\ /\ /\
G HH I H I I J
and so on...
I...
Guys,
I have an asp.net application that uses forms authetication and AspNetSqlMembershipProviderRelaxed provider. No problems with this application.
I have another application...its a J2EE application...I have a link on one of the Jsp pages that opens a new window and tries to show one of the...
Guys,
I have three files: mymovie.swf, myzz.flv and SkinUnderPlaySeekMute.swf. All the files are in the same folder.
I am trying to embed this flash video in the web page. Below is the code I am trying to use. Most of the code is generic and I found it online...
Guys,
If you look at the following website: http://www.jigsaw.com
on the top right corner, when you click on sign in link, a nice little pop up login form comes up...
I was wondering how can I get such a pop up. I am aware of how to hide and unhide panels using javascript. But not sure how to...
Guys,
I am not sure if anyone has used lytebox found at:(http://www.dolem.com/lytebox/index.htm)
If any of you used it in the past, I would glad if you can assist me with an issue that am having using the lytefram.
I am using lyteframe and showing a form in it. When the user submits the form...
Guys,
I am using the following code that I found online for creating an accordion. It works fine but I want a way to navigate from tab 1 to tab 2 and from tab2 to tab3. I mean on tab1, I want to have a link/button/anchor that when clicked activates and opens tab2 and similarly on tab 2 I want a...
Guys,
I need help in writing a regular expression that checks for the following
1. at least 6 characters
2. at least two non alpha-numeric characters
thanks in advance
-DNG
Guys,
I have a ASP.NET application in which I use aspnet membership provider for user authentication.
I have a second application that is a Java EE application.
My current requirement is that whenever a new user is registered on this application, I need to create a new account on the asp.net...
Hello All,
I am creating a JAVA EE application and I have a session level bean called MyApplicationSessionBean.
MyApplicationSessionBean.Java has the following:
private String userType;
public getuserType()
{
//business logic here to decide what type of user
//uses database for deciding what...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.