| Thread | Last Post | Replies |
|
| Understanding and Using Exceptions | 15 Jun 2006 15:11 GMT | 1 |
Understanding and Using Exceptions (this is a really long post...only read it if you (a) don't know what try/catch is OR (b) actually write catch(Exception ex) or catch{ }) The first thing I look for when evaluating someone's code is a
|
| why does this tag always remain hidden? | 15 Jun 2006 15:04 GMT | 2 |
I'm not sure of the priority in execution between aspx and aspx.vb code. I define a tag which must be invisible as long as the user has not clicked in the dropdownlist. The problem is that it never becomes visible. When an user clicks in the
|
| ICallbackEventHandler and "Invalid postback or callback argument" error | 15 Jun 2006 14:56 GMT | 3 |
I have an aspx page with two dropdownlist controls. I update the options in the second ddl based on selection made in the first. I do this with the ICallbackEventHandler interface, as per "Implementing Client Callbacks Without Postbacks in ASP.NET Web Pages"
|
| .Net components on the client computer | 15 Jun 2006 14:50 GMT | 2 |
Could anybody please refer me to an article/book explaining how to create dot net 2.0 components, distribute and install them on client computers, and then interact with them using a browser on the client and ASP.Net 2.0 on the server?
|
| IIS 5.1 and ASP.NET on XP Pro | 15 Jun 2006 14:47 GMT | 5 |
I've recently purchased a new computer, that came pre-loaded with XP Home Edition, which I upgraded to XP Pro. Then, I installed IIS 5.1, VS.Net 2003, and VB.Net 2003. After numerous attempts to get IIS to accept ASP.Net pages, it still won't let me publish them, and VS.Net ...
|
| Question about ASP.NET 2.0 Application and Plugins | 15 Jun 2006 14:38 GMT | 1 |
Hi Newsgroup, I have a question about a project I want to realize as a ASP.NET 2.0 Plugin System. I want to have an ASP.NET Base-Application, that handles Users, Roles, but no content. Then I want to have the ability to write
|
| image concatenation in c# | 15 Jun 2006 14:33 GMT | 10 |
I haven't had much luck searching for guidance on the following challenge. I have a .NET app in which I would like to take multiple thumnail images and combine them into one flat image.
|
| display a value twice on one page | 15 Jun 2006 14:33 GMT | 5 |
I would like to display a label twice on one page. Duplicate the label result in the error "The ID 'xxxxx' is already used by another control" Ok I understand that it can bind to only one control. However I not
|
| need help with javascript | 15 Jun 2006 14:31 GMT | 6 |
I have been trying for an hour now with this. I need to pass the value from one textbox1 to textbox2, when a button is clicked, using javascript. textbox2 is within a panel. This is the script
|
| How to put an asp.net table's content into a session object? | 15 Jun 2006 14:25 GMT | 1 |
I have a asp.net table control placed on 'Calculator.aspx' page. The table looks like this: <div class="roiHTML" id="highAbandonRateSale" runat="server" visible="false"
|
| Embedding Resources into ASP.NET 2.0 Project | 15 Jun 2006 14:15 GMT | 3 |
I have a ASP.NET website written using VS 2003. I am in the process of migrating it up to 2005. There is one problem I just can't seem to solve. In my original VS 2003 project I had a few icons and bitmaps included in the
|
| BLOB From MS SQL | 15 Jun 2006 14:10 GMT | 1 |
I have a MS SQL DB containing images as BLOBS. I can view them in a browser, but my problem is I need to FTP these images out of the web site. Can soemone provide me a coding example that will save a physical image (C:\image.jpg) from a BLOB.
|
| Data Binding in a Repeater | 15 Jun 2006 14:03 GMT | 3 |
I'm having trouble with my repeater: I'm binding my Repeater control to an OleDbDataReader object. My ASPX looks like this: <asp:Repeater ID="Rptr" runat="server">
|
| Focus control with asp.net | 15 Jun 2006 13:35 GMT | 1 |
Hi i need to write javascript to shift control focus ..... like if i enter in textbox 1 then it set focus to textbox2 or 3 any thing ... the other thing is how i know i can do like mytextbox.atrribute.add("OnClick","return myfunc()");
|
| Database quandaries... | 15 Jun 2006 13:31 GMT | 1 |
Okay, please forgive me but I need to ask this... I went to Google and pressed the button etc. first, really, before I asked... lol I'm familiar with database manipulation in C++/MFC. I noticed right away, though, that in C# if you're not wanting to use a databound control, there ...
|