| Thread | Last Post | Replies |
|
| Exception handling in web user control | 06 May 2007 15:17 GMT | 1 |
I created a user control, but instead of handling exception in the user control level I prefer to handle them in the containing form. In the load event of the containing form I'm using: entryWindow.Error += new EventHandler(Page_Error);
|
| is there a tool for viewing/capturing window events? | 06 May 2007 14:56 GMT | 1 |
I'm using Visual Studio/C# to build a GUI program, and using a third party component. This third party component isn't behaving as expected in response to some window/mouse events, and I would like to capture the windows messages sent to it, as well as any C# events it
|
| Client side Automation | 06 May 2007 14:56 GMT | 8 |
I have tried a server-side automation and it's giving me problems that I couldn't solve.. Now, I'm switching to client side automation and I was following this example: http://www.aspnetpro.com/NewsletterArticle/2003/09/asp200309so_l/asp200309so_l.asp
|
| Best ASP.Net 2.0 book for C/C++ developer | 06 May 2007 13:32 GMT | 4 |
I am a C/C++developer with several years desktop app development experience. However, I am a COMPLETE and TOTAL newbie when it comes to taking about web apps. All the talk about CSS, layouts etc is VERY confusing to me.
|
| Change GridVIew row textbox width in edit mode | 06 May 2007 03:35 GMT | 1 |
I need to dynamically create a set of bound fields contained in a GridView control. I also have a single static CommandField that I can declare in the Columns <tag> of the GridView control. I have to add controls dynamically as I am trying to write a reusable , general ,
|
| UserControl Events Not Firing with Dynamically Created Button Control | 06 May 2007 03:12 GMT | 2 |
When I run this code it creates a button on an .aspx page. When I click the button it seems to fire the events but I'm unable to capture them in the function in the ascx codebehind. Any help? Thank Jason. start ASCX codebehind -------------------------------------------
|
| What that site is running? | 06 May 2007 01:36 GMT | 5 |
http://news.netcraft.com/ has a simple utility "What that site is running?" that lets us know the server software of a website. http://toolbar.netcraft.com/site_report?url=http://www.sap.com I am just wondering how this checker utility can coded in C-sharp?
|
| Server tags cannot contain <% ... %> constructs | 05 May 2007 22:03 GMT | 3 |
<cc:SourceWindow id="SourceWindow1" FileName="<%=Request.ServerVariables["PATH_INFO"]%>" RunAt="server" > The above produces the following error: Server tags cannot contain <% ... %> constructs.
|
| byte | 05 May 2007 21:46 GMT | 2 |
I've a byte value of 15... i wan to get it's representation a follows 0x01 | 0x02|0x03|0x04 basically i want to know by OR ing which numbers,..am I getting a value of
|
| datagridview | 05 May 2007 20:31 GMT | 1 |
i've used .net 2.0 datagrid view control/.. i want to show a dropdowm menu whenever i doubleclick a row on my grid.. how do I achieve it...any good samples
|
| need xml help | 05 May 2007 19:05 GMT | 1 |
I'm a newbie to xml concepts.. my requirement is to read a very big xml file and pick up few slected nodes and build List array out of it..... how to I acheive it with minimal coding?
|
| Providing Credential without login screen | 05 May 2007 18:45 GMT | 4 |
Can someone advise about feasibility of passing user credentials to an asp.net 2.0 application using query string or other techniques? I want to avoid the login screen. Thank you.
|
| App_Code/ is not allowed because the application is precompiled | 05 May 2007 14:24 GMT | 1 |
I recently use VS2005 to move my application to a remote server. When I attempted to bring up the application I got the "App_Code/' is not allowed because the application is precompiled". So I deleted that folder from the remote site. After that the application came up just ...
|
| Cache User Control in Web Part | 05 May 2007 14:16 GMT | 5 |
What is the best way to cache a 2.0 web part? I tried putting output cache on the user control in the part, but the output cache cannot be wrapped by a generic web part . . . any ideas? I'm new to caching to begin with and I am at a loss. Because of the
|
| How to manage header/footer on web form | 05 May 2007 13:41 GMT | 4 |
I have a web form that generates 4 or 5 printed pages of html and a few images. I know how to insert CSS page breaks. Is there a way to calculate on the server where the page will break - like an IE print preview on the server ?
|