



HiDoes anybody know if there is an osCommerce equivalent in ASP.NETThanks...
am displaying data in a gridview. I have an "edit" link in aasp:ButtonField; when the link is clicked an edit page comes up with the key(from a datafield). Its all good.However, I need to do some conditional processing, and don’t know how. Inone of the columns, either numbers of blanks are displ...
I have an aspx window that is going to open a window (javascript) anddisplay a graphic. I want to resize the window to the size of the graphicbefore it actually displays - how do I do that?In my calling routine I have the following:***********************************function OpenLogoPreviewWindo...
Hello,Is it possible (and / or wise) to add custom pieces of code inside yourWeb.Config file? For example I store the connection string in Web.Configand access it via ConfigurationSettings.AppSettings["ConnectionString"]. Isit possible to call on ConfigurationSettings.AppSettings["MyCustomString...
Hi,I am painfully aware of the fact that with a GridView bound to anObjectDataSource that if you have a hidden grid column (visible=false)then it does not post back that field to your objectdatasource forupdate/insert/etc.The workaround I have found is to include all your field names in theDataK...
how could I handle session timeout event in asp.net?I would like to perform some action on database when it happens...
There has been alot on the web about this web.config error thathappens in visual studio .net 2005. Most people think this has to dowith IIS, but .net 2005 doesn't run on IIS but a developer versioncalled ASP.net development server. The problem is caused by theweb.config having the authentic...
Hi,I'm sort of new to ASP.NET 2.0 and ASP.NET in general. I have somedata that I would like to display in a tabular format, but I'm goingto be generating the columns dynamically, and I would like to make itso that each row can be expanded downward dynamically to show detailedinformatio...
We have a 2003 project but the solution file is 2005! We use the versionselector it opens in 2005 but says we have to upgrade to 2005, we open in2003 but says the solution is a 2005 version!...
Hello,I am currently running into a bug where I have two applications on thesame machine, using the same Identity, for the same web site. Oneapplication (App1) accesses the other application (App2).The issue is with the application pool. The objective is for eachapplication to have its own appli...
HiiiiI am opening an aspx page in a showModalDialog...I have and i frame inthat popup whose target is another page.. And this is what takes placein that aspx page that is in the iframe...I am opening a excel sheetin it..I open a file download dialog which says open or save...When iclick on save...
We have an ASP.Net v1.1 application that gets the error Error Message:Invalidpostback or callback argument. Event validation is enabled using <pagesenableEventValidation="true"/> in configuration or <%@ PageEnableEventValidation="true" %> in a page. For security purposes, thisfeature...
