No announcements
Found 3870691 threads
-
0 Votes
What is the VB equivalent to this C# code?
Since Evidence is a IEnumerable, you can use For Each loop with a temp variable of type object, and then compare the type with Is operator for the temp variable.Answered | 4 Replies | 2277 Views | Created by Abdul A. Ali - Tuesday, November 15, 2011 12:59 PM | Last reply by cheong00 - Wednesday, November 16, 2011 6:27 AM -
0 Votes
How to implement autocomplete in input text form using Jquery Mobile
Hi, Most likely you will have to write quite a bit of code to achieve this.Answered | 3 Replies | 5905 Views | Created by Yuwei Pan - Tuesday, September 3, 2013 10:04 AM | Last reply by Huy Nguyen MSFT - Friday, September 6, 2013 6:02 PM -
4 Votes
how to show hide updatePanel using jquery ?
Don't use the code the hide the update-panel.Answered | 13 Replies | 12664 Views | Created by sparty naved - Monday, May 28, 2012 12:55 PM | Last reply by servy42 - Wednesday, May 30, 2012 2:29 PM -
5 Votes
How to write using a SaveFileDialog?
Write( "Invalid file path characters are: " ); textWriter->Write( Path::InvalidPathChars ); textWriter->Write( Char::Parse( ".Answered | 9 Replies | 4974 Views | Created by vsaa - Monday, February 22, 2010 1:06 PM | Last reply by vsaa - Monday, February 22, 2010 6:08 PM -
0 Votes
How to write a String Palindrome code
How could it not compile with Option Strict On when Option Strict On is displayed in the code?Answered | 13 Replies | 3879 Views | Created by Anilgeek - Saturday, May 3, 2014 6:35 AM | Last reply by Andrew Morton - Sunday, May 4, 2014 2:38 PM -
2 Votes
how to change field as required using Jquery
Thanks for posting the jquery validation method.Answered | 18 Replies | 18840 Views | Created by AlexMathew - Wednesday, February 20, 2013 2:21 PM | Last reply by Ercy - Friday, May 5, 2017 9:07 AM -
1 Votes
How to use Jquery Data Grid in HTML
What plugin do you use?Answered | 3 Replies | 1597 Views | Created by Sagar Gohil - Wednesday, July 2, 2014 12:08 PM | Last reply by Sagar Gohil - Friday, July 4, 2014 12:09 PM -
0 Votes
how to write a code for withdrawal using C#
double OriginalBalance = 10000; Console.WriteLine ("How much you'd like to Withdraw"); double AmmountWithdraw = ...Answered | 8 Replies | 7394 Views | Created by jagsparks - Saturday, August 2, 2014 4:14 PM | Last reply by Brian Muth - Sunday, August 3, 2014 4:30 AM -
2 Votes
Using javascript and jquery in an aspx page with vb code behind
That's very helpful of you, I would never have known that jquery and javascript are not VB.NET unless you'd provided that stellar insight.Answered | 7 Replies | 1853 Views | Created by Dhb7 - Monday, May 30, 2016 7:54 AM | Last reply by DA924x - Wednesday, June 1, 2016 12:13 PM -
4 Votes
how to write C# code in HTML code?
Hello Bahare, You can write C# Code like this.Answered | 9 Replies | 2870 Views | Created by Bahare Aghabarari - Wednesday, August 20, 2014 3:09 PM | Last reply by Eyal Solnik - Thursday, August 21, 2014 7:37 AM -
3 Votes
Writing Code
The words are called your program or source code.Answered | 10 Replies | 1382 Views | Created by pjb1957 - Monday, September 9, 2013 8:55 PM | Last reply by litdev - Thursday, September 26, 2013 8:54 PM -
0 Votes
C# equivalent of C's scanf()
There is no direct keyword equivalent of scanf in C#.Answered | 1 Replies | 2551 Views | Created by BHarmath - Tuesday, January 5, 2016 9:09 AM | Last reply by Sezhiyan Thiagarajan - Tuesday, January 5, 2016 9:28 AM -
3 Votes
VB.Net equivalent of VB6 code which are obsolete.
I agree that most of the code containing these methods will have to be massively rewritten.Answered | 6 Replies | 19524 Views | Created by Simran Kaur - Monday, August 30, 2010 6:16 AM | Last reply by Simran Kaur - Friday, September 17, 2010 8:13 AM -
0 Votes
How to trigger Sharepoint Event Reciever using javascript/jquery ?
First of all, why don't you use field validation instead of javascript/jQuery validation?Answered | 1 Replies | 1459 Views | Created by trulyChaitu - Monday, April 6, 2015 12:25 PM | Last reply by Bruno2007 - Monday, April 6, 2015 4:10 PM -
0 Votes
How to write code for previous transaction
We need to see more of your code.Answered | 2 Replies | 658 Views | Created by Durgavalli26 - Friday, July 22, 2016 7:25 AM | Last reply by BonnieB - Sunday, July 24, 2016 4:59 PM -
0 Votes
How to write a jquery ajax REST api function to create a list in SP2013?
Hi, Please add the following code into a content editor web part, it works in my test environment.Answered | 1 Replies | 964 Views | Created by sp.user - Wednesday, February 24, 2016 9:17 PM | Last reply by Dennis Guo - Thursday, February 25, 2016 8:24 AM -
1 Votes
Cannot upload using Jquery
You can use Cloudinary's jQuery file upload plugin, this plugin enables multiple file selection, drag and drop support, progress bars, validation and storage for ...Answered | 3 Replies | 2139 Views | Created by Adityo Setyonugroho - Friday, February 17, 2017 1:14 PM | Last reply by Yuli007 - Monday, June 12, 2017 7:57 AM -
0 Votes
Writing to excel spreadsheet using coded ui
I would like to know if you can extract data from an application UI successfully and now you want to write the data into a spreadsheet.Answered | 1 Replies | 3032 Views | Created by shaolin786 - Thursday, September 27, 2012 1:11 PM | Last reply by Amanda Zhu - Friday, September 28, 2012 2:34 AM -
2 Votes
How to write this code in SQl server??
Read this as well http://msdn.microsoft.com/en-us/library/ms130214.aspx Many Thanks & Best Regards, Hua MinAnswered | 6 Replies | 2249 Views | Created by SUNII - Wednesday, September 26, 2012 9:18 AM | Last reply by Jackson_1990 - Wednesday, September 26, 2012 9:56 AM -
3 Votes
jQuery 2.0.3 Not Working
I've got it working, but needed to use jQuery version 1.10.2.Answered | 6 Replies | 3350 Views | Created by Kelly Rusk - Tuesday, December 3, 2013 10:06 PM | Last reply by Brandon Atkinson - Wednesday, December 4, 2013 1:07 PM
No announcements