| Thread | Last Post | Replies |
|
| vs2008 hangs when building solution | 24 Sep 2007 16:20 GMT | 1 |
I can't get a vs2008 solution to compile. I have copied the source from a (compiling) 2.0 web-application to a new directory (I didn't want to change the old code), and tried to compile it in vs2008 (beta 2). When compilation reaches about
|
| Determining hidden key values with the Repeater control | 24 Sep 2007 16:17 GMT | 9 |
In the datagrid I would put key values (that I didnt want to display) in columns marked not visible, in the gridview I would put them in datakeys. Im need to apply greater control over my html, so Im using the Repeater for the first time. Ive added a linkbutton and am looking in ...
|
| My ViewState is broken. | 24 Sep 2007 15:46 GMT | 6 |
I am unable to retrieve the values of DropDownLists upon PostBack. Before you ask, yes I am using Page_Load to handle the PostBack and no I'm not overwriting the old values by repopulating the DDL's. I had a page with some quite complex code but soon found that when I tried
|
| ASP.Net Ajax Toolkit | 24 Sep 2007 15:16 GMT | 3 |
I've installed ASP.net 1.0 Ajax and the tool kit, made the necessary changes to the web.config. When I use the passwordstrength control, I followed the video just as it showed, the text indicator works fine, but when I set it to the barindicator nothing shows for the strenght.
|
| Moving the view state to the bottom of the form | 24 Sep 2007 14:54 GMT | 1 |
I have just come across the following page... http://www.webmasterworld.com/forum47/2044.htm ...in which a method is shown for moving the view state hidden input to the bottom of the page. This is done by deriving a class from Page and
|
| Page works in IDE but not Compiled (VS2005) | 24 Sep 2007 14:12 GMT | 3 |
I have a web page that is using a certificate to interact with another web site. I'm using ASP.Net in VS 2005. If I run it from the IDE it works great. If I do a Build/Publish Web Site it doesn't work. I get a "The request was aborted: Could not create SSL/TLS secure channel." ...
|
| can a panel ( or a multiView) get its contect from another file? | 24 Sep 2007 12:47 GMT | 1 |
I have a web page that has several MultiViews and each MultiView has several views. It is difficult and error prone to place components on each of these views. Is there any way that I can set each of these views gets its components from another file? In this way I can break a ...
|
| Membership and Role Providers | 24 Sep 2007 12:02 GMT | 4 |
Actually I have to start an paroject which involves Membership and Rlole providers and I have no knowlege about that. Colud somebody sent me some good sites or guideance where I can get knpwledge and can get start. Thanks
|
| Performance and context switching | 24 Sep 2007 11:03 GMT | 2 |
We have an ASP.NET 2 application that does some quite intensive work in order to present data to the users. A particular function gathers a lot of data from the database and as the objects are quite fine grained it makes thousands of stored procedure calls. When under no
|
| Interop is being faild in server2003 | 24 Sep 2007 08:04 GMT | 1 |
I m developing a application for word count using interop office com component but it is running nicely in my server 2000 and i also check in local 2003 server and give all permission to com component through dcom config but is not working in the web server of 2003 i have also ...
|
| Set to Release version? | 24 Sep 2007 07:24 GMT | 2 |
When using VS.NET 2005 for ASP.NET I can see that there is only "Debug" options at the "Solution Configurations" list box where at Windows Forms Application there is also "Release" option. How can I set my ASP.NET application to build as "Release"?
|
| asp:login control - user prompted to log in twice if session disab | 24 Sep 2007 06:03 GMT | 3 |
The majority of pages on our site need authentication (forms auth against the aspnetdb database). I created an '~/auth' folder with its own config file forcing authentication for any pages in the folder. The default.aspx sits in the root folder and just does a Response.Redirect
|
| Use HttpHandler to add something to session, then display the page. | 24 Sep 2007 03:42 GMT | 5 |
I try to use a custom HttpHandler to add something to session, then display the original page. public void ProcessRequest(HttpContext context) {
|
| ASPNET 2.0 Page_Load question | 23 Sep 2007 21:50 GMT | 5 |
In my ASPNet 2.0 C# web application Form1.aspx, there are 1 TextBox control txtBox1, 1 Button control Btn1, and 1 GridView control GV1. I found whenever I click the Button control Btn1, then the Page_Load event will be called first.
|
| Generating word document on the fly with charts | 23 Sep 2007 21:37 GMT | 9 |
I want to generate word document on the fly. I do not have office installed on server so I would like to create word document using XML and send that XML as word document to client. Also, I want to include charts in that document. Please let me know or
|