I have a gridview that fires a javascript open window function in the same window, with new data to the same page, but changing queystring variables so that other sub procedures run correctly in th...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23143359.html
I have a web application that runs super smooth when I run it from my local machine using locahost. Ipublish the siteup to the live web server, and I get a compilation error on 'Eval" not being de...
http://www.experts-exchange.com/Software/Server_Software/Web_Servers/Q_23321972.html
When i use a sqldatasource to link a gridview the paging/sorting works all fine, but when i bind the grid with a dataset the following error appear“s The GridView 'GridView1' fired event PageIndexC...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23396990.html
When i use a msgbox in a webform, the msgbox appears underneath the browser. How can i display it in first plan?
In my webform i need to keep the value of a variable, i should use session variabl...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23400728.html
I have 2 DropDownlist in my project, and i bind data from a table , the first dropdownlist store categorie names, and the second store subcategories. I need when i select an item in the categories ...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23413956.html
What is the equivalent in vb.net to module file in vb6. And how can i call for ex. a function from a webform that this inside a "module".
http://www.experts-exchange.com/Programming/Languages/.NET/Q_23427269.html
how can i format a column with 2 decimal places in gridview control.
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23437965.html
I want to bind a menu control (with a menu and submenu options) with a database. I have two tables, one with groups and another with sub-groups. In the sub-groups table i have the id of main group....
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Studio_.NET_2005/Q_23449...
I have a link like:
<a href="javascript:popImg('bigimg.gif');"><img src="smallimg.gif" border="0"></a>
and i need to insert a asp.net field in the "bigimg.gif" to dynamically show an image.
How...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23476402.html
I need to store a web.sitemap file in app_data folder, and not in the root application. Because the web.sitemap is generated automatically by xmlwriter class. I need to link a treeview control to a...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23482640.html