master page creation
hello sir/madamcan anyone tel how to create master page and also content page in asp.net with sql server as database and c# code.please explain in detail step by step procedure and code.regards
View ArticleChairs
Exercise 25. The following program has several syntax errors as well as style inconsistencies. Correct the syntax errors and identify the style violations. This program is done in Visual Studio Express...
View ArticleHow to make .exe file from my application?
I made a program using c# and want to create exe of my application, i like to work all of the system , can u explain it detail?
View ArticleRecieve Data From Serial Com Port C# In One Line And Convert To integer problem
Hi guys i have problem i make code that take data from serial com port for weighting machine it is ok working but it recieve data in more lines.I try to make it receive data in one line In code below i...
View ArticleHow to handle null object?
Hi everybody,We have the following extension method: public static Boolean Empty(this object txValue) { switch (txValue.GetType().ToString()) { case "System.String": { return...
View Articlemaking an Interface / Error: Object reference not set to an instance of an...
I am using a few classes of the OPC foundation and one of the classes needs a interface: EmptyNodeManager Node = new EmptyNodeManager(IServertemp, configuration1);IServertemp is a...
View ArticleAccess client side control property values from code behind
I'm developing a web part which consists of a html radio button based on whose selection the further logic is implemented. I'm handling the onclick event of the radio button in Javascript, but i need...
View ArticleHow to use a TTS Engine in SAPI5
Hi all !I have a software that Convert text to Speech and it support SAPI5 Interface. In VS2010 i browsed to it's installed foder and found it. It's name NHMTTSENGLib.dll.When i add it to...
View ArticleXNA Game, problems with Random PosY value on enemies.
Hello there ladies and gentlemen. So here I am, trying to create my first game (quite new to C#).So the game is basicly a lite version of flappybird, the player presses "Space" to jump/float to not hit...
View ArticleApplication Help
I need help for my school project.I need to make mobile application in which users can make their own groups,upload files and leave comments and other users in that groups can also upload their files...
View ArticleTwain can not CloseDS with error "Attempted to read or write protected...
Hi,I have used twain library to scanning my document in my application and its worked just fine. After I upgrade to windows 8.1, error "Attempted to read or write protected memory" has occurred. Twain...
View Articleabout secuence number
Np+1 = (Npx 2) +1.3Np = the first numberCan you give a formula for programming algorithms for the sequence of numbers 1, 3, 7, 15, 31.even though you think it so easy but I am confused with the formula...
View ArticleDisplaying a certain record in datagridview using textbox
Hello Enthusiast, can someone give me the code on how to display a certain record in datagridview by using textbox? Thanks for your help :)
View ArticleSetting Current Time - TimeEdit Control
Hi,I'm using the 'TimeEdit' control from Developer Express on one of my forms and I'm having trouble trying to set the current time for it.I've tried the following but it still appears as '00:00:00'...
View ArticleHow to do mass deployment of a desktop application on the network
I have a windows desktop application [ .exe ] that has to be deployed at a client place . The client has purchased say X licenses and required mass deployment of application on X workstations in LAN ....
View ArticleC# Class Error
Hello All, II want some help the question is that i have created a class in that i have added public static Form1 form;but theres a red underline on Form1 what could be the problem and in the error box...
View Articlehow to digitally signed using PKCS#7-format signing
I am new to encryption what are the step i have to take in order to accomplish this?Scenario 1) i have an xml document2) I need to digitally signed using PKCS#7-format signing3) I need to encode the...
View ArticleC# code Assemblies trouble
I am working with the following code snippet details of which can be found at here.I am trying to assign the code to a button handler but several of the key words from the assemblies I have added show...
View ArticleTargetInvocationException was unhandled
I'm working on a project in Visual Studio 2010 and using C#I'm getting this exception at this point -> Application.Run(new MainIP()); in Program.cs file and MainIP.cs has public...
View ArticleDate according to culture
I have a date binded in a asp.net repeater control. <h5><%# Eval("PublishedDate") %></h5> I have two culture that's it english and arabiccurrently I am getting this [29/04/35...
View Article