Premium Blogs

Blog of the Moment

Decorating ideas guide
Decorating ideas gui..
blog listed in
(home_garden)
Asp.net,Csharp,Ektron CMS,Jquery ,Sql So
It has coding tips for developers in Microsoft technologies and products.It will help to all level developers in Microsoft technologies and will given rare coding technics
Listed in Programming on position 20 and overall rank is 3924
Country
Language English
Owner bhaskarareddy
Member Since January 21, 2012
URL http://csharpektroncmssql.blogspot.com
Pagerank 0
Tags
Latest Posts on: Asp.net,Csharp,Ektron CMS,Jquery ,Sql Solutions
Retrieved latest 5 posts at: http://csharpektroncmssql.blogspot.com/feeds/posts/default

sql server:how to create a foreign key relationship

Here i will show how to create a foreign  key relation between two tables in server.The parent table must have the primary key field when we will giving the foreign key with child table.For this we have to right click on the child table ,select relationships then  we will get a pop like as in screen.In this pop up we have an option "Tabl..

Posted on 23 May 2012 | 4:05 am

How to programmatically download file from sharepoint

  Here i will show how to get the documents from share point site.For this we can use path of document to download or to do any file operation in folder.The below example has the path of the url of document(testfilename) i:e http://www.localwebtest.net/TestDownloadimageSP/Document/results.doc".If you  what to get the data we should use t..

Posted on 22 May 2012 | 4:35 am

create custom list view and filter the list data in sharepoint 2010

SharePoint has one of the best feature i:e we can  create a custom  view for list.Basically the view can used to display the user tasks based on the login in share point and we can filter the list data using as our filter condition.Here i will show how to create a view for subjects list and filter the data as per author using (SPSite Sit..

Posted on 22 May 2012 | 3:42 am

Grid view row data bound event in asp.net

Here I will show how to do RowDataBound event in grid view in asp.net.For this I have given a simple example which is bind the percentage data to label in grid view. <asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="false" Width="100%" OnRowDataBound="GridView1_RowDataBound">     <Columns>   &nb..

Posted on 21 May 2012 | 5:47 pm

how to use XmlDataSource in asp.net

Here i will show how to use xml as the data source for user information. 1.For this create an XML file using add new item and enter user information with required columns inside it 2.Got o data layer and write a method to search data in the created XML file and return true or false 3.Go to login page and in logiin button check for credentials usi..

Posted on 20 May 2012 | 3:38 pm