disable resize in textarea
Introduction: I was looking for text area css class to resize, stop resize etc for IE and firefox. Lots article found and some of them works for me. In this article i have given all classes which works for me.
September 8, 2012
В·
Infoyen В·
No Comments
Tags: asp В· Posted in: Tips & Tricks
Table Variables ms sql
Issue Detail: When I drag and drop store procedure into DBML file (Linq to Sql dbml file) it throws below error:- “Unknown Return Type – The return types for the following stored procedures could not be detected” or “No return type for Store Procedure” This happens due to various syntax issues which DBML does not […]
September 2, 2012
В·
Infoyen В·
2 Comments
Tags: asp, MOSS, SharePoint, SharePoint 2010 В· Posted in: ASP .NET, SharePoint, SharePoint 2010
iframe onload event
Introduction:- This article describe; How to add onload event on iframe? This help to perform some action once iframe get load. For example; on button click i display loading image and as soon as iframe content loads ; i hide loading image.
July 21, 2012
В·
Infoyen В·
2 Comments
Tags: asp, javascript В· Posted in: ASP .NET, JavaScript
Increase decrease date by day or month or year using javascript
Requirement:- Increase / decrease date by day or month or year using javascript. In this article I will take example of months to increase or decrease. In same way we can do for day or year.
May 18, 2012
В·
Infoyen В·
No Comments
Tags: asp, javascript В· Posted in: JavaScript
Change RadioButtonList selected index using Javascript
Requirement: Change RadioButtonList selected index on Reset button to default option. This will cover below topicalso:- – JavaScript Get RadioButtonList Selected Value – Javascript Change RadioButtonList selected index – respond to asp:RadioButtonList changes
May 17, 2012
В·
Infoyen В·
2 Comments
Tags: asp, dotnet, javascript В· Posted in: ASP .NET, JavaScript