i am new in asp.net 2.0.
i want to know wht is the best do declare global variables and constants/readonly variables
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_22768990.html
I working on a asp.net 2.0 application and in that i want to display records from a table to the web form.
and i want to do this from server side only.
and also i want to add stylesheet and javas...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_22775989.html
I have an app that worked fine with forms authentication.
I moved the asp.net website into the asp.net projects folder and amended the IIS virtual directory to point to this. (originally the web...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_22893382.html
Hi,
I am working on ASP.net 2.0, I am displaying my data in the GridView from the database.
When user click on the edit button on the gridview, I always get the textfield to edit and that wor...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23044357.html
Hi,
I am getting an error on a web application (ASP.NET 2.0 C#) when cookies are not enabled on the client browser. I know why I am getting the error, but I would like to catch the exception and ...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23054508.html
Hi,
When I was using asp.net 1.1 with vb.net I could create ascx files and define their controls as public and then use the controls on other pages by typing:
dim newcnt as theascxfile = pag...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23055383.html
I want to compare a title from my gridview to whats in my database upon loading my xml feed within the gridview.
Why:
If the title of the article in the xml feed is the same as whats in my databa...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23060082.html
In a DetailsView I have 6 dropdownlist-controls to create a date and time. One list for day, one list for month, one for year and so on... I fill the lists using an array like this:
protected v...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23097803.html
Hi,
I've seen in many asp.net 2.0 projects this sample of code (same structure I mean). All projects are using XSD as data access layer and this BLL class just creates instances of strong typed ...
http://www.experts-exchange.com/Programming/Languages/.NET/.NET_Framework_2.0/Q_23098054.h...
I have a DetailsView that starts in edit-mode. The page recives a ID from another page an uses it to fill out the DetailsView. This part works well. But when I edit the data and hit the Update-butt...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23103641.html