| Thread | Last Post | Replies |
|
| UpdatePanel | 31 Jan 2008 23:47 GMT | 2 |
How do i load a page inside a UpdatePanel? Thanks!
|
| Raise Event | 31 Jan 2008 22:59 GMT | 1 |
How to manually raise an event of a control? For example the Update event of a GridView ... Thanks, Miguel
|
| Application Setting | 31 Jan 2008 22:56 GMT | 1 |
In an ASP .NET 2.0 Web Application Project using C#, how do I retrieve an application setting I've created in the Project Properties designer that is written into the <applicationSettings> section of web.config. Please note: I'm asking about <applicationSettings>, not ...
|
| Master Page Controls & New Session | 31 Jan 2008 22:41 GMT | 2 |
I have a master page with a LoginView control in a left pane. This all works OK. However, when a session expires and a user clicks a link, I go to a 'Session Expired' page and ask them to click a link to go back to my
|
| how to show profile properties for all users? | 31 Jan 2008 22:15 GMT | 2 |
i defined some profile properties (category and department), for our membership users.. I also made a list of all the membership users in a gridview. This list shows only the username and emailaddress.
|
| Response.Clear() doesn't clear | 31 Jan 2008 20:32 GMT | 2 |
When I use Response.Clear() it doesn't seem to have an effect. The original aspx page code remains. I have tried creating test projects in both VS 2005 & 2008, where I just add a new aspx page and place in the Page_Load() event Response.Clear(), but nothing is cleared out. I have ...
|
| Using hyperlink as back button | 31 Jan 2008 20:23 GMT | 2 |
I need to use a hyperlink as a back button, using javascript:history.go(-1). But the ASP.NET hyperlink control doesn't have an onClick event, and the HTML anchor tag requires a href. How can I use the javascript to go back a page using a hyperlink?
|
| Limiting T-SQL code as a .NET development standard | 31 Jan 2008 20:21 GMT | 8 |
I just switched jobs joining my third .NET shop. My last shop was full of Database developers who built almost all business logic into the databases. Most projects ended up with 100s of Stored Procedures, Views, function. In some cases cursors were used,
|
| Throw Exception | 31 Jan 2008 20:16 GMT | 1 |
I have a function named Find as follows: Public Function Find() As Control Dim AllControls As Control() = FindAll() End Function
|
| Way to stream TIFF files | 31 Jan 2008 20:12 GMT | 1 |
Is there a way in ASP.Net 2.0 to stream individual TIFF image files into one TIFF file? If so, can you point me to any details? Thank you. David
|
| ASP.NET 2.0 Modal Dialog Window & Master Page | 31 Jan 2008 20:02 GMT | 7 |
Kindly help me in following 1.In my module, I am using two pages Parent(ManageUser) and Child() page. Parent window has textbox and button to open Child window
|
| Forcing ASP.NET 1.1 isn't working | 31 Jan 2008 19:54 GMT | 12 |
I have an W2k3IIS server with .NET 1.1 and 2.0 installed. I have a website, which I'd like to run as 1.1. So I go to that website/app's properties, and on the ASP.NET tab, I select 1.1. I have a test page that triggers an event validation (which is a
|
| question about MembershipUser.ProviderUserKey | 31 Jan 2008 19:33 GMT | 2 |
I'm using ASP.NET membership 2.0. What is the the length of MembershipUser.ProviderUserKey.ToString() for both sqlmembershipprovider and activedirectorymembershipprovider? Basically I want to store this information in my application database
|
| Website Running Slow Please Help. | 31 Jan 2008 19:22 GMT | 12 |
Greetings all, I am the Web maintenance guy for a non-profit org, and have been getting a lot of complaints that our website is running slow (and I agree at times), we run asp.net but outsource our programming. I was wondering if maybe you could help out and give me any clues as
|
| Will .NET 2.0 Windows Services run under Windows 2000? | 31 Jan 2008 18:57 GMT | 1 |
I posted, a week or so ago, about problems I was having with a Windows Service, written in C# and .NET 2.0, that would install and run fine, on some machines, and would install, but would hang on startup, on other machines.
|