withoutbugs.com
Showing posts with label
ASP.NET
.
Show all posts
Showing posts with label
ASP.NET
.
Show all posts
Tuesday
WordPress: Call ASMX web service from PHP?
›
WordPress: Call ASMX web service from PHP? How about a scenario, where you have a brand new virgin machine, and you have been asked a qu...
Wednesday
How to think a unified design for multi device architecture?
›
Couple of weeks ago, I responded to question of similar sort , and then I thought I must elaborate on this using actual code snips, that may...
Monday
What is the difference between ASP.NET Async Calls vs Threading?
›
What is the difference between ASP.NET Async Calls vs Threading? This answers following questions: How to improve performance? Should I ...
Wednesday
How to get checked values out of a CheckBoxList?
›
Have you ever thought of why exactly do you love custom extensions? Roll out one just for this case: public static class ControlExtensions...
Should I ever use Entity Framework 4.0?
›
I did a small in-house presentation for the young architects in our company and though of sharing my findings. We compared different ORMs, a...
Saturday
ASP.NET Slow on first access
›
Problem Response is really slow when a page of ASP.NET/MVC web(site or app) is accessed first time. It takes around(depending?) 4/5 second...
Wednesday
SharePoint: Using custom HttpHandler to Response.Redirect() users
›
SharePoint: Using custom HttpHandler to Response.Redirect() users This post generated from a question at StackOverflow; the question rais...
Friday
ModalPopupExtender: .Show() not working!
›
ModalPopupExtender: .Show() not working! Are you having problem with your ModalPopupExtender .Show() method working in other project but ...
How to: Validate User Control
›
How to validate user controls? There is no quick way of validating user control. Following solutions might help. Solution 1: Usually, y...
Monday
ASP.NET: Quick Sort a GridView
›
How to sort a GridView without hitting the database? DataView dv = dt.DefaultView;//Your datatable, dt. dv.RowFilter = "";//Set ...
Tuesday
ASP.NET: Add serial number column in GridView
›
ASP.NET: Add a serial number in GridView 1. Add a template field tag in your GridView markup 2. Add Container.DataItem Index + 1 code 3....
Friday
How to view arabic in Console apps?
›
How to view arabic in Console apps? You cant; The Console applications do not support Arabic Text for input and output due to a limitati...
Saturday
PageMethods vs UpdatePanels
›
While sitting in just another meeting with another lead developer, I was told that they are using UpdatePanels with jQuery just because they...
Tuesday
Crystal Reports Viewer: "This field name is not known.” Error!
›
Crystal Report Viewer "This field name is not known.” Error! I was using Crystal Reports Viewer control in my ASP.NET web application...
Friday
JavaScript: A Quick 'Back-Button'
›
JavaScript: A Quick 'Back-Button' Some time back I wanted to a quick Javascript based 'Back Button' functionality. So I us...
Sunday
ASP.NET ViewState Review
›
Was going through the internals of the ways that ASP.NET engine handles the Viewstate. Came across this wow article by Scott Mitchel . The...
Tuesday
MCMS: Problem Installing MCMS SP1a, J# 3.0 is required!
›
Problem Installing MCMS SP1a, J# 3.0 is required! There is no un/official semi-ignored release of J# 3.0 or J# 3.5; then why Microsoft C...
›
Home
View web version