Web Services Performance
Hello, I'm developed the Point of Sales (POS) application in Windows and iPad (iOS devices) app using local database such as MSSQL Server Express and Sqlite3. These applications work great and FAST in...
View ArticleHosting Sqlite database in iOS
Hello, I've developed a Point of Sales (POS) app on the iPad and iPhone. The app builds with local SQLite database. The app mainly operates in a single store (close loop) environment with local network...
View ArticleHow to do Approval Process using Share Point Sequential work
How to do Approval Process using Share Point Sequential workflow vs 2010 ?I have Created Two ListsList 1 and List 2In List 1 I have Title and Status(Pending, Approved and Reject),Default value is...
View ArticleModalpopupextender in asp.net
hi...I have Modalpopupextender for chat window.....That means i am displaying popup say with Modalpopupextender1 ....is it possible to open one more popup say Modalpopupextender2 from...
View ArticlePre-build for solution
Hi alli have a process that using for pre-build event [for example - to analysis project dependencies]. when i use it for a project (C#), it's looked in Pre-Build event window like:...
View Articlesilverlight EventHandlerList could not be found
I'm aware that to display the Control properties, you just need to use a code like this System.Reflection.PropertyInfo[] propertyInfo = button1.GetType().GetProperties(); for (int i = 0; i <...
View ArticleMerging Similar Keyed Access Databases
Hi,I have more than 2000 access databases, all have PK. I want to through C# merge the data bases into SQL server database.ThanksJohn
View ArticleCreate Friendly Url on browser's Status Bar On Link Hover
I want to show address in the status bar while hovering a link as like that http://www.example.com/product/Men/Fragrance/After_Shave This Is my Url Whick is on Url Bar. But At the status bar url looks...
View ArticleHow to Export Dataset to EDRM XML Format Using C sharp
Hi Friends, I have created windows application, in this application i have exported Dataset to .xml format. when i open this .xml file into EDRM Tool it's throwing Error. "Line number:2 Error...
View Articlehow to create and work with tempaltes in C#.NET?
how to create and work with tempaltes in C#.NET? kindly explain step by step
View ArticleChange career at 29?
Hi Team,I am 29 and have around 6 yrs of experience in IT Helpdesk. Currently I am jobless and have decided to persue some specialisation. Now the thing is I have already spent 6 yrs in IT Helpdesk...
View Articlecannot implicitly convert system type to event handler
I created two properties for button in master pagepublic Button test { get { return Button1; } } public Button print { get { return Button4; } }in child page: Master.print.Click +=...
View ArticleData binding in silverlight 5
hi all,how to bind datas using datagrid in silvelright 5.while i am entering details in textboxes(like firstnaem,lastname.age),after clicking submit button the details must shown in datagrid.i am using...
View ArticleCreating a form dynamically
Hi,I have to create a form by drag and drop the controls like in Visual studio. and set the properties.I have done a sample but not fulfilled. <html...
View Articlehow to calculate total '% Processor Time ' ,
I need to calculate total '% Processor Time', without using any performance counter.?????NOTE:ie i need value corresponding to the counter '\\Processor(_Total)\\% Processor Time'
View ArticleC Sharp Code to output text file
Hello guys, I have a console app in C sharp in visual studio 2008 to reformat a text file. How do I display the information into the console window and output that information to a text file when I run...
View ArticleHow to work with Windows Installer XML(WIX) and OCTOPUS ?
Hi,i am new to build and deployment process for C#.net Windows projects. here is my question"How to work with WIX and OCTOPUS in C#.net to build deploy c# windows projects. Kindly explain step by step...
View Article