MS CRM Customization
Friday, September 14, 2007
Web.Config Encryption and decryption
›
We are providing the connection strings in the web configuration file, in our connection string we are providing all the information of our...
Highlight Row in gridview
›
Following is the code, which will highligh the row, when user will click on any row. logic for this is very simple. I created a one java...
Sunday, August 19, 2007
Gird View Sorting and Paging
›
Sorting of Gridview protected void Page_Load(object sender, EventArgs e) { if (!IsPostBack) { DataSet ds=bindata(); GridView1.DataS...
5 comments:
‹
Home
View web version