- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
10 Posted Topics
While creating a site collection or site & workspaces using SharePoint API , you can add these two lines code to enable the publishing feature.Provided below is an example using C# for enabling publishing feature at site collection level. Code in C# // Turn on publishing feature objSiteCollection.Features.Add(SPFarm.Local.FeatureDefinitions["PublishingSite"].Id); // objSiteCollection … | |
Re: i, Though I am not a technical person but found your post to be very informative. I would like to share a link where a Software Testing Engineer of my company ( Mindfire Solutions ) has done a very good analysis on SQL and MYSQL testing. Here is the link … | |
Re: Hi, This l[URL="http://www.mindfiresolutions.com/What-is-cURL-And-How-To-Enable-It-For-XAMPP-183.php"]ink[/URL] will solve your problem.go through this. | |
Re: Its a nice article.Losing weight through iphone.innovative. | |
Re: Hi, I am sharing with you some [URL="http://www.mindfiresolutions.com/Using-AJAX-with-jQuery-148.php"]ajax [/URL]tips.check. [QUOTE=CFROG;1099993]I'm having some trouble validating radio groups. I thought this would be simple enough but it's not turning out that way. The form is rather long so I have it broken down into sections, each in it's own div. The form … | |
Re: Hi, good one.Google is there everwhere now.Retail also!! | |
Re: hi, msdn.microsoft.com , vbdotnetheaven.com will help u .Have a look. [QUOTE=abhay1234;1098972]Dear sirs, I am trying to learn vb.net in 2005 and 2008.Where can i get good tutorials to learn basic as well as advanced. OOPs and web development etc. thank you[/QUOTE] | |
Re: Hi, This is Eliza.I believe the following link might be helpful. [url]http://solutions.mysql.com/solutions/tools?type=13[/url] [QUOTE=Lightninghawk;1095237]I am not a database person by far. I know how to efficiently use MS Access. I posted a topic earlier in the design forum and received good responses that have led me to want to use MySQL. … | |
Re: [code] String query = "Select * from Member where username= ?userName"; MySqlCommand cmd = new MySqlCommand(query, conn); cmd.Prepare(); cmd.Parameters.Add("?userName", TextBox2.Text); MySqlDataReader print = cmd.ExecuteReader(); bool read = print.Read(); string password = print.GetString(2); [/code] [QUOTE=roswell67;1097840]Hello, I am having trouble converting my "MySQL" statement to a prepared statement. here is the part … | |
|
The End.