Browse by Tags
All Tags »
VB.NET (
RSS)
First, Create a web page default.aspx and put the html code as following.. --------------------------------------------------------------------------- <asp:ScriptManager ID="MainScriptManager" runat="server"> </asp:ScriptManager>...
LINQ is Language Integrated query. It is a integral part of visual studio 2008 and Microsoft .NET Framework 3.5. It is object to database mapping technology thorough which you can query any type of collections of object,XML of database. Recently I am...
Following are the some tricky code to find previous week startdate and enddate in sql server 2000/2005 Set @STimeStamp=GETDATE() set @PStartDate=@STimeStamp-DATEPART(dw,@STimeStamp)-6 set @PEndDate=@STimeStamp-DATEPART(dw,@STimeStamp)
Microsoft will release it's Model view controller base framework for asp.net. In this user will have built in support for model view controller architecture. Here are the some interesting collection of links related to asp.net MVC Framework.. ASP.NET...
Infosys is India's most well know company at we all know.Recently I have visited the Infosys and I found there blogs about Microsoft Technologies. I had read some entries and I found lots of things to learn. here is the link for there blogs about Microsoft...
James Avery created a list of tools that every developer should download. This list contains ..... Snippet Compiler Regulator CodeSmith Building a Custom Template NUnit Writing an NUnit Test FxCop Lutz Roeder's .NET Reflector NDoc NAnt NAnt in Action...
Linq is the one of the most hottest release from Microsoft . Still lots of people don't know what linq is. I have found a great articles from Saqib Ullah . This articles covers all the aspects of Linq in each and every way. Following is the link for that...
//here is the example of business logica layer class public class UserBll { #region Private Memebers private DashBoardData.UserData _objUserData; private DashBoardCollection.UserCollection _objUserCol; #endregion #region Methods public UserBll() { } public...
Here are the some cool links of silver light videos: http://www.microsoft.com/silverlight/video.aspx To Learn silver light You can download learning videos: http://silverlight.net/learn/learnvideos.aspx Another one is what we can do the with silver light...
Hello guys, Sorry for not posting anything for long time. Actually i was busy about changing my job. We have use the dropdownlist with millians of time some developer still does not know that how to insert the listitem at particular level. Suppose your...
More Posts
Next page »