Monday, 9 June 2014

How to Changing color of rows or a cell in gridview control of ASP.Net,change GridView Row Background Color ,Changing Gridview row color based on value in that row

Hai frnd this How to Changing color of rows or a cell in gridview control of ASP.NetIn  Head Section take the css color's and use it in RowDataBound<head runat="server">    <style type="text/css">            .teal   ...

Wednesday, 4 June 2014

binding a grid view for registration page ,ASP.net How to bind Datatable with Gridview Code 2014,how to bind gridview in asp.net c#

Gridview Dynamic Binding the data:In this example i am inserting data to database and using grid we are going to display the data in the Front-End .here i am using fields as sno, Firstname,Lastname,Emailid,Phoneno,Addresswhere i am using sno as auto generate column...

Tuesday, 3 June 2014

Top 10 C# Interview Questions and Answers 2014,C# interview questions and answers | Sharath,important .NET interview Questions & Answers

1.what is importance of DOCTYPE in html?<html><head><title>Title of the document</title></head><body>The content of the document......</body></html> The <!DOCTYPE> declaration must be the very first thing in your HTML document, before the <html> tag.The <!DOCTYPE> declaration is not an HTML tag; it is an instruction to the web browser...