KayUnplugged.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
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...
Friday
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...
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...
Wednesday
ASP.NET: How to pass NULL value to Crystal Reports
›
Question: How to pass NULL value, or "no value", to parameters defined in, probably user defined, Crystal Reports, that in turn a...
Button click event being called automatically upon Page Refresh
›
Problem statement: Button click event being called automatically upon Page Refresh (F5). Bug: When I press F5, I get duplicate records. ...
Thursday
Manual comma separation versus the cool CommaDelimitedStringCollection class!
›
Some time back while looking around for something else, I was stumbled upon this class, and I simply enjoy using it! A "wow" -cl...
Wednesday
Javascript: How to create ASP.NET Reset Button?
›
Wondering, how to create an ASP.NET based reset button; which is not an Html Reset(input type=reset)? Type-in the following Javascript cod...
Thursday
ASP.NET - Crystal Reports: PrintControl.Cab ActiveX problem
›
Crystal Reports: PrintControl.Cab ActiveX problem Problem: I have a crystal report (some version) with asp.net (usually v2.0), I am using...
›
Home
View web version