skip to main
|
skip to sidebar
Dot Net Interview Question & Answers, Dot Net
Home
Business
Internet
Market
Stock
Downloads
Dvd
Games
Software
Office
Parent Category
Child Category 1
Sub Child Category 1
Sub Child Category 2
Sub Child Category 3
Child Category 2
Child Category 3
Child Category 4
Featured
Health
Childcare
Doctors
music
politics
Uncategorized
Wednesday, December 7, 2011
.net Interview Question and answers
5:39 AM
No comments
Can you edit data in Repeater control?
No
, it is readonly and forward only control so we can't edit data in repeater control.
Posted in:
Asp.net
Email This
BlogThis!
Share to X
Share to Facebook
Newer Post
Older Post
Home
0 comments:
Post a Comment
Subscribe to Our RSS feed!
Follow Us on Twitter!
Recent Posts
Popular Posts
Palindrome Program in C#
How to Write a Palindrome Programme using C# ? using System; using System.Collections.Generic; using System.Text; namespace ConsoleAppli...
Reverse string Program in c#
1st Method public string Reverse(string str) { int len = str.Length; char[] arr = new char[len]; for (int i = 0; i < len; i++) {...
Difference between Execute Scalar and Execute Reader
What is the difference between Execute Scalar and Execute Reader? Execute Reader.. 1.Returns a datareader with data. 2.It is done by com...
Asp.net Cross-Page PostBack example & Post Back
Post Back means sending the data to server and return the data in same page. Cross-Page Post Back means sending the data from one page to...
Visual Studio Keyboard Shortcuts
Visual Studio 2003 & 2005 Default Keyboard Shortcuts Text Manipulation Copy Ctrl + C Cut Ctrl + X Paste Ctrl + V Undo Ctrl + Z Red...
Difference between for and foreach loop in c#
The for loop executes a statement or a block of statements repeatedly until a specified expression evaluates to false. there is need to s...
Difference between an abstract class and interface Class
eature Interface Abstract class Declaration and implementation of Methods Contain only declaration of functions and methods. It does n...
Liimrasoft Academy - Online IT Courses Training
At LiimraSoft Academy , we are dedicated to providing unparalleled opportunities for professional growth and advancement in the ever-evolvin...
How to implement Custom Paging in ASP.Net GridView control
Require for Custom Pagination ASP.Net GridView fetches all the records and then displays one page from the fetched records. Thus for illustr...
CONCEPTS OF OBJECT ORIENTED PROGRAMMING
CONCEPTS OF OBJECT ORIENTED PROGRAMMING: 1.Class 2.Object 3.Inheritance 4.Interface 5.Abstract Class 6.Overriding 7.Polymorphism (or ) Over...
Categories
Ado.net
(4)
Asp.net
(8)
CSharp
(3)
FrameWork
(2)
Linq
(1)
Oop
(4)
Program
(2)
Share Point
(1)
Shortcuts
(1)
Silverlight
(1)
Tutorial
(3)
VS
(1)
Blog Archive
►
2024
(1)
►
April
(1)
►
2012
(5)
►
February
(1)
►
January
(4)
▼
2011
(25)
▼
December
(25)
Difference between Execute Scalar and Execute Reader
Difference between for and foreach loop in c#
Difference between an abstract class and interface...
Page Life cycle in asp.net
multiple catch blocks in a single try statement
Asp.net Cross-Page PostBack example & Post Back
Ways To Optimize C# Code
Dot Net Video Tutorial
Ado.net Interview Question
Visual Studio Keyboard Shortcuts
C sharp Sample Programs
A Simple ASP.NET MessageBox Class
Online Course ASP.NET 4
ASP.Net Interview Questions for 1 Year Experience
What’s New in Visual C# 4.0
What is LINQ
SharePoint Interview Questions
How to implement Custom Paging in ASP.Net GridView...
Difference between string and string builder
What is connection object
What is a Linked Server
.net Interview Question and answers
what is bubbled event
What is Silverlight
Difference between string and string builder
Download
Design by
Free WordPress Themes
| Bloggerized by
Lasantha
-
Premium Blogger Themes
|
SharePoint Demo
0 comments:
Post a Comment