raman376
Name: raman376
Score: 2,230
Last Seen: 252 days, 18 hours, 7 minutes ago
Member Since: 3 August, 2012
Blue Ray Plus - Latest Technology News
atom rss
1
Ups

ASP.NET QueryString Usage

published 266 days, 20 hours, 11 minutes ago posted by raman376raman376 267 days, 1 hour, 30 minutes ago
Monday, August 27, 2012 12:10:31 PM GMT Monday, August 27, 2012 6:51:37 AM GMT
Web pages can be requested with query strings. The QueryString collection in ASP.NET accesses this information. When you load file.html?x=y, it will parse the x and the y for you. Most examples show one way of using this NameValueCollection. There are faster and more logical ways.Example First, we see an .aspx Web Forms page that executes when the user accesses Default.aspx. The code here is the code-behind part, Default.aspx.cs, and it is written in the C# programming language. To test the above code, ... (more)
category: ASP.NET | clicked: 0 | comment | | source: www.dotnetperls.com
tags: QueryString
1
Ups

ASP.NET MVC Overview - CodeProject

published 266 days, 20 hours, 11 minutes ago posted by raman376raman376 267 days, 1 hour, 37 minutes ago
Monday, August 27, 2012 12:10:31 PM GMT Monday, August 27, 2012 6:45:07 AM GMT
Introduction ASP.NET MVC is one of the methods of developing ASP.NET applications. In this article, we will go through the overview of ASP.NET MVC by creating a simple application. ASP.NET MVC Framework is Microsoft’s Web Application development framework, the other one being traditional webforms framework. MVC or Model View Controller is a design pattern that addresses the separation of concerns(Soc) which is the process of identifying and separating the application into distinct parts like UI, Log... (more)
category: ASP.NET | clicked: 0 | comment | | source: www.codeproject.com
tags: ASP.NET MVC
1
Ups

How to use the FormView Control in ASP.Net 2.0

published 266 days, 20 hours, 11 minutes ago posted by raman376raman376 267 days, 1 hour, 45 minutes ago
Monday, August 27, 2012 12:10:31 PM GMT Monday, August 27, 2012 6:36:43 AM GMT
ASP.Net 2.0 Training : ASP.Net FormView  ASP.Net 2.0 TrainingVS File ManagementASP.Net ImageASP.Net CheckboxASP.Net ImageButtonASP.Net RadioButtonASP.Net LiteralASP.Net PanelASP.Net LinkButtonASP.Net CalendarASP.Net BulletedListASP.Net FileUploadASP.Net User ControlsASP.Net PlaceHolderASP.Net ListsASP.Net CheckBoxListASP.Net DropDownListASP.Net Data AccessASP.Net DetailsViewASP.Net FormViewASP.Net Repeater ControlASP.Net:Master PagesSending EMailMultiViewTabbed MultiViewASP.Net:Wizard ControlLogin ... (more)
category: ASP.NET | clicked: 0 | comment | | source: www.learn-asp.net
tags: FormView Control
1
Ups

Using ASP.NET: add delete update inside gridview using store procedure in ASP.NET

published 266 days, 20 hours, 11 minutes ago posted by raman376raman376 267 days, 1 hour, 51 minutes ago
Monday, August 27, 2012 12:10:31 PM GMT Monday, August 27, 2012 6:30:47 AM GMT
Introduction: Hello friends, in this article i will explain that how we can insert,delete,update the data in the gridview. Here i am using the store procedure to insert,delete and update the record. With the help of the store procedure the execution of the sql  query make fast. And less  the code of the aspx.cs page. So we can say  the use of the store procedure in the sql server is very important and also very helpful. Implementation: create a new website abb a page named gallery.aspx. Drag and drop th... (more)
category: ASP.NET | clicked: 0 | comment | | source: usingaspdotnet.blogspot.in
tags: GridView
1
Ups

How to use Repeater in ASP.NET

published 266 days, 20 hours, 11 minutes ago posted by raman376raman376 267 days, 1 hour, 57 minutes ago
Monday, August 27, 2012 12:10:31 PM GMT Monday, August 27, 2012 6:24:31 AM GMT
ENESPLCHFR   Enter Keyword 855.232.5550 CALL US REQUEST A QUOTEContact UsNewsAbout UsOur ClientsServicesPortfolioHome Web DesignWebsite designCustom web designWeb developmentE-COMMERCEShopping cart softwareEcommerce websiteEcommerce solutionsInternet MarketingSearch Engine OptimizationSearch Engine MarketingWebsite promotionSOCIAL MEDIASocial media marketingFacebook for mark... (more)
category: ASP.NET | clicked: 0 | comment | | source: www.netrostar.com
tags: Repeater
1
Ups

Complete ListView in ASP.NET 3.5 - CodeProject

published 266 days, 20 hours, 11 minutes ago posted by raman376raman376 267 days, 2 hours, 7 minutes ago
Monday, August 27, 2012 12:10:31 PM GMT Monday, August 27, 2012 6:14:52 AM GMT
Download source - 4.12 KBIntroduction ASP.NET 3.5 introduces a new data binding control named the ListView. ASP.NET already has a lot of data bind controls; it should be more than 10. But the good news is, ListView can literally replace all other data binding controls in ASP.NET. ListView control makes data binding easier than previous controls. It has included styling with CSS, flexible pagination, and sorting, inserting, deleting, and updating features. Complete ListView In this article, I will descr... (more)
category: ASP.NET | clicked: 3 | comment | | source: www.codeproject.com
tags: ListView
1
Ups

Gridview Inside a GridView in ASP.NET 2.0 - CodeProject

published 266 days, 20 hours, 11 minutes ago posted by raman376raman376 267 days, 2 hours, 10 minutes ago
Monday, August 27, 2012 12:10:31 PM GMT Monday, August 27, 2012 6:11:27 AM GMT
Download demo project and source code - 227 Kb Introduction This article will be very useful to all users who are working with ASP.NET 2.0 GridView control. Here, I will explain how to work with the GridView control in ASP.NET 2.0, which is very easier to use than the DataGrid control in ASP.NET 1.1. I will also explain the differences between the GridView and the DataGrid controls. We will also look into how to work with a template column having a DataGrid inside it.Background The basic idea behind t... (more)
category: ASP.NET | clicked: 0 | comment | | source: www.codeproject.com
tags: GridView
1
Ups

GridView Examples for ASP.NET 2.0: Formatting the GridView

published 266 days, 20 hours, 11 minutes ago posted by raman376raman376 267 days, 2 hours, 13 minutes ago
Monday, August 27, 2012 12:10:31 PM GMT Monday, August 27, 2012 6:08:57 AM GMT
161 out of 271 rated this helpful - Rate this topic Click here to return to the TOC. In the examples we've looked at so far, the GridView's output is a tad drab and unattractive. In Figure 7, for example, the GridView's output lacks any color. The text in the header of each column matches the DataSource field names exactly, like ProductName (without a space between Product and Name), whereas it would make more sense to display it as Product Name or perhaps just Product. We also might want to have the U... (more)
category: ASP.NET | clicked: 0 | comment | | source: msdn.microsoft.com
tags: GridView
1
Ups

How Do I Use jQuery Selectors? - ASP.NET Ajax Library

published 266 days, 22 hours, 15 minutes ago posted by raman376raman376 273 days, 18 hours, 9 minutes ago
Monday, August 27, 2012 10:06:40 AM GMT Monday, August 20, 2012 2:13:01 PM GMT
ASP.NETHomeGet StartedDownloadsWeb PagesWeb FormsMVCSolutions FRAMEWORKSWeb PagesWeb FormsMVCTECHNOLOGIESWeb APISingle Page ApplicationAjaxMobilevNEXTASP.NET 4.5ASP.NET MVC 4ASP.NET Web Pages 2More information Get Help:Ask a Question in our Forums|Report a Bug|More Help ResourcesCommunityForums Sign In|JoinHome / AJAX Ajax Control ToolkitDownloadTutorialsFAQContributeAjax Minifier Microsoft Ajax CDNDiscuss (0)HistoryPrintRSS Modified on 2010/09/07 16:10 ... (more)
category: Javascript | clicked: 1 | comment | | source: www.asp.net
tags: jQuery Selectors
1
Ups

Using jQuery with ASP.NET - A Beginner's Guide

published 266 days, 22 hours, 15 minutes ago posted by raman376raman376 273 days, 18 hours, 22 minutes ago
Monday, August 27, 2012 10:06:40 AM GMT Monday, August 20, 2012 1:59:57 PM GMT
Abstract: This article is a guide for getting started with jQuery using ASP.NET and Visual Studio 2008/2010. The article also shows you how to use Visual Studio intellisense feature to develop jQuery and ASP.NET applications. (more)
category: ASP.NET | clicked: 0 | comment | | source: www.dotnetcurry.com
tags: Jquery
1
Ups

Let's start jQuery with ASP.NET - CodeProject

published 266 days, 22 hours, 15 minutes ago posted by raman376raman376 273 days, 18 hours, 24 minutes ago
Monday, August 27, 2012 10:06:40 AM GMT Monday, August 20, 2012 1:58:14 PM GMT
Download source - 144 KBIntroduction jQuery is the most widely used JavaScript library in web applications today, supported by an active community of developers. It is a complex JavaScript object, and could be thought of as a wrapper over selected DOM elements with extended functionality. jQuery is designed to be lightweight, cross browser, and CSS3 compliant. It simplifies the way DOM elements are selected, and makes your operations on that elements simple.Background jQuery can be implemented with... (more)
category: ASP.NET | clicked: 0 | comment | | source: www.codeproject.com
tags: Jquery
1
Ups

ASP.NET MVC RSS Feed Action Result | DeveloperZen

published 273 days, 17 hours, 55 minutes ago posted by raman376raman376 278 days, 1 hour, 19 minutes ago
Monday, August 20, 2012 2:27:01 PM GMT Thursday, August 16, 2012 7:02:56 AM GMT
Tweet Guy wrote a post about rendering an RSS feed on ASP.NET MVC using custom feed model classes and a view that renders the feed XML. There’s a better (shorter) way for achieving the same result while leveraging on the Syndication mechanism built into .NET’s WCF. WCF exposes the SyndicationFeed, SyndicationItem, SyndicationPerson classes which represent our data model. In order to render this model WCF also exposes the Atom10FeedFormatter, and RSS20FeedFormatter classes that can render the feed ... (more)
category: ASP.NET | clicked: 0 | comment | | source: www.developerzen.com
tags: ASP.NET MVC RSS Feed
1
Ups

Create an RSS Feed in ASP.NET

published 273 days, 17 hours, 55 minutes ago posted by raman376raman376 278 days, 1 hour, 23 minutes ago
Monday, August 20, 2012 2:27:01 PM GMT Thursday, August 16, 2012 6:58:23 AM GMT
Introduction Some time ago, it occurred to me that one of my websites would probably benefit from an RSS feed. However, I really didn't understand what RSS feeds were. I understood the basic purpose but really had no clue as to how they worked. With words like "syndication" being tossed around when describing RSS feeds, I had imagined it involved some sort code that continually sent data to some mystical location.Understanding RSS Fortunately, understanding RSS feeds is very easy, and creating your own... (more)
category: ASP.NET | clicked: 0 | comment | | source: www.blackbeltcoder.com
tags: Create an RSS Feed
1
Ups

Create RSS Feeds to your website and Display it in browser friendly design - Build RSS Feeds in Asp.Net 2.0 and Display it with XSLT - Displaying Browser-Friendly RSS Feeds

published 273 days, 17 hours, 55 minutes ago posted by raman376raman376 278 days, 1 hour, 26 minutes ago
Monday, August 20, 2012 2:27:01 PM GMT Thursday, August 16, 2012 6:55:43 AM GMT
Register |Articles|Questions |Projects |Asp.Net Tips |Free Magazines |Tutorials |Search | Write to us | Login Search ArticlesAsp.NetAJAXADO.NetC#Javascript BooksAsp.Net 2.0AJAXADO.NETC#JavaScriptMS SQL ServerSilverLightVB.NETXMLWeb Service ResourcesAsp.Net NewsDownloadsFree Tech MagazinesAsp.Net Web HostingArchivesSoftwaresNewsletterSuggest ... (more)
category: ASP.NET | clicked: 0 | comment | | source: www.aspdotnetcodes.com
tags: RSS Feeds
1
Ups

Consuming RSS Feed using ASP.NET

published 273 days, 17 hours, 55 minutes ago posted by raman376raman376 278 days, 1 hour, 29 minutes ago
Monday, August 20, 2012 2:27:01 PM GMT Thursday, August 16, 2012 6:52:37 AM GMT
Abstract: RSS stands for Really Simple Syndication. It is a format used to publish regularly updated web content such as blogs, articles, news sites etc. In this article we will explore how to consume a RSS feed of a site. (more)
category: ASP.NET | clicked: 0 | comment | | source: www.dotnetcurry.com
tags: RSS Feed
1
Ups

RSS Feed using ASP.NET 2.0 - CodeProject

published 273 days, 17 hours, 55 minutes ago posted by raman376raman376 278 days, 1 hour, 31 minutes ago
Monday, August 20, 2012 2:27:01 PM GMT Thursday, August 16, 2012 6:51:04 AM GMT
Download source - 2.16 Kb Introduction This article will explain how to consume an RSS Feed from another website using ASP.NET 2.0. I have tried to keep this article very simple so that even beginners can easily understand this. This article will explain to you how to use RSS Feeds in eight easy steps using ASP.NET 2.0!Background Before you start reading/implementing the steps using this article, hope you are aware of RSS Feeds. RSS means Really Simple Syndication. Nowadays, every dynamic web site, ha... (more)
category: ASP.NET | clicked: 0 | comment | | source: www.codeproject.com
tags: RSS Feed
1
Ups

XML for beginners and experts - CodeProject

published 273 days, 17 hours, 55 minutes ago posted by raman376raman376 278 days, 1 hour, 36 minutes ago
Monday, August 20, 2012 2:27:01 PM GMT Thursday, August 16, 2012 6:45:29 AM GMT
C# demo project - 25.2 KbVB.NET demo project - 24 Kb Introduction After working with a couple of XML projects for the last six months, I am ready to share a class I wrote called XmlHelper which got me through all the complexity of XML and made my life a lot simpler. If you are a XML beginner or have no idea about XML, this article should teach you the very basic concepts that you need to create any type of XML document. If you already have experience in XML, you will probably benefit by using the metho... (more)
category: OpenSource | clicked: 2 | comment | | source: www.codeproject.com
tags: XML for beginners and experts
1
Ups

XML.NET - Lesson 2: Creating an XML File

published 273 days, 17 hours, 55 minutes ago posted by raman376raman376 278 days, 1 hour, 42 minutes ago
Monday, August 20, 2012 2:27:01 PM GMT Thursday, August 16, 2012 6:40:11 AM GMT
Creating an XML File Techniques Introduction Due to the high level of support of XML in the .NET Framework, there are various ways you can create an XML file. The most common technique consists of using a simple text editor. In Microsoft Windows, this would be Notepad. An XML file is first of all a normal text-based document that has a .xml extension. Therefore, however you create it, you must specify that extension. Many other applications allow creating an XML file ... (more)
category: OpenSource | clicked: 0 | comment | | source: www.functionx.com
tags: XML File
1
Ups

Creating an XML File

published 273 days, 17 hours, 55 minutes ago posted by raman376raman376 278 days, 1 hour, 43 minutes ago
Monday, August 20, 2012 2:27:01 PM GMT Thursday, August 16, 2012 6:38:19 AM GMT
ComputingWeb Design / HTMLSearchWeb Design / HTMLDesign BasicsLearn HTML CSS XMLAwardsShareFree Web Design / HTML Newsletter!Sign Up Discuss in my forumCreating a File in XML – Part 1 From Darla FerraraSee More About:beginning xmlxml Writing in XML is not difficult. The XML language is a skill that most anyone can master. The hardest part about learning anything new is getting started. Creating a document in a computer language is best done step-by-step. Working through the basics of writing in XML w... (more)
category: OpenSource | clicked: 2 | comment | | source: webdesign.about.com
tags: Creating an XML File
1
Ups

Creating XML files Tutorial

published 273 days, 17 hours, 55 minutes ago posted by raman376raman376 278 days, 2 hours, 2 minutes ago
Monday, August 20, 2012 2:27:01 PM GMT Thursday, August 16, 2012 6:19:33 AM GMT
Creating XML files Tutorial Creating XML files Tutorial  Created August 18, 2004 Updated May 11, 2007   This tutorial demonstrates how you can use XML documents creation wizards that come with the Eclipse Web Tools Platform Project. These wizards allow to create XML document from DTD or XML Schema.  After finishing this tutorial you will be able to do the following:  creating an XML file from an XML templatecreating an XML file from an XML schemacreating... (more)
category: OpenSource | clicked: 2 | comment | | source: www.eclipse.org
tags: Creating XML files
Previous 1 2 3 4 5 Next