Browse by Tags

All Tags » ASP.NET (RSS)
The default behaviour of AJAX Accordion is: you click on any Accordion pane (say; any control placed in Accorion Pane Header section) cause that pane to Expand and collapse rest of the panes other than the pane which you clicked. It is also fairly easy...
This is a mere note to remember for future rather than a blog entry. While I am working on code to download file from server. I write below code: { int ChunkSize = 10000; string sFileFullPath = Server.MapPath("New Text Document.txt"); System...
Here is another requirement (perhaps a common requirement!) I needed to implement in one of on-going project website application. I needed to generate a PDF file as output from the inputs entered by end-user in a form. On Completing the form, end-user...
Core ASP.NET : This Refcard summarizes the most commonly used core functions and controls in ASP.NET Try it ! Its free but requires registration.
There are possible work-a-round and solution to work upon "session auto expire earlier" issue. Setting SessionTimeOut in web.config would no be enough to have your session persist for the said time or you want it to be. Here I have found some...
Cross browser compatibility struggle is getting upsetting while working with asp:Menu Server Control. Anyhow, It was not rendering/working well with Safari and Chrome. A bit of googling... and I have a solution for this. I have added below small piece...
While working on DNN 5.0 site, I was trying to have a left menu navigation using AJAX Accordion . Even, I got succeeded in implementing that but i come accross an issue of - flickering the Accordion control in IE while opening and closing and navigating...
Device Filters You would obviously have come across the “Browser Compatibility” issues many times while designing a webpage. For example, assigning a CSS class to any control may render well with IE but it may not get rendered that perfect...
I have seen many posts over forums asking for how to send emails in asp.net. In this blog post, I am going to post code snippet to send email in asp.net (with / without attachment). MoreOver, for Complete FAQ for the System.Net.Mail namespace found in...
I was having a requirement to Stream Audio files in one of my on-going ASP.NET application; While I googled, I found that to Stream Audio files in a webpage, we need to use <object> tag. The <object> element can support many different media...
I needed to read my SMTP email settings defined under system.net section in my web.config file. In order to use eNewsLetter and other SiteAdmin CMS modules that sending email notifications; you can setup your web.config to defind SMTP services settings...
Recently, I came across a post in the asp.net forums (This one > http://forums.asp.net/t/1313476.aspx ) , where a user was trying to get the value of a dropdownlist's selected value kept in one UserControl, and set this value as text of one label...
Many web pages feature images that can be maximized and restored within the same page. There is a simple way to display an image on your web page with maximization and restoration capabilities. I have taken a test image and set the initial height and...
A CSS Filter is a coding technique used to hide or show CSS markup depending on the browser's brand and/or version number. Browsers have different interpretations of CSS behavior and different levels of support for the W3C standards. Web developers...
More Posts Next page »