Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
Ranked #4K
~5K People Reached
Favorite Tags

10 Posted Topics

Member Avatar for eliza81

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 …

0
146
Member Avatar for ayesha789

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 …

Member Avatar for elisha24
0
1K
Member Avatar for Venom Rush

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.

Member Avatar for wrivera
0
131
Member Avatar for newsguy
Member Avatar for CFROG

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 …

Member Avatar for eliza81
0
100
Member Avatar for Techwriter10
Member Avatar for abhay1234

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]

Member Avatar for abhay1234
0
202
Member Avatar for Lightninghawk

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. …

Member Avatar for ppetree
0
213
Member Avatar for roswell67

[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 …

Member Avatar for eliza81
0
1K
Member Avatar for eliza81
0
75

The End.