Latest Blog Posts - Asp.net,Csharp,Ektron CMS,Sql,Jquery Solutions
- datalist control in asp.netHere i will show how to display the images with zooming option in Data list.Data list doesn't provide built in structure for presenting data.So we(developers) provide required custom structure.The Grid view is not applicable for this above requiremen...
- how to send a mail with attachment in asp.netSending mail with attachemt,sending mail with multiple attachments and sending a mail with file,which in application folder are the main things are occurs when working with mail concepts.Here i will describe how to send the mail with attachment path...
- How to get the cookie value in asp.netHere i will show how to set and get the cookie value.Cookies are used to store the small size of data in browser.The below example gives , how perform manipulate functions on cookies .In my application i have three page and each page having two image...
- IIS webserver in asp.neton Mar 6, 2012 in asp.netThe asp.net is server side web specification ,in the asp.net we can work with IIS web server.The web server maintains collection of proxy machines ,very flexibly depending on the request ,the we service gives the response,The total application contro...
- How to create a Infopath form in sharepoint 2010on Mar 5, 2012 in SharePoint 2010Here i will describe how to create an InfoPath form in share point 2010.Go to InfoPath 2010 Designer and click on the file-->New-->select blank form . Whenever we click on the blank form we will get an option to design the Form Then i have in...
- how to upload multiple files in asp.neton Mar 5, 2012 in asp.netHere i will show how to upload multiple file using File upload control in asp.net.For this i have taken one HttpFileCollection to upload the multiple files. CodeBehind: protected void btnUpload_Click(object sender, EventArgs e) { if (FileUpload.Ha...
- how to upload a file in wcfon Mar 3, 2012 in WCFHere i will show how to upload a file in WCF serve rice.The streaming concept is used to implement a wcf service to upload a file.I have created a wcf project i:e UploadFile.svc then Open the IUploadFile.cs and add following code using System; using...
- How to Get the MetaData of ContentBlock in Ektro CMSon Mar 2, 2012 in Ektron CMSHere i will show how to get the meta data of content in ektron CMS.We have some API features to get the meta data of content block.In this One is Content API and other one is meta data API.The another way i:e Taxonomy is used to get the content block...
- How to processing the HttpRequest in ASP.NET MVCon Mar 1, 2012 in MVCHere i wil show how to processing the HTTPRequest in ASP.NetMVC.The MvcRouteHandler class is used to process the HttpRequest.Below is the simple exaple for this.In this you can customise the HttpRequest MvcRouteHandler public class MvcRouteHandler:IR...
- Visual Web Part and SharePoint list in SharePoint 2010on Feb 29, 2012 in SharePoint 2010Here i will show how to access the the share point list data to Visual Web part in share point 2010 and the linq query is used to get the data from share point list.For this,Go to Solution Explorer, expand VisualWebPart1 and double-click on VisualWeb...
Loading Comments...
Comments
{ds_PageTotalItemCount} commentcomments
{pvComments::date}
{pvComments::comment}