xml to csv
Hello, I want to xml format convert to csv format in c# but I don't find running programme
View ArticleError System.NullReferenceException: Object reference not set to an instance...
I want to read excel file and save it into dataset then put into database. The code is work fine when debugging, means I can upload the file,read it and save into database. But after I publish the...
View ArticleAutoSelect Combobox value C#
Hi, I am trying to take a string, seperate it into 3 parts and parse one of them into a combobox only if it has that value in it.So...The values are stored in an Enum and are displayed in the combobox....
View ArticleData type c # and c + + convert
e~I use C #, call C++ DLL;A lot of problems;~!-_-!~The max obstacle is data type convert;How to convert char[3][2] from C++ to C#?I want to be used as a parameter in struct ,So ,They must be the same...
View Articleto know about concept.of POWER_ON
sir,, i want to know ,,"" if my pc is shutdown mode then how it POWER_ON auto using any language..like c,c++,c#..ete, at a given specific time interval....""
View ArticleTimesheet
Hi,Want to create small time sheet application.In that i have ajax calendar for startdate (textbox) and enddate (texbox) .When i click on the date i want show whole week dates on 7 labels .Please...
View ArticlePassing parameters to Action Method from ActionLink
Hi I want to pass dropdown values to action method from ActionLink but while debugging second parameter coming properly but first one is null. Have a look at my code.@Html.DropDownListFor(x =>...
View ArticleSpeech Recognition -- ASP .net (or) Web Form and ADO.net
I like to create a application which recognizes audio input(mostly numbers) and convert it to textimmediately [It is the core logic]. Is there possibilities using ASP.net to perform it (instant...
View Articlestoring data from a inputbox into an array
I'm making an app in which the data which is been entered by the user should be stored into an array!Tarun Pothulapati
View ArticleError when Adding a new view
When I try to add a new view, selecting my model class, I get an error, "There was an error running the selected code generator: 'There was an error getting the type 'mycontextname.Models.mymodelname'....
View ArticleLINQ
hi allI want to combine 2 queries in in one. I have following code and how will i write LINQ to combine it - var List = (from m in resellers select new SelectListItem...
View ArticleShow/Hide form in Thread
Please look into my code.private void Form1_Shown(Object sender, System.EventArgs e) { this.Hide(); Thread ThreadInit = new Thread(InitializeProcess); ThreadInit.Start(); } public void...
View ArticleAuthentication and Authorization of Web API
I guess I have got an overall idea of how authentication and authorization works, but I appreciate if someone can provide me a bit more clarity on it. I will explain what I have understood so far, and...
View Articleoops topic list
Hi all,I want to just cover the entire oops topic list, I have prepared as per I know if any topic which I have miss please add....
View ArticleAbout AviManager
HelloI use this code AviManager aviManager =new AviManager(@"new.avi", false); //add a new video stream and one frame to the new file VideoStream aviStream...
View ArticleLearning C# and struggling with Interface search and foreach code block
I'm new to C# and trying to implement my code to return an employee from an interface, at this point I'm beginning to confuse myself with what I'm doing, any suggestions?/// <summary> ///...
View ArticleCalling Stored Procedure with C# and Entity Framework
I am trying to run a simple stored procedure using a c# application I am writing that is using Entity Framework. Here is my stored procedure:ALTER PROCEDURE [dbo].[spupdTblAlertBySiteAlert]...
View ArticleMake binding source filter case insensitive
Right now I have a DataGridView DataSource property set as a bindingsource.We have also build a custom control Called 'filter' where when I type into the box it builds a filter string and then sets the...
View ArticleUsing SQL Server Compact in C# (Field Types)
I just learned that I need to use a field type called bit for true and false statements. I wanted to find out of some one could show me some code on how to use this option.The idea is that I need to be...
View ArticleNetwork Credential reading files
Is it possible to use NetworkCredential to connect to a file on a web server and read that file.I can get the NetworkCredential to connect but do no know how to open the file.xmlIf this is not the...
View Article