| Thread | Last Post | Replies |
|
| aspnet.mdf file still is created even though i created a custom provider? | 10 Nov 2007 04:30 GMT | 1 |
How do you make it so the aspnet.mdf file doesnt get created even though I created a custom provider?
|
| asp:SqlDataSource with parameters | 10 Nov 2007 04:15 GMT | 1 |
I just want to select records with a certain date field > today's date: <asp:SqlDataSource ID="src1" runat="server" ConnectionString="<%$ ConnectionStrings:xyz %>" SelectCommand="SELECT * FROM [Events] WHERE [Startdate] > ? "
|
| Troubleshooting Timeout expired. All pooled connections were in use and max pool size was reached. | 10 Nov 2007 02:54 GMT | 1 |
Re: Troubleshooting Timeout expired. All pooled connections were in use and max pool size was reached. New webservers. win2003. IIS6. asp.net 2.0/ sql server 2005 and Oracle 9i through a 64 bit Oracle client. Everything working fine until this.
|
| ASP.NET web designer bug??? | 09 Nov 2007 22:48 GMT | 6 |
Hi.. I am very new to .net. Working on my first web app and suddenly i can no longer move any "NEW" controls I add to my form. For all existing controls i can move them fine. Appreciate any help you can give.
|
| Want to know about sessions,veiwstate,querystring,cookies | 09 Nov 2007 21:57 GMT | 1 |
I'm new to Asp.net. can any one tell me what is viewstate and how to use this concept in program. plz give a demo example. Regards, Sam
|
| Session and Database Connection, Which Is More Costy? | 09 Nov 2007 20:41 GMT | 8 |
I am just curious about this issue. I have a few buttons on a single aspx page. Each time one of the buttons is clicked, I need to know if a customer has an unpaid balance.
|
| Your advice please. I am using the membership system. Works well. However I want to log someone in automatically. How? | 09 Nov 2007 20:31 GMT | 4 |
I am using the built in membership system and its great. However I need users to be able to login via another page , and for the session to be initialised for a user ( basically so they dont have to log in again).
|
| Populate an Array with DB records | 09 Nov 2007 20:01 GMT | 3 |
Hi Friends, How can I populate an Array with the information of an Table in SQL? Thanks... and sorry my english... Grillo
|
| GridView and FormView | 09 Nov 2007 19:33 GMT | 1 |
Hi, I have a aspx with a a FormView on left wich opens insert template as default containing all the TextsBox, Combos, etc, and on right a GridView listing the stored itens (ID column key)... When the user clicks on gridview, it must open the formview in edit mode with all the ...
|
| Cache middle tier Object based on its properties | 09 Nov 2007 18:09 GMT | 1 |
it is possible to cache an object based on its properties?? To give more details, I have an entity object whose different properties are set from different and expensive web services. i have some sample code down below. I want instances of object class1 to be cached for
|
| Export aspx/vb .net to multi-tabbed Excel? | 09 Nov 2007 17:58 GMT | 11 |
I have been searching everywhere AND am a bit new to vb .net/aspx, but can't seem to find anything that works. Specifically, I need to export a dataset from a webapp written in vb .net to a new excel spreadsheet with multiple tabs (each tab would contain different rows from the ...
|
| How to show user a customed access denied page when windows authentication is used. | 09 Nov 2007 17:20 GMT | 1 |
my website has role based access, and user without specific role assigned cannot access specific page in website. When the user try to access a page who has not been granted to access, the web site should redirect the user to an access denied page. Instead, now
|
| Do I have to use ViewState? | 09 Nov 2007 17:11 GMT | 1 |
I have a page that doing editing for 2 things, add/edit a group and then populate the member list for this group. the member list is a user control that can add new member in or edit existing member info.
|
| using custom database for membership and rolls ? | 09 Nov 2007 17:11 GMT | 4 |
I need to use a custom database for all of the user membership and rolls. How do you do this?
|
| css question | 09 Nov 2007 16:59 GMT | 8 |
Is this possbile with css or do I need to use javascript? If so how? <div class="a1" style="width:100%"><img src="test.jpg" /></div> The width of the div is a variable. Can I scale the img accordingly? img width is 80% of the width of the div
|