pareshjagatia.blogspot.com
<coolStuff> By Paresh Jagatia </coolStuff>: Safer Email Address-2
http://pareshjagatia.blogspot.com/2008/06/safer-email-address-2.html
CoolStuff By Paresh Jagatia /coolStuff. June 11, 2008. By : Paresh Jagatiya. Wednesday, June 11, 2008. In our previous article Safer Email Addresses. We discussed how encoded email addresses are good against the email capture programs. Here we will see how to achieve this in ASP.NET. Create a class called BasePage and inherit the System.Web.UI.Page and then inherit all your webpages from this BasePage. Put following code in your BasePage. RegexReplace(content, m.Value, EncodeEmail(m.Value) ;.
nihirporecha.blogspot.com
Smart stuff: April 2009
http://nihirporecha.blogspot.com/2009_04_01_archive.html
Tuesday, April 14, 2009. New way to Store view state at Persistent Medium in .NET. Sometimes, it becomes necessity to store the view state at server side. It can be stored in session or at file IO. Most of us are aware of how to store the view state at server. If not aware of the traditional way of storing the view state at server then check it out. I am going to explain another way, which I think is a great example of having object orientation. NET Provides us a class named PageStatePersister. Writer = ...
nihirporecha.blogspot.com
Smart stuff: Custom Business Objects binding to Hierarchical datasource controls
http://nihirporecha.blogspot.com/2008/12/custom-business-objects-binding-to.html
Thursday, December 25, 2008. Custom Business Objects binding to Hierarchical datasource controls. I am great believer of Object Oriented Concepts and its implementation. Recently, I was looking for a class which will provide me a way to bind my business objects to a hierarchical datasource. I was unable to find it and so finally decided to develop my own hierarchical datasource. 1) The collection should implement an interface. I named it IHierarchySupport. The interface definition is. It will look like.
nihirporecha.blogspot.com
Smart stuff: New way to Store view state at Persistent Medium in .NET
http://nihirporecha.blogspot.com/2009/04/new-way-to-store-view-state-at.html
Tuesday, April 14, 2009. New way to Store view state at Persistent Medium in .NET. Sometimes, it becomes necessity to store the view state at server side. It can be stored in session or at file IO. Most of us are aware of how to store the view state at server. If not aware of the traditional way of storing the view state at server then check it out. I am going to explain another way, which I think is a great example of having object orientation. NET Provides us a class named PageStatePersister. Writer = ...
niravpatel.wordpress.com
SQL Server Reporting Service (SSRS) – HTTP Status 401 Unauthorized Error | Nirav Patel's Weblog
https://niravpatel.wordpress.com/2008/05/21/sql-server-reporting-service-ssrs-http-status-401-unauthorized-error
Nirav Patel’s Weblog. SQL Server Reporting Service (SSRS) – HTTP Status 401 Unauthorized Error. Posted May 21, 2008. Filed under: .Net 2.0. SQL Server Reporting Services. I am going to continue on writing article on SQL Server Reporting Services (Its because, it is providing me good fame on http:/ forums.asp.net. We have to deploy the reports on the the Reporting Services Virtual Directory (. The Report server will expect authorized user to access the reports. This can be done by two ways. Provides forms...
pareshjagatia.blogspot.com
<coolStuff> By Paresh Jagatia </coolStuff>: UserControl communication explained !
http://pareshjagatia.blogspot.com/2008/06/usercontrol-communication-explained.html
CoolStuff By Paresh Jagatia /coolStuff. June 03, 2008. By : Paresh Jagatiya. Tuesday, June 03, 2008. Sender,EventArgs e);. And in the aspx page you write following code. OR this short hand. AddEditUser1.OnUserSaved = UserAdded PageTrigger;. Sender, EventArgs e). Time to refresh the Users' List. BasePage.cs ( base class for all pages). BasePage : System.Web.UI.Page{. TriggeringControl) control.SomethingHappened(triggeringControl, e);. BaseUserControl.cs ( base class for all user controls). Nothing special...
niravpatel.wordpress.com
Date Format Conversion | Nirav Patel's Weblog
https://niravpatel.wordpress.com/2008/05/02/date-conversion
Nirav Patel’s Weblog. Posted May 2, 2008. Filed under: .Net 2.0. There is no any direct method to convert the date format with DateTime type. Probably Convert.ToDateTime() provide such facility with iFormatProvider interface. But, I really don’t know how to use that. So, I found one another work-around to convert the date in other format. Laquo; Credit Card Validations. SQL Server Reporting Services (SSRS) Versus Browser Compatibility ». Leave a Reply Cancel reply. Enter your comment here.
niravpatel.wordpress.com
Credit Card Validations | Nirav Patel's Weblog
https://niravpatel.wordpress.com/2008/01/22/credit-card-validations
Nirav Patel’s Weblog. Posted January 22, 2008. Credit Card transaction is one of the important parts of all e-commerce websites. There are lots of Credit Card Payment Gateways, which help you to authenticate credit cards. But almost all credit card payment gateways took very long time to respond back. And that might cause performance issue with our developed website. 4563 2214 3215 8542. 5147 2254 6585 4521. 3422 4587 9874 125. 3741 5478 9854 654. 3000 2544 8874 12. 3685 1475 8544 32. 3874 8745 6654 85.
niravpatel.wordpress.com
I Love you Dad… | Nirav Patel's Weblog
https://niravpatel.wordpress.com/2009/04/07/i-love-you-dad
Nirav Patel’s Weblog. I Love you Dad…. Posted April 7, 2009. On 16th of Feb 2009, I lost my father. It was a huge loss of my life. He was a great man and fighter. He fought great against cancer. But destiny was defined. Cancer did it’s job. It was very tough to see our dear one dying and you were standing there helplessly. I Love you Dad You are always my source of inspiration. Laquo; Back to Blogging. 1 comment so far. On May 8, 2009. Leave a Reply Cancel reply. Enter your comment here.