| Thread | Last Post | Replies |
|
| Does Google Reader use frames? | 08 Jan 2007 21:56 GMT | 1 |
How does Google Reader give the appearance of using frames without actually using them? It looks very clean. Thanks,
|
| Economize code | 08 Jan 2007 21:05 GMT | 4 |
I have three web-controls (ascx) on my page, all containing graphics with a hyperlink. The information for these hyperlinks are stored in a database. On the Page_Load of each web-control I run the code below.
|
| Handling a User Controls Button Click from the ASPX page | 08 Jan 2007 20:20 GMT | 1 |
I have a situation where I have a user Control (ResultHeader.ascx) that has a button. I am placing that control into a page (samplePage.aspx). I have setup a custom event, that should from everything I read, it should fire and be trappable in the parent page. I have seen two ...
|
| Default Format | 08 Jan 2007 20:12 GMT | 2 |
Where does Visual Studio 2003 get its default formats? For instance I have an asp page with a few textboxes, checkboxes, lists, a form, tables, etc. I have no style sheet and no values are set to any of the control's properties. Yet the font is Times New Roman. Where is it ...
|
| what's a .src file? | 08 Jan 2007 20:00 GMT | 4 |
i saw a file with extension 'src' (file.aspx.src). What kind of file is that (when is it necessary) and how to create it? Thanks David
|
| URL Posting Fails in Medium Trust (3rd time posting this w/ zero replies so far) | 08 Jan 2007 19:31 GMT | 7 |
I am trying to do a URL post using HttpWebRequest, but it fails because I am hosting on Network Solutions, and their servers are all medium trust. Apparently HttpWebRequest doesn't work on medium trust. Is there any way to do URL posting in a medium trust environment? I'm
|
| Change background image of asp:button | 08 Jan 2007 19:06 GMT | 4 |
I know I can use <a></a> and modify it's :hover and :visited appearance in my .css file. I'd like to know if I can do the same for a asp:button control. I'd like to do some processing of data in the on click event for the
|
| Chasing Tail, PLEASE HELP | 08 Jan 2007 18:55 GMT | 2 |
Howdy, Happy 2007!! Here's my issue and it seems so simple, but it escapes me. I'm using asp.net 2.0 and a gridview. There is one column which is a date. In SQL this field
|
| Handling events from dynamically created link buttons | 08 Jan 2007 18:17 GMT | 3 |
Assume you want to dynamically add one to many link button controls to a web page dynamically at run time. Each link button needs to post back and execute code. As the link buttons are created at run time and the number may vary, we can't statically tie to the event to a control ...
|
| How to unpack an encrypted QueryString? | 08 Jan 2007 17:36 GMT | 3 |
I've encrypted an entire querystring, thus the keys and values, at the moment I do only have one key and one value in it, so I could write something specific for that key, but I know as soon as I do I'll need to use more and then I'll be back here again...
|
| Server side actions on closing the browser window | 08 Jan 2007 17:21 GMT | 7 |
I would like to do some server side actions while closing the browser window. I tried with Page_Unload event, but it triggers while loading the page itself. Anyone please tell me is there any event that triggers on closing the page?
|
| downloading multiple files | 08 Jan 2007 17:20 GMT | 3 |
Is it possible to download multiple files? Right now I am using the following code in a loop, but I can only save one file - the first one. Response.Clear(); Response.AddHeader("Content-Disposition", "attachment;
|
| Tracking Recent Downloads | 08 Jan 2007 17:04 GMT | 2 |
I'm working on a project which requires tracking of recent document downloads. There is a feature in which user can download the docs without logining into the website for some of the clients. While for other clients user has to log into the website to download docs.
|
| How to minimize memory usage by asp.net application | 08 Jan 2007 16:46 GMT | 3 |
we cannot stop the application from increasingly use memory. The CRM Worker process will continually consume memory but not release it back to the system. Please research into how to make the application consume less memory or at least release the memory when it is done processing a
|
| Visual Studio 2005 SP1 includes AJAX? | 08 Jan 2007 16:42 GMT | 10 |
I've read about 3 blogs now that says VS2005 SP1 includes the AJAX framework in the update, yet I don't see it anywhere... is it actually included in the Service Pack or do I still need to install the add on? thanks!
|