|
First
|
Prev |
Next
|
Last
Pages: 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258
Cannot load my custom HttpHandler I followed the example at http://support.microsoft.com/kb/308001/EN-US/ and created my own HttpHandler. Here is the code: using System.Web; namespace MyNameSpace { public class SyncHttpHandler: IHttpHandler { public SynHttpHandler() { // // TODO: Add cons... 9 Jul 2008 13:42
GridView update problem Hello, I have a Gridview control (.net 2.0) that I'm having trouble getting the Update button to fire any kind of event or preforming the update. The datatable is based on a join so I don't know if that's what's causing the behavior or not. It seems like the Update button should at least do something. When th... 17 Jul 2008 02:26
Logopaede Logopaedin arbeit im ausland Marketingleiter Marketingleiterin jobboerse nuernberg Logopaede Logopaedin arbeit im ausland Marketingleiter Marketingleiterin jobboerse nuernberg + + + ARBEITSANGEBOTE IM AUSLAND http://WWW.STELLENANGEBOT-AUSLAND.DE http://WWW.STELLENANGEBOT-AUSLAND.DE + + + AUSLANDSJOBS ONLINE FINDEN http://WWW.AUSLANDSJOBS-24.DE http://WWW.AUSLANDSJOBS-24.DE +... 8 Jul 2008 17:13
solution Re: Gridview: embedding a texbox and button in each row, passing info from that row to a function? This question has been answered excellently, and with an example here: http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23548035.html?cid=239 I'll mirror any further information you supply or EE supplies in both places. Thanks! "Ken Fine" <kenfine(a)newsgroup.nospam> wrote in message new... 14 Jul 2008 04:26
Menu's Divs and Relative Position In the example below. If I have the position:relative in the first div, then the menu disapears when dropped, if I do not have it, then it apears over the top of all the other divs when dropped. Why ?????? <div style="position:relative;"> <asp:Menu ID="Menu1" runat="server" Orientation="Horizontal"> <It... 8 Jul 2008 17:13
Gridview: embedding a texbox and button in each row, passing info from that row to a function? I'm making an administrative interface that lists records in a GridView. For *each* row in the gridview, I would there to be two interface elements in addition to some information associated with the record. Those interface elements are a Button and a TextBox. The idea is that the administrator using the inter... 8 Jul 2008 16:11
VS2008 HTTP 403 Help!! I've been away from ASPNET - I open up a new Web app in VS2008 and go into properties and select to use IIS instead of the personal web server. Then I run in debug mode and it says I have to set the Debug= True in the Web.config which I do. Then try to run it again and it says I must enable integrated securit... 14 Jul 2008 17:51
Cannot load default.aspx Hi, I am using VS 2008. I am working on a web site, with the code behind. Everything worked fine, but from some reason, I started to get error message in a browser while debugging the application: "Could not load type "MyPartialClassName" "MyPartialClassName" is the class in the codebehind file in default.... 10 Jul 2008 02:03
Web Garden - What's The Benefit? I think I understand *what* a Web garden is (app running on a server with multiple processors). But what's the benefit? I have googled this and have found only articles that describe WHAT and HOW to set up a Web garden, but not WHY - what's the advantage, and how would I take advantage of the multiple processo... 8 Jul 2008 18:15
Business object from referenced dll soesn't show in Website Da Hi Paul Did you ever find a solution to this problem, I am having the same issue. Thanks Ryan "Paul S" wrote: Hi Andy What you describe is how to configure ObjectdataSource and that works fine, but my problem is when I open a report in the designer I get a list of Website DataSource dis... 8 Jul 2008 15:10 |