Showing posts with label C#. Show all posts
Showing posts with label C#. Show all posts

jQuery Plugins

0

The word plugin is often used by software developers to describe a third party application that "hooks" into a main application to extend its functionality. Movable Type hosts an active plugin developer community whose plugins have greatly enhanced the capabilities of Movable Type.

Jquery - Document Object Model

0
jquery DOM
jQuery DOM


The Document Object Model is an API which allows developers to access, read, and modify the content of a web page.

POP vs OOP

0



Good Day :) ., Do you know the differences between POP and OOP. Ok., Let's see the differences  (POP vs OOP).


Object Oriented Programming

0



                 Hello., In this post i would like to give you a brief idea about Object Oriented Programming which is also simply called OOP.


JQuery CSS

6

Using JQuery library developers can enhance their websites without worrying about browsers and their versions as long as the browsers have JavaScript enabled.

Most of the JQuery CSS Methods do not modify the content of the jQuery object and they are used to apply CSS properties on DOM elements.

Know about Details View Control with a good Example.

3

The DetailsView is a control that is complementary to the GridView control. It has been introduced in ASP.NET 2.0 to provide an ability to work with a single record or row from an associated data source. The default view of this control is vertical with each column of the record displayed on a line of its own

Using ADRotator Control in our web apps

2
ADRotator:
Adrotator control is one of the rich contorls, Rich Controls are server sided controls that can be used to create complex HTML elements. rich controls provide the developer with complex functionality without having to manually wrote the code to provide that functionality.

In this article I would like to share my idea about getting Identity after a row was inserted in to the SQL Server 2005.
After inserting a row into the database which has primary key feild, most of the time we need the identity, We have three approches based on our reqiurements and situations.

Line Charts with generic handler and dynamic text boxes.

0
Now a days dashboards are common for every data driven web apps, which gives a brief description, like simply and sweet. In those graphs play major role, which shows the report  in a user friendly format., User can understand and analyses the data very easily.

In this post i would like to gave you a brief idea about how to create dynamic controls and
how to handle them with events.

Hi.,

After 10 days., Little bit busy in my work.,

Here I would like to share a basic step that is drawing pie and bar charts dynamically using generic handler and a query string. Here you will see bar and pie charts with random colors.

Hi all,

Here i would like to share something about, how to handle images in the data base with a small asp.net application.

Getting values from the source page using "PreviousPage"

0

The new cross page postback feature released with ASP.Net 2.0 gave a new property on Page object called PreviousPage which provided access to the source or parent page.

Sessions:
Sessions can be used to store even complex data for the user just like cookies.

We have many number of options to pass values from one page to the other page. This is also one of them. Here we can access one form controls values in the other pages after submitting the form.

QueryString to pass values from page to another page.

3
So times we need to pass the values from one page to other page., For this requirement we

had some options. In those Query string is one of the best option.

Differences between VB.Net and C#.Net

6
Its a subjective matter which language is best.,Well this is the most debatable issue in

.NET community and people treat there languages like religion.
Some people like VB.NET’s natural style and some people like professional and terse C#

Hi all.,

Here I would like to explain how to integrate face-book social pulg-in to our web page or to our blogs.

This is very simply., why facebook provides that much of flexibility to create a page based on the type of our organization or we site belongs to.

Hi all...,

I hope this is very useful to the people who are new to web world.

Fro highlighting the we had so many predefined styles and scripts are available for us. On Those my taste is "SyntaxHighlighter" Yes this is Really an awesome code sytax highlighter library.

 Hi all we Know that we had an option to set a session time out value. when the session time value expires we had a problem to again reallocating the session values and session time out with a long process.

 For some we need to keep alive the session values. To solve this problem we actually increase the session timeout value. but this is not a correct process.