.asmx is Web service file, which stands for Active Server Method file.
Monday, October 3, 2011
Friday, September 30, 2011
Wednesday, September 28, 2011
SharePoint list to InfoPath dropdown control
How to add SharePoint column values to InfoPath dropdown control
Step 1: Tools -> Data connections
Step 2: Add a new data connection to receive data
Step 3: Select from where do you want to receive your data
Select SharePoint Library or List
Step 9: Select the column which you need in the drop down box
In you SharePoint site! :
Tuesday, September 27, 2011
Friday, September 23, 2011
.Net Interoperability
- .Net framework supports interoperability.
- Interoperability is the ability of two systems to communicate with each other, The first system could be built on .Net framework and the other system can be of some other technology.
.Net Interoperability is of two types:
- Managed code interoperability
- Unmanaged code interoperability
Manged code interoperability:
Create a class library in c sharp, which has a method called Hello()
Call the c sharp class library in VB project.
Sunday, September 18, 2011
Application of CSharp timer
We can user timers to periodically to check the server and the system is up and running
Subscribe to:
Posts (Atom)