Click here to Skip to main content
15,908,020 members

Videos


Page 2 of 51
1 2 3 4 5 6 7 8 9 10


21. Which field to use for saving color information
Hi All,I have a classpublic class Lane{ public int Number { get; set; } public Color Colour { get; set; }}Which is the model as part of a MVVM application.I need to record the color of the lane and was wondering which class is the best to use so that the color...
Michael Bookatz Updated: 14 Jun 2011
Rating: 4.00/5 ( (1 vote))
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
22. create a one t one chat application in asp.net
Simple Chat Application in ASP.NET[^]simple google
Web Development » ASP.NET »
Michael Bookatz Updated: 10 Apr 2011
Rating: 4.69/5 ( (3 votes))
23. can u help me please ?
Hi Samy,You need to attempt to write this yourself. There are some very good article on this website on how to write C# programs.If you get stuck on specific parts then you can ask a questions and someone will help.People here are not paid to write all of your program for you....
Michael Bookatz Updated: 7 Apr 2011
Rating: ( (No votes))
24. Sorting an Observable Collection using the View Model from the MVVM Pattern
Shows how to allow sorting of controls (e.g. a Listview) that are bound to an ObservableCollection using the MVVM (model, view, view model) pattern and the sorting takes place in the view model.
Michael Bookatz Updated: 7 Apr 2011
Rating: 4.67/5 ( (6 votes))
.

()
» »
Updated:
Rating: ()
25. insert into database from the user
You need to use ADO.net. You need to put some code into the event of the button. Ideally you should separate and do it in a different class so that you separate your view from your model and data access.Sample Code you can use is.SqlConnection sqlConnection;SqlCommand...
Web Development » ASP.NET »
Michael Bookatz Updated: 5 Apr 2011
Rating: 3.00/5 ( (1 vote))
26. How to picture to save datebase(sql2008) and read pic to datebase and show datagridview?
What you need to do in a nut shell, is serialise the image to a blob type in SQL and then deserialise it when you retrieve it from your database and want to display the image on your gridview.It gets more complicated if it is an ASP gridview as then you need to save the images before you...
Michael Bookatz Updated: 5 Apr 2011
Rating: ( (No votes))
27. i have error when publish my web site
It looks like an IIS error. You need to config IIS to use the right start page or allow people to view the directory.
Web Development » HTML »
Michael Bookatz Updated: 4 Apr 2011
Rating: 5.00/5 ( (2 votes))
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()

Page 2 of 51
1 2 3 4 5 6 7 8 9 10