Click here to Skip to main content

Articles by Sandeep Mewara (Articles: 12, Technical Blogs: 3, Tip/Tricks: 6)

Articles: 12, Technical Blogs: 3, Tip/Tricks: 6

RSS Feed

Average article rating: 4.76

Selection Controls

How to extend a WPF Textbox to Custom Picker
Posted: 2 Nov 2012   Updated: 24 Nov 2012   Views: 10,090   Rating: 4.82/5    Votes: 15   Popularity: 5.67
Licence: The Code Project Open License (CPOL)      Bookmarked: 24   Downloaded: 763
This article is to show how to extend a standard WPF Textbox to behave as a Picker via Template Style.

Ajax

ClientCallback custom control for web applications
Posted: 19 Dec 2008   Updated: 19 Dec 2008   Views: 47,933   Rating: 4.91/5    Votes: 51   Popularity: 8.38
Licence: The Code Project Open License (CPOL)      Bookmarked: 102   Downloaded: 663
A client callback custom control and how to use it in WebForms.
JavaScript Access to Page Controls after Ajax Update (via Update Panel)
Posted: 22 Sep 2008   Updated: 22 Sep 2008   Views: 46,023   Rating: 4.71/5    Votes: 51   Popularity: 7.97
Licence: The Code Project Open License (CPOL)      Bookmarked: 51   Downloaded: 201
Having access to a page via JavaScript once the update panel's update on server gets over
Partial update of parent page via AJAX (ASP.NET 2.0) on close of a child window - conditionally
Posted: 23 Sep 2008   Updated: 23 Sep 2008   Views: 47,428   Rating: 4.73/5    Votes: 51   Popularity: 8.07
Licence: The Code Project Open License (CPOL)      Bookmarked: 65   Downloaded: 593
Partial update of parent page based on a certain value passed from the child window via AJAX (using UpdatePanel).

ASP.NET

Server side Delimiters in ASP.NET
Posted: 14 May 2012   Updated: 18 Jun 2012   Views: 31,991   Rating: 4.94/5    Votes: 33   Popularity: 7.50
Licence: The Code Project Open License (CPOL)      Bookmarked: 31   Downloaded: 0
This is to see all server side delimiters available for use in ASP.NET

ASP.NET Controls

Multiselect Dropdown for Web Applications
Posted: 25 Sep 2008   Updated: 17 Dec 2008   Views: 143,451   Rating: 4.83/5    Votes: 78   Popularity: 9.13
Licence: The Code Project Open License (CPOL)      Bookmarked: 164   Downloaded: 3,535
How to select multiple values from 'a dropdown look & feel' in a Web application
Customizable 'Loading' Control for Web Applications with Designer Support
Posted: 7 Jan 2010   Updated: 7 Jan 2010   Views: 33,055   Rating: 4.87/5    Votes: 50   Popularity: 8.27
Licence: The Code Project Open License (CPOL)      Bookmarked: 101   Downloaded: 1,112
Just drag n drop of a control to show 'in process' indication in a Web application
Multiple Datatypes in a Single Column of a DataGrid in a Web Application
Posted: 16 Oct 2008   Updated: 25 Nov 2008   Views: 25,145   Rating: 4.76/5    Votes: 30   Popularity: 7.04
Licence: The Code Project Open License (CPOL)      Bookmarked: 34   Downloaded: 202
One out of multiple datatype controls can be shown in a single column of a Datagrid based on row datatype (Customized datagrid column)

HTML / CSS

HTML5 Quick Start Web Application
Posted: 15 Feb 2013   Updated: 15 Feb 2013   Views: 28,432   Rating: 4.97/5    Votes: 66   Popularity: 9.04
Licence: The Code Project Open License (CPOL)      Bookmarked: 157   Downloaded: 1,870
HTML5 self learning center - Explore and understand the new features!

Office Development

Import and Export Outlook Appointments (using JavaScript)
Posted: 7 May 2007   Updated: 24 Sep 2008   Views: 89,649   Rating: 4.73/5    Votes: 50   Popularity: 8.03
Licence: The Code Project Open License (CPOL)      Bookmarked: 64   Downloaded: 643
How to import and export appointments from Outlook on client-side via JavaScript (for a web application hosted on the server).

SQL Reporting Services

Using Report Builder to build reports
Posted: 24 Sep 2008   Updated: 24 Sep 2008   Views: 71,975   Rating: 4.00/5    Votes: 45   Popularity: 6.59
Licence: The Code Project Open License (CPOL)      Bookmarked: 53   Downloaded: 787
How to build reports from Report Builder and save it on the Report Server.
Localization of SSRS Reports
Posted: 12 Feb 2009   Updated: 12 Feb 2009   Views: 98,358   Rating: 4.87/5    Votes: 37   Popularity: 7.67
Licence: The Code Project Open License (CPOL)      Bookmarked: 59   Downloaded: 2,516
How to localize the SQL Server Reporting Services Reports

Average blogs rating: 5.00

ASP.NET

“Cannot evaluate expression because the code of the current method is optimized” [Technical Blog]
Posted: 28 Jan 2013   Updated: 28 Jan 2013   Views: 3,074   Rating: 0.0 / 5    Votes: 0   Popularity: 0.0
Licence: The Code Project Open License (CPOL)      Bookmarked: 1   Downloaded: 0
Possible solutions to the problem.
“Invalid postback or callback argument” [Technical Blog]
Posted: 28 Jan 2013   Updated: 28 Jan 2013   Views: 3,128   Rating: 0.0 / 5    Votes: 0   Popularity: 0.0
Licence: The Code Project Open License (CPOL)      Bookmarked: 3   Downloaded: 0
A possible solution.

Site & Server Management

HTTP 500 – Internal server error [Technical Blog]
Posted: 12 Feb 2013   Updated: 12 Feb 2013   Views: 5,801   Rating: 5.00/5    Votes: 1   Popularity: 0.00
Licence: The Code Project Open License (CPOL)      Bookmarked: 3   Downloaded: 0
Possible resolutions.

Average tips rating: 4.66

ASP.NET

Disable all 'links' on the page via Javascript [Tip/Trick]
Posted: 25 Feb 2010   Updated: 25 Feb 2010   Views: 7,316   Rating: 4.82/5    Votes: 10   Popularity: 4.80
Licence: The Code Project Open License (CPOL)      Bookmarked: 4   Downloaded: 0
While working on one of the feature asked by client to disable all the controls of the panel while an asynchronous operation is in process, I encountered that though link buttons are disabled(grayed out) they can still be clicked (thus they still work!) :(I was looking into it why such...
Simple and easy way to clear all the input fields in the form. [Tip/Trick]
Posted: 26 Feb 2010   Updated: 26 Feb 2010   Views: 911   Rating: 0.0 / 5    Votes: 0   Popularity: 0.0
Licence: The Code Project Open License (CPOL)      Bookmarked: 2   Downloaded: 0
ALTERNATIVE #2: via JavaScript function ClearAllControls() { for (i=0; i<document.forms[0].length; i++) { doc = document.forms[0].elements[i]; ...
Simple and easy way to clear all the input fields in the form. [Tip/Trick]
Posted: 26 Feb 2010   Updated: 26 Feb 2010   Views: 1,030   Rating: 0.0 / 5    Votes: 0   Popularity: 0.0
Licence: The Code Project Open License (CPOL)      Bookmarked: 1   Downloaded: 0
This is an easy way to clear all input fields in the form.

Site & Server Management

App_Offline.htm [Tip/Trick]
Posted: 5 Mar 2010   Updated: 5 Mar 2010   Views: 8,415   Rating: 4.38/5    Votes: 7   Popularity: 3.70
Licence: The Code Project Open License (CPOL)      Bookmarked: 2   Downloaded: 0
If you place a file with the name App_Offline.htm in the root of a web application directory, ASP.NET 2.0 will shut-down the application, unload the application domain from the server, and stop processing any new incoming requests for that application.ASP.NET will also then respond to all...

Programming Tips

Unable to DEBUG Silverlight project? [Tip/Trick]
Posted: 24 Mar 2010   Updated: 24 Mar 2010   Views: 13,729   Rating: 4.56/5    Votes: 6   Popularity: 3.50
Licence: The Code Project Open License (CPOL)      Bookmarked: 3   Downloaded: 0
Today I was looking at one of the client's Silverlight projects. I was able to debug anything but Silverlight code!I did so much of R&D on the internet and tried various tricks suggested. But only this thing worked for me:When you add a Silverlight project to an ASP.NET solution, you...
Browser back button issue after logout [Tip/Trick]
Posted: 9 Dec 2010   Updated: 20 Feb 2013   Views: 61,683   Rating: 4.89/5    Votes: 57   Popularity: 8.59
Licence: The Code Project Open License (CPOL)      Bookmarked: 61   Downloaded: 0
How to stop user from accessing the previous pages once he/she logs out and presses browser back button.

Sandeep Mewara
Software Developer (Senior)
India India
Member
From Bangalore, India.
My blog: http://smewara.wordpress.com/


Advertise | Privacy | Mobile
Web03 | 2.6.130516.1 | Last Updated 21 May 2013
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid