Click here to Skip to main content
15,892,737 members

Videos


Page 1 of 2
1 2


1. How To Authorize The Google Stmpt For Asp.Net.. Got Following Error When I Use
I think you need to use your gmail account with those credentials in "FROM" address.Otherwise google will treat this as security issue.
Web Development » ASP.NET »
Slava Khristich Updated: 25 Jan 2015
Rating: ( (No votes))
2. Integrating Knockout, JSRender, and Twitter bootstrap with MVC4
How to use JSRender templates with knockout.js in MVC4
Web Development » HTML5 »
Slava Khristich Updated: 12 Jul 2012
Rating: 4.00/5 ( (2 votes))
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
3. Split large XML files into small files
Read any size XML docuement and split it into small supporting files.
Slava Khristich Updated: 9 Jan 2012
Rating: 4.04/5 ( (14 votes))
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
4. Sql Stored Procedure Fetching Problem
Add Print @Keyword to your stored procedure and see what you pass as @Keyword to SQL. You may just have quote issue in your statement.
Database Development » SQL Server » SQL Server 2008
Slava Khristich Updated: 8 Jun 2011
Rating: ( (No votes))
.

()
» »
Updated:
Rating: ()
5. XML parsing in WP7
Parsing and navigating XML tree in Windows Phone 7 (WP7)
Mobile Apps » Windows Phone 7 »
Slava Khristich Updated: 30 Jul 2010
Rating: ( (No votes))
6. Thread Synchronization Issue: Aborting thread with locked resources
I don't know what your app is doing, but you may also look into timer idea...If working thread is writing data you can pause the timer and re start it after process is completed. again, that may not be the case for your app.I have done it with my threads for file listener process.
.NET » »
Slava Khristich Updated: 8 Jun 2010
Rating: 1.40/5 ( (3 votes))
7. how to download updated exe in asp.net
Create setup project and it will create setup.exe/.mvi files which client can download and install. Package will have all components needed for the app. :)
Web Development » ASP.NET »
Slava Khristich Updated: 8 Jun 2010
Rating: ( (No votes))
8. sorting gridview columns pagewise when we use order by inthe select query
Here is an example of stored proc call where you can pass page number and count or rows returned as well as "IN" parameters. If needed, you can change them to your country code for example.The key is SELECT ROW_NUMBER() OVER (ORDER BY Name) AS Rowin your GridView on grid sorting event...
Web Development » ASP.NET »
Slava Khristich Updated: 8 Jun 2010
Rating: ( (No votes))
9. How to drop dependency constrations in Oracle for all tables
BackgroundI had to write a script to do some tables alternation and datamodification. I run into the problems where I had disable existingconstraints and re enable them at the end of the process. I wassearching the web for automated script to do that but whatever I foundwas not exactly w
Slava Khristich Updated: 17 Nov 2009
Rating: 3.00/5 ( (1 vote))
10. Store and forward GPS data for Smart Phones
How to deliver GPS data asynchronously to the server over the internet without queues.
Web Development » ASP.NET »
Slava Khristich Updated: 28 Jul 2009
Rating: 4.64/5 ( (6 votes))
.

()
» »
Updated:
Rating: ()

Page 1 of 2
1 2