I have a few tables in a c# application I\'m currently working on and for 4/5 of the tables everything saves perfectly fine no issues. For the 5th table everything seems good until I reload the progra
I wrote a c#.net 4.0 application and I need to send data to a VB6 application. the VB6 can send and recive data via DDE, but I can\'t find any working and or understandable DDE protocol for my C# app.
I have an application which creates page routes from a database. My whole site is secured with forms authentication but I need to allow unauthenticated uses to access these routes. I don\'t want to ha
I have a simple winforms app (c# .net 4.0) that reads from and updates data to a sql server compact 3.5 database.
I have quite common linq2sql bussiness model from mssql database. There are some associations between tables, which is good. Whole model is in separate assembly. I am using JSON.NET library for serial
I have a pr开发者_运维问答oblem where i have to get the path of a xml file which i have included in my solution. Can any body how to get the path of that file.?
I\'ve been using LuaInterface and Lua 5.1 in several C# applications that required scripting, most notably a few games, an IRC bot and a full IRC client that I\'ve recently decided to resume working o
<asp:GridView ID=\"GridView1\" runat=\"server\" AutoGenerateColumns=\"false\" Height=\"146px\" Width=\"308px\">
I\'m trying to create a Class with List of Lists, but can\'t get it to work: public class Structure { public List<int> variable1 = new List<int>();
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari