| Thread | Last Post | Replies |
|
| using Ajax Modal popup | 24 Apr 2008 13:10 GMT | 4 |
I have a page with an Ajax modal popup. I would like to know when my Modal popup is opened, my page still able to modify. Is it possible ?
|
| F5 (debug) shows directory content | 24 Apr 2008 13:06 GMT | 3 |
I got latest from an ASP .NET project from TFS. With the project loaded in Visual Studio, I opened a vb source file from this web project, and pressed F5 to run the project. IE opens, and displays the source folders from the application, the directory
|
| ######THEY DO DIFFERENT THINGS TO GET IT############# | 24 Apr 2008 11:36 GMT | - |
HAI FRIENDS!!! HOW TO MAKE REAL MONEY FAST!!!!!!! TO GET IT REAL INCOME SEE THIS SITE!!!! MAKE USE OF THIS GOOD OPPORTUNITY SOON @@@@
|
| need introduced value in detailsview in code-behind | 24 Apr 2008 10:32 GMT | 2 |
the detailsview (default mode = insert) is used to introduce names into the database. I need in code-behind the introduced name. I tried this: <asp:DetailsView ID="DetailsView1" runat="server" DefaultMode="Insert" >
|
| Debug del sito lentissimo | 24 Apr 2008 09:14 GMT | - |
Scusate, ho questa curiosità e non saprei dove postare questo thread. Quando sto sviluppando un sito web con VS (e quindi utilizzo il server web messo a disposizione da VS per fare debug) e nel frattempo scarico qualcosa di molto pesante che in qualche modo mi satura la banda,
|
| BulletedList and width | 24 Apr 2008 07:29 GMT | 3 |
I have a BulletedList control that is bound to a SQL table and it displays fine. However, when I set the width property to 450px the bullets disappear. Does anyone know why? Thanks. My sample control is below. David
|
| Ajax TabContainer & ModalPopupExtender | 24 Apr 2008 06:38 GMT | 1 |
I'm new to the ASP.NET Ajax. Im struck with an issue. Im having a tabcontainer with 3 tabs. Each tab has a user control (all 3 tab has the same user control) & the user control has a Button & ModalPopup Extender. While running the application,
|
| Data Binding and Formatting Problem | 24 Apr 2008 04:29 GMT | 7 |
Hello developers, I bind my TextBox control specyfying a format stored in my application global ApplicationContext object - it has a static string CurrencyFormat property.
|
| path help please | 23 Apr 2008 23:34 GMT | 1 |
hey all, in my code behind i'm trying to get back to aspnet_client folder (that lives in C:\Inetpub\wwwroot\aspnet_client) can someone please show me the string path thtat will get me there and into a folder that resides inside
|
| Session timeout in IIS and web.config, which overwrites which? | 23 Apr 2008 22:55 GMT | 9 |
By default, IIS is configured to timeout a session in 20 minutes, which can be changed through the IIS config window. I use InProc sessionState mode. I can also set the session timeout in web.config. So here is my question:
|
| Access to the folder is denied | 23 Apr 2008 22:45 GMT | 1 |
I have a virtual folder on a web site that links to a shared folder on a 2nd server. When I try to access it in my aspx page I get the following error: Access to the path '\\server\photos\Hamelin, Jose\RO25201' is denied. I gave the photos folder access from network service, ...
|
| opening up an excel spreadsheet in asp.net | 23 Apr 2008 21:49 GMT | 1 |
Hi, I have an excel spreadsheet in a location and I wish to open it from a link in asp.net page. How do I create an instance of excel and then open this document from a link
|
| Https website - security popup not getting disabled - page has a s | 23 Apr 2008 21:02 GMT | - |
In my application we have ssl turned on with load balancer. my page has a flash piece. so whenever the client opens the page a security warning pops up. I wrote a custom http response filter to replace all the http:// with https:// in my reponse. Even after replacing i still get ...
|
| Exception Handling Problem | 23 Apr 2008 20:31 GMT | 1 |
I am a lil confused about exception handling. I have a main app and i am importing 2 DLL's. one of the DLL's is for connection/datasets etc and the other has logging errors to file.Both DLL's have try{} catch(exception ex){throw ex; } and i am force feeding errors so that I can ...
|
| Displaying dictionary collection key/value pairs formatted with html markup on a page | 23 Apr 2008 20:17 GMT | 7 |
I have the object property StockContract.Dictionary which is a dictionary collection of <string, string> key/value pairs. I need to be able to retreive the keys and their values and display them on a page. I want to use something like a repeater or something like that. I don't ...
|