Microsoft Dynamic CRM
Hi All,I wanted to know about Microsoft dynamic CRM. 1. Have any one used it? 2. What is the main purpose of using it ?3. What is the scope of the dynamic CRM?4. What are the advantages and...
View ArticleBoxing/unboxing and Performance ?
The conversion from a value type to a reference type is known as boxing. Boxing happens automatically if a method requires an object as a parameter and a value type is passed. On the other side, a...
View ArticlePut DataList into Session Object
Hi I have a DataList that is getting rows from a table and filling my DataList. When my user leaves my page, I want to hold this DataList in Session and show it again if/when the user returns to the...
View ArticleRun-time video editing
Hello!First, thank you for reading my question. I am facing a problem and i need your help. I need to figure out how to do the next:1- take the image coming from the webcam (input). 2- Split it to 2...
View ArticleInternet connection info application using .NET
I want to create an application which shows me Internet usage since connected and disconnect automatically internet after some given MB of data usage and also display live uploading and downloading...
View ArticleDate not getting updated aftr editing from datepicker in WP7
Hi,I am currently using the Datepicker provided from the windows phone 7 toolkit nov 2011.In my applicaion i have fetched the value from the datepikcker and saved it in the db without any problem.The...
View ArticleSAML SSO for google
Hi all, My question is how to use my website credentials to integrate with google apps . is it necessary to register website signin, and signout page in googel apss control panel ? can we test...
View ArticleSelenium Automation Testing tool using selenium IDE ?
How to parametrized using selenium(IDE) How to parametrized using selenium web driver through excel sheet.
View ArticleDisable/Enable Gridview Control
Dear Friends,I need to disable a gridview when I click on Edit Template column using codebehind. When i Click on Cancel button I need to enable Gridview back using Java script. Can any one help me in...
View ArticleDeploying a WCF Service
This question will be vague because I am not sure what information to provide.I have a WCF Service that works. I forget whether it is a WCF Service Library or WCF Service Application. It works if I...
View ArticleJavascript as Dynamic class
Hi all I have created a javascript function along with the scripts in a class file using string builder as followspublic static string ShowAlertMessage(string pHeader, string pError) {StringBuilder...
View Articlehow to check room availabilty in a hotel between two dates?
I have a database of booking where we can book a room and new user want to check the room available between two dates or not?
View ArticleHow to get rows cell value from JQGrid to Controller Action
Hii to all, I have a requirement that i need to get an two tables data from DataBase & display in JQGrid,i have done this using EntityFramework & LINQ in MVC3,here i have one more requirement...
View ArticleDownload status bar in web application
task concept is i did songs download page its working well but my task is while download show the download status like while download status show our browser default but i need show my page.. so please...
View ArticleType Information Operators
is , as , typeof , sizeofThe is Operator allow you to check whether an object is compatible with a specified type.int i = 10;if(i is object){ Console.WriteLine("i is an object");}The as Operator...
View ArticleNull coalescing Operator
If the first operand is not null, then the overall expression has the value of the first operand.If the first operand is null, then the overall expression has the value of the second operand.For...
View Article.NET API for document viewing and editing.
We are building a document management system in ASP.NET. This application should support document (office documents, PDF and TIFF) viewing and editing on line (in the browser itself). We are looking...
View ArticleCreate XPS document with AUTO pages
HOW CAN FLOWDOCUMENT/FIXEDDOCUMENT ADD A NEW PAGE WHEN THE PREVIOUS IS FULL LIKE IN MICROSOFT WORD??????????explanation-->How do I create a .XPS document(using fixed or flowdocument) such that I...
View Articlec# date compare validation
i have two text vox with calender imageone is start date another is end date i want end date aways greater than start date how i validate plz help me<asp:CompareValidator ID="CompareValidator1"...
View Article