| Thread | Last Post | Replies |
|
| Dynamic control event not working | 25 Apr 2006 10:35 GMT | 2 |
When generating controls dynamically on a server event, control event does'nt work. Whats the problem? Thanks,
|
| Extracting zip file with asp.net 2.0 | 25 Apr 2006 10:04 GMT | 6 |
I wish to be able to extract/ unpack a zip file which has been uploaded to the server. Does anybody know how I would go\about this using either DeflateStream or GZipStream.
|
| How to assign a UserControl with the methods of its parent page? | 25 Apr 2006 10:04 GMT | 1 |
I have a UserControl called it <pm:task> and it's in Page1. inside <pm:task> user control, I have 3 buttons, "create task", "edit task", "delete task". now I want to assign this <pm:task> this way in Page1..
|
| How to close all the child windows when parent window get closed? | 25 Apr 2006 10:01 GMT | 1 |
How to close all the child windows when parent window get closed? in ASP.net application through scripting..
|
| 0x80070005 (E_ACCESSDENIED)) when i add a user to a group | 25 Apr 2006 09:45 GMT | 1 |
I have make a Active Directory Membership to change the user password in the active directory with ASP.NET2 after a logo page, and it works fine. BUT i add this code when the password is changed to Add this user in a group, but i get an 0x80070005 (E_ACCESSDENIED)... : why ? ...
|
| Master page woes! | 25 Apr 2006 09:37 GMT | 2 |
Why are master pages such a pain? I have put a search text box and link button on my master page because I want it on all pages on my site. After lots of juggling with the different properties I managed to get it to work.
|
| Getting DropDownList selected value | 25 Apr 2006 09:12 GMT | 3 |
Through JavaScript, I add a row to a DataGrid. This new row has a number of columns, one of which contains a SELECT control with a couple of items - again, all done through JavaScript. My question is, how on the page postback, in the page's codebehind, do I get
|
| DIV vs TABLE | 25 Apr 2006 09:07 GMT | 11 |
I heard recently that using DIVs instead of Tables for laying out your page was the way forward. Can anyone give me a good reason why I should use DIVs, I think they're are pain in the backside personally and can never really get my head around
|
| Stopping people opening a page | 25 Apr 2006 05:16 GMT | 2 |
I am writing an ASP .NET 2.0 web site. Just wondering how I can stop people accessing a certain page when they shouldn't. For example I have 2 pages,
|
| ASP.NET 2.0 and ObjectDataBinding | 25 Apr 2006 03:10 GMT | 16 |
I'm doing an ASP.NET 2.0 project where I have a BAL and DAL layer. I'm passing a DataSet from the DAL to the BAL. The BAL is passing generics back to the presentation. All works fine, however, I noticed a problem with my code that does something like this in the BAL:
|
| app starting method | 25 Apr 2006 02:49 GMT | 9 |
Hi; Is there a way to have a method called when my ASP (2.0) app is first loaded, before any pages are loaded?
|
| DataGrid Edit/Update problem | 25 Apr 2006 02:35 GMT | 3 |
I hope someone can help with this relatively simple problem. I am building a timesheet application using ASP.NET C# with Visual Studio 2003.As it is only a protoype application, my database has been made in MSDE.
|
| Response.Redirect() converts relative URL to absolute URL | 25 Apr 2006 02:07 GMT | 2 |
A customer of ours using .NET 2.0 on Win2003 is seeing relative URLs passed to Response.Redirect() being converted to absolute URLs in the Location header. For example '/test.aspx' becomes 'http://www.myserver.com/test.aspx'. We're not able to reproduce this on our
|
| Displaying XML as HTML in a popup | 25 Apr 2006 02:02 GMT | 3 |
Hi, our intranet web site needs to add this feature. I've got the components but just need the last step to get it going. Here's the setup. 1) a user clicks on a link which calls a web service (I will use AJAX if
|
| problem in FilterParameters | 25 Apr 2006 00:34 GMT | 1 |
Hi guys... I have this <asp:SqlDataSource ID="dsProdutos2" runat="server" SelectCommand="SELECT * FROM [stoProducts]"
|