Let’s start with some background. Google was an early pioneer of the Web development technique called “Ajax.” Ironically, when you Google the phrase “What is Ajax?” the search engine comes back with A Greek hero of the Trojan war, son of Telamon, king of Salamis. He was proverbial for his…
Monday, April 22, 2013
Finding and Fixing Ajax’s Elusive Bugs
live IPL Streaming links HD
IPL 2013 Live streaming website
http://live.cricket-365.me/ipl-live_2013.html
http://cricketok.blogspot.com/p/cricket-2.html
http://1tvlive.in/live-cricket-hd/
http://www.eteamz.com/palomvnrth/
http://www.bplt20.net/live-tv/
http://www.newtvworld.com/India-Live-Tv-Channels/ipl-cricket-live-streaming.html
http://live.cricket-365.me/ipl-live_2013.html
http://cricketok.blogspot.com/p/cricket-2.html
http://1tvlive.in/live-cricket-hd/
http://www.eteamz.com/palomvnrth/
http://www.bplt20.net/live-tv/
http://www.newtvworld.com/India-Live-Tv-Channels/ipl-cricket-live-streaming.html
Monday, April 15, 2013
Tuesday, January 29, 2013
Free eBook: 50 Ways to Avoid, Find and Fix ASP.NET Performance Issues
50 tips from the ASP.NET and SQL Server communities for boosting performance in your ASP.NET app.
Click here is download
Thursday, January 10, 2013
8 JavaScript Interview Questions You Need to Know
8 JavaScript Interview Questions You Need to Know (via Dice News in Tech)
Hiring manager Kevin Kubasik at marketing and web development agency HZDG has an insight assessment when it comes to hiring coders steeped in JavaScript knowledge. Says Kubasik, HZDG’s development director: “[It’s] a language that almost every developer can use to accomplish little tasks, but…
Update data in one table with data from another table in MS SQL Server
How to update the data from different table
Here is Sql Server Update statement
Update DestinationTable
Set Field = SourceTable.Field //if you have multiple field separated by comma
From DestinationTable
Inner Join SourceTable
On DestinationTable.CommonField = SourceTable.CommonField
Below live example of update of sql server
Destination Table
Source Table
Update DestinationTable
Set ProductPrice= SourceTable.ProductPrice //if you have multiple field separated by comma
From DestinationTable
Inner Join SourceTable
On DestinationTable.ProductID= SourceTable.ProductID
Here is Sql Server Update statement
Update DestinationTable
Set Field = SourceTable.Field //if you have multiple field separated by comma
From DestinationTable
Inner Join SourceTable
On DestinationTable.CommonField = SourceTable.CommonField
Below live example of update of sql server
Destination Table
| ProudctID | Name | ProudctPrice |
| 100 | Glasses | $29.99 |
| 101 | Lens | $99.99 |
Source Table
| ProudctID | Name | ProudctPrice |
| 100 | Glasses | $49.99 |
| 101 | Lens | $199.99 |
Update DestinationTable
Set ProductPrice= SourceTable.ProductPrice //if you have multiple field separated by comma
From DestinationTable
Inner Join SourceTable
On DestinationTable.ProductID= SourceTable.ProductID
Result after the update
Destination Table
| ProudctID | Name | ProudctPrice |
| 100 | Glasses | $49.99 |
| 101 | Lens | $199.99 |
Monday, January 7, 2013
How to fix Compilation Error
How to fix Compilation Error
Read the compilation error message it tell you have multiple DLL of same control.
Read the compilation error message it tell you have multiple DLL of same control.
so we have to remove one of them.
just go to of that folder and simple delete one of DLL that has old Date.
here is folder path on mine
c:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\176f9068\e46e6059\
it might different of yours. just follow the compilation error message path.
Friday, December 14, 2012
Friday, July 30, 2010
Saturday, June 6, 2009
Subscribe to:
Posts
(
Atom
)

