amitendu

Stories submitted by amitendu

ASP.NET Viewstate and ControlState(codeasp.net)

submitted by amitenduamitendu(95) 3 years, 2 months ago

This article gives a brief introduction on ViewState and Control State in ASP.NET, and also focuses on some of the tricky issues with both. read more...

add a comment |category: |Views: 4

tags: another

C# DataGridView control with custom collection in Windows Forms(codeasp.net)

submitted by amitenduamitendu(95) 3 years, 2 months ago

This is a brief quick tutorial on how to use Windows DataGridView control in your windows forms based applications with custom collections in C# or VB.NET read more...

add a comment |category: |Views: 56

tags: another

Auto Refresh data using AJAX in ASP.NET (codeasp.net)

submitted by amitenduamitendu(95) 3 years, 2 months ago

In this article, I am discussing how we can refresh data on an ASP.NET data representation control. i.e data representation control automatically refreshes after a certain interval using AJAX Update Panel and other controls. I am using Ajax controls and using SQL server 2005 database and repeater control. My Database and table name is User. read more...

add a comment |category: |Views: 102

tags: another

The Importance of Web Design and Website Credibility(codeasp.net)

submitted by amitenduamitendu(95) 3 years, 2 months ago

One of the most significant functions of websites today is to provide credibility for your business. The credibility of your website is becoming more and more an increasingly important area to understand. And it's an area that many web developers and web designers fail to recognize when creating websites. read more...

add a comment |category: |Views: 5

tags: another

Story of two Textboxes(codeasp.net)

submitted by amitenduamitendu(95) 3 years, 2 months ago

Be careful with Viewstate and IPostBackDataHandler. For controls such as textboxes, viewstate can be an extra burden. read more...

add a comment |category: |Views: 3

tags: another

Custom event and event args in c#(codeasp.net)

submitted by amitenduamitendu(95) 3 years, 2 months ago

This article helps the beginners to understand how to define events and how to create custom EventRrgs to pass event specific data that may be required somewhere. read more...

add a comment |category: |Views: 23

tags: another

ASP.NET MVC Framework Tutorial(codeasp.net)

submitted by amitenduamitendu(95) 3 years, 2 months ago

These days, Model View Controller (MVC) is a buzzword in the ASP.NET community, thanks to the upcoming ASP.NET MVC framework that Microsoft is expected to launch soon (at the time of writing of this book, only Preview 5 was available). This chapter is dedicated to MVC design and the ASP.NET MVC framework. read more...

add a comment |category: |Views: 20

tags: another

Static Keyword Demystified(codeasp.net)

submitted by amitenduamitendu(95) 3 years, 2 months ago

What is the difference between a static class and a static member variable or method? I have asked this question in most of my interviews, and most of the time, it confuses candidates. So I thought of writing an informative article on it so that the difference is comprehensible, and fellow developers can add more information/valuable points. read more...

add a comment |category: |Views: 18

tags: another

Globalization and localization demystified in ASP.NET 2.0(codeasp.net)

submitted by amitenduamitendu(95) 3 years, 2 months ago

Globalization and localization are two important processes which every developer should be aware of while creating global products or applications. Though there are many articles which explain the subject well, I did not find a single resource which explains all important concepts regarding globalization/localization, practically and comprehensively. This article aims to provide practical step-by-step approach to globalizing a web application in ASP.NET 2.0. read more...

add a comment |category: |Views: 56

tags: another

ASP.Net page lifecycle(codeasp.net)

submitted by amitenduamitendu(95) 3 years, 2 months ago

Understanding Page lifecycle is very crucial in order to develop ASP.NET applications. Most beginners tend to get confused while dealing with dynamic controls and face problems like losing values, state etc on postbacks. Since HTTP is stateless, the nature of web programming is inherently different from windows application development, and the Page lifecycle is one of the primary building blocks while learning ASP.NET. The sequence of events, especially while working with MasterPages in ASP.NET 2.0, has become slightly more complex and this article is aims to shed some light on these events by explaining the order and importance of each event. read more...

add a comment |category: |Views: 22

tags: another

Articles(codeasp.net)

submitted by amitenduamitendu(95) 3 years, 3 months ago

Hi Friends, I wanted to share with you a new community for ASP.NET developers. CodeAsp.Net is a great place for active contributors to create blogs, articles and participate in forums in not only ASP.NET but also C#, VB.NET and general .NET related topics. You will get your own dedicated blog for free! This will help you in getting a strong hold in the ASP.NET community as your blogs, articles and your contribution would be read by many people around the world.You can register yourself at: http://www.codeasp.net/ Amit, Programmer http://www.codeasp.net read more...

add a comment |category: |Views: 10

tags: another