Recently I developed a wcf service. It开发者_Go百科 was working fine till yesterday . I was able to test it
Let\'s go straight to the problem. I have two gridviews from which one generates the data source to another one. Both gridviews have ability to edit the item (row), but editing only works in first gr
I wonder that, what is the process of the validation mechanism in asp.net? When I donot enter anything in the textboxes, the error messages come but which I wonder the mechanism of it, which attribute
I want get the folder names from server.MapPath in ASP.NET MVC 3 application. In this action, I have to check (if ther开发者_StackOverflow中文版e exist more folders in a given folder name) if a .jpg f
I want to create a specific class to manage a collegion in my application. For example, I have a Store and I have a list of customers in a collection, in this collection I have a customer that is the
if (thedata[m].ToUpper() == thedata[m] && thedata[m].Contains(\" \") || (thedata[m - 1] == \"\" && thedata[m].Contains(S开发者_如何学运维peaking)))
e.g. for (int i = 0; i < speaker.Length; i++) { s.WriteLine(speakerAmt[i] + \\t + speakerID[i]); } I\'m trying to get a tab character in-between speakerAmt[i] and speakerID[i].
I have a report that show开发者_开发技巧 some info about cities.I want to show the state name below all cities along with a state.
I\'ve recently started working on a project based on Microsoft .NET MVC 3. Progress has been good so far, but I keep having a nagging feeling that might design is not 100% as it should be, mostly rega
I find classes inherit from interface : var baseType = typeof(ICustomSerialization); Assembly assembly = baseType.Assembly;