Monday, 13 August 2012

ASP.NET Simple SearchBox

Introduction:     Going to explain Simple Search Box using SqlDataSource And LIKE Query.. Explaination: We Have TextBox1 and Button1 And GridView1 HTML Markup: <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Search-Mahad-aspspirits.aspx.cs" Inherits="Search_Mahad_aspspirits" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server"> ...

Saturday, 11 August 2012

ASP.NET : ViewState Viewer!

I'm Dedicating this ViewState Viewer to ASP.NET Students of AUC..It will decode ViewState Rendered Form in to human readable form.. For Testing write code ViewState["Hello"] = "YourMessage Here"; Right click on your WebApplication.aspx Go to View the Source.. and copy the value of the ViewState Past In the application and Press "Decode".      *****TESTING****** For Testing Past: /wEPDwUKMTg1ODczOTU0Ng8WBB4JU29tZVRoaW5nBQxoZWxsbywgTWFoYWQeA0FVQwURU2lyLiBBdGlmIEh1c3NhaW5kZL+umfdCAFV60ZIc/BU4cb2KfcQK...

Wednesday, 8 August 2012

How To find last updated date in datatable values in c#.net

I've Answered : http://forums.asp.net/t/1830090.aspx/1?how+to+find+last+updated+date+in+datatable+values+in+c+net Question : Hi friends,    I have requirement like i need to find last updated date from DataView . I have data like Project ID,UpdatedDate If same ProjectID i have 4 records,with different updated dates.So i need to find last updated value and compare other date. How can i get this last updated table using Dataview or data table.Can you share is there any simple method to do this..Answer:Its ExampleI have Column "ReceiptDate" ReceiptDate 4/21/2012 4/21/2012 4/21/2012 NULL 4/21/2012 4/21/2012 NULL 4/21/2012 NULL 4/21/2012 NULL 5/23/2012 4/23/2012 NULL 5/2/2012 5/27/2012 NULL 5/27/2012 6/9/2012 NULL 6/9/2012 NULL 6/9/2012 So,...

ASP.NET GridView Fix Header!

GridView MarkupBelow is the GridView Markup<div id = "container" style ="height:200px;overflow:auto;width:617px "><asp:GridView ID="GridView1" runat="server"    AutoGenerateColumns = "false" CssClass = "grid">   <Columns>    <asp:BoundField ItemStyle-Width = "200px"    DataField = "CustomerID" HeaderText = "CustomerId" />    <asp:BoundField ItemStyle-Width = "200px"    DataField = "City" HeaderText = "City"/>    <asp:BoundField ItemStyle-Width = "200px"    DataField = "Country" HeaderText = "Country"/>   </Columns></asp:GridView></div> You...

Page 1 of 512345Next
Twitter Delicious Facebook Digg Stumbleupon Favorites More