Resource Problem
[Display(Name ="EventName", ResourceType=typeof(ModelsResources))] [Required(ErrorMessageResourceName ="FieldRequired", ErrorMessageResourceType =typeof(ModelsResources))] publicstring...
View ArticleCant get Request information
Hello!I have this cshtml code:@{ ViewBag.Title = "Index"; }<form method="POST"><input type="number" name="FirstNumberInput"/><text> + </text><input type="number"...
View ArticleOnLoginFailed AxMSTSCLib.AxMsRdpClient8NotSafeForScripting
Hi, I'm using the AxMSTSCLib.AxMsRdpClient8NotSafeForScripting control, I successfully use it, login and work, I successfully get theOnDisconnected event, but, when I send wrong Password or Username,...
View ArticleUIP Configuration Error for Web Application
An error occurred creating the configuration section handler for uipConfiguration: Object reference not set to an instance of an objectin Web.Config File.... on below line <uipConfiguration...
View Articlesplitting arabic text file
i would like to split an Arabic text file into words the display this words into a textbox
View ArticleCalling a C++ dll from C#
Hi everyoneI'm having trouble calling a dll (build in C++, visual studio 2012) from a C# code. I'm getting "Unable to find an entry point named ocrExtractText in dll... The c++ code I'm trying to...
View ArticleGetting into C#?
hey so i wanted to start a pet project to make a game. it will be a 2d spaceship sim (similar to FTL, but with more freedom to explore) i wanted to start programming with C# since i heard it was the...
View ArticleMy XML document will not save changes made to the document
Hello all,I am building an application that will allow my user to change their password. Their password will be stored in an XML Document. Also, I plan on doing password reset based off of secret...
View ArticleASPxGridView doesn't show the values which are coming from DataTable
I have two gridviews on my page. What I'm trying to do is that copying selected rows in the first gridview to the second gridview.It adds the rows without values with the code below. Why aren't values...
View ArticleAdd multiple tool tips on single string
Hi,I have a single string that looks like Project ?, Application abc, ?,?, Developers ?The bold ? represents values for different fields and change dynamically.I want to add a tool tip on ?, that...
View Articlec programming
sir ,can you tell me how to make a programe to print the ram of a computer ??
View ArticleI'm trying to scramble words(strings) randomaly but some of them left as they...
This is the code i'm using:private void GetText() { _lengthaboveone = new List<string>(); for (int i = 0; i < _words.Count; i++) { string word = _words[i]; if (word.Length < 4) continue;...
View Articlehow to create master page in c# windows application.
hi, I m doing windows application project, Now i want view all sub forms within the main form like master page, i dont know how to do please help me
View ArticleManaging printing over print server 2003 in C#
Hi All expertsI am developing a web based application in C#. I have get all printers installed over a print server (windows server 2003) and shown all printers in a grid view. Have also get print job...
View ArticleVisual Studio throws an exception: "Object reference not set to an instance...
I'm working in C# (actually XNA) and I have this code for my "Sprite.cs" class:#region Using Statements using System; using System.Collections.Generic; using System.Linq; using System.Text; using...
View ArticleMVC in Visual Studio 2013 Preview
I have installed VS 2013 preview and MVC 4 in Win7. But I can't create a new project in MVC. Please help me with this.
View Article.net c# close connection of shared folder
hi allI'm creating a tool that will close some processes and close open files from shared directory.the tool will run on the server and I want it to close the share connection automatically,just like...
View ArticleHow to Display Sum Total in the Footer of the DatagridView
hi alli have windows application in which a form containing datagridview is there.in that datagridview i want to show total of values of one column at last row . How can i do that
View Articlesend data without internet
hii in my project with send data with email to my clients in another citiesnow when internet in disconnect ,i how to send data to themplease help methanks
View Article