Wednesday, May 22, 2013

Hide Unncessary space when Validator messages are not firing....

While working on validator controls, we need to give some text message to display. When we give a text message many times space is getting created to show validator message....

When validators are not firing that time this space doesn't look good....

To hide this unnecessary space when validator message is not firing set

Display property to Dynamic

i.e. Display="dynamic"

Submit this story to DotNetKicks

Read more...

Saturday, April 6, 2013

Its All About Afilioplace.com place to buy and sell web designs(landing pages)

Afilioplace is the best place to boost Affiliate marketing campaigns.  It the place where Affiliates can buy and sell all the resources required for Successful Affiliate Marketing. This is the best Affiliate Marketplace This site provides quality tools for those who want to be successful in affiliate marketing no matter who they are, they can be simple affiliate marketers, writers, web designers or some programmer.. No matter who you are Afilioplace is the one site which will enhance your marketing campaings...

This site has many things to offer, we can MAKE MONEY WITH AFILIOPLACE...
  1. Designer can sell landing pages for Affiliate purpose
  2. Writers can sell pages, ebooks
  3. Programmers can sell softwares
  4. Marketers can sell their ideas....
Whatever sale this site makes we earn 70% of it which is actually a Really good marketing strategy, we can use this platform to make decent amount of money as well as we can sell our ideas and our own work...

Submit this story to DotNetKicks

Read more...

Wednesday, February 13, 2013

specified cast is not valid. asp.net checkbox

While working on Grid view with Checkboxes and binding dynamic data, I came across an Erroe saying "Specified Cast is Not Valid", it was related to following code
  
                    
                

Then after doing search for specified cast is not valid. asp.net checkbox, I made following changes in the same code it worked.
 
                    
                
I am not going into More details for specified cast is not valid for asp.net checkbox in this article. Submit this story to DotNetKicks

Read more...