| Thread | Last Post | Replies |
|
| Dynamic refresh of a UserControl | 28 Mar 2008 20:44 GMT | 2 |
I have an embedded user control based on TreeView that I would like to refresh dynamically. The control is in a <div > that's hidden until a specific selection has been made. Unfortunately the control has already been populated by
|
| Request obj returnin http always even in when the browser url is h | 28 Mar 2008 20:39 GMT | 3 |
Hi I having a similar issue. my website url has https://blahblahblah but when i do Response.Write(Request.Url); it writes the url with http..........its really
|
| when page timeout | 28 Mar 2008 20:17 GMT | 4 |
hey all, what do i have to do to make it where if my page is timed out to automatically go back to login screen? thanks,
|
| Main Web Page interacting with Search Web Page | 28 Mar 2008 19:52 GMT | 4 |
I have for purposes of this discussion two web forms I'm working with : i) main.aspx, ii) find.aspx. From the main web form I have a button control that opens a modeless dialog (find.aspx,,,) etc... From the search page [find.aspx], I have several web controls that are used to ...
|
| Manipulate HTML string as DOM | 28 Mar 2008 19:41 GMT | 3 |
(.NET 2.0, C#, VS 2005) Hi, I have a string representing a web page file. I want to convert the string into an object to navigate through it's
|
| Does the SQL Server 2005 CommandNotification cache dependency work with stored procedures? | 28 Mar 2008 19:35 GMT | 1 |
I can get the SQL Server 2005 CommandNotification cache dependency to work with inline SQL. It works in a SqlDataSource as well as with the page OutputCache when making ADO.NET calls. Next I copy/paste the exact same inline SQL into a stored procedure
|
| ASP.NET - Inline / Code Behind | 28 Mar 2008 18:10 GMT | 1 |
Though there are several blogs/Q&A's on inline or codebehind debate, I would like to know the compilation model or the process thats happenign when we use Inline or code behind in ASPX. Would it be right to say Inline and code-behind code are executed on the Web server. Inline ...
|
| Multi-language site and physical hierarchy | 28 Mar 2008 18:07 GMT | 3 |
I'm a little bit familiar with site cultures and ressources with .NET 2.0. However, I'm wondering how this following scenario could be achieved: My site supports 2 cultures (fr, en). The site's physical structure is in english. But to be more search engine friendly, when the site ...
|
| Concurrency / LINQDataSource / FormView / Stored Procedures | 28 Mar 2008 18:04 GMT | 9 |
VS2008 / SQL Server 2005 / Windows XP I have been unable to generate a concurrency exception using a single table in a DataContext.dbml with Insert / Update / Delete SPs via a LINQDataSource and a FormView.
|
| Get the Session from within a static method ? | 28 Mar 2008 18:01 GMT | 2 |
How do i get the session object from within a static method ? The system seems to call this method when binding to the objectdatasource. I have a dataobject class with the dataobject attributte set. [DataObjectMethod(DataObjectMethodType.Select, false)]
|
| Building asp.net apps for multiple customers | 28 Mar 2008 17:58 GMT | 4 |
I am sure this has been discussed before but I can't find much on it. I am building a hosted asp.net 2.0 application that is going to be used by mulitple customers. Or course they should only be able to see their own data and there is a possibility that they may want to customise ...
|
| Visual Studio start page options | 28 Mar 2008 16:40 GMT | 3 |
IN VS2005, How do i set the start page to be more web developer friendly? I just reloaded my machine and now the start page doesn't have the Open: Web Site or Create: Web Site options... Just Open Project. I can open a website via the File menu, but it's easier with it being on ...
|
| Problem publishing an asp.net website | 28 Mar 2008 16:21 GMT | 2 |
.net 3.5 I've published my website to another machine I have here, win2k3 machine. When I try to navigate to the website in IE I get an error saying "Unrecognized attribute 'type'" and shows part of the website's web.config
|
| System Session Variable VS. Own-declared 'Session' Variable | 28 Mar 2008 15:38 GMT | 7 |
I am new to ASP.NET and most of my time spending on windows application. In my Windows application, I used to create a class called MySession and and instantiate it at the first page and pass around from form to form. My quesitons are:
|
| trapping asp.net session end | 28 Mar 2008 15:21 GMT | 3 |
I would like to know if there was a way to trap a session timeout on an asp.net event. What I mean is that I've set a session timeout in the web.config file. What I would like to do is when that timeout is reached, I would like it to fire an event. Is there some event in the
|