.NET and BEYOND

Web Developer from New York posting his experiences in his small development world.

Tuesday, June 2, 2015

Finding which event fired(button clicked) in Page_Load or Page_Init/Page_PreInit

›
I was working on an app and I wanted to turn off Event Validations when a certain action was performed to Render the HTML. Keeping them on ...
Friday, May 15, 2015

Filtering/Grouping by multiple columns in sql subquery

›
I have been struggling for a while to have multiple columns in subquery and then filtering out the result. Often with composite keys in t...
Tuesday, April 21, 2015

Defining and using Server variables in the html head section of page

›
My browser was caching the javasscripts and css and it gets annoying when you are multiple design changes to code. So I decided to do cache...
Wednesday, October 23, 2013

Doing a LoC count in Visual Studio

›
I just wanted to know how many lines of Code do I have in my Solution. Here's a nice trick posted by a fellow blogger that uses Regular...
Wednesday, October 2, 2013

Using Razor syntax with Javascript

›
Following approach was done to have the razor syntax in Javascript. Wrapping the javascript <text> with does the job! @if(Model!=n...
Friday, September 20, 2013

Using CKEditor in your MVC project

›
CKEditor is an Amazing Rich Text Editor to be used in your MVC Applications. I had implemented that one of my forms and was bent over to i...
Wednesday, August 7, 2013

Using Jquery and JQuery UI inside AJAX UpdatePanel

›
I wanted to call a JQuery "alert" on the Click event of a button, which was also a Trigger to an Update Panel. My condition for t...
Monday, June 3, 2013

Using Mercurial as a preferred Source Control

›
I needed a Source Control to track changes in my projects, I have been hearing good things about Mercurial and its integration into Visual ...
Wednesday, May 8, 2013

Passing down a string with an apostrophe to javascript function

›
Its like back to  Javascript 101, but sometimes its forgotton and takes up some time to identify whats wrong with the script. Thats what h...
2 comments:
Tuesday, April 16, 2013

Connecting to a Remote SQL Server and Import Data from your local SQL Server (2008 Express)

›
I have a remote database sitting on VPS and I need to transfer the data to the remote server. All I do is first register/connect the remote...
›
Home
View web version

About Me

Usman Suglatwala
View my complete profile
Powered by Blogger.