Archives
-
Unable to open pdf in IE 10 and unable to move tabs in IE10
I was not able to open .pdf files in IE10 on Windows 7. It will just show an some image on top left corner on the page. The same worked fine on Windows 8 machine. I found the solution on stackoveflow. Here’s the three step process that fixed it.
-
Validate ASP.NET CheckBoxList which is inside a DataList Control
Recently someone was facing a problem on validating a CheckBoxList using CustomValidator control. The CheckBoxList was inside of a DataList control.
-
jQuery watermark plugin not working when postback from within an UpdatePanel
Issue: I had a textbox with jquery watermark applied inside of an asp.net UpdatePanel. When I postback without entering anything in the textbox and grab the Text1.Text in the postback, the value showed the watermark text. Ideally it should be empty text as I did not enter anything in the textbox.