First  |  Prev |  Next  |  Last
Pages: 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
WebDeployment Project Build Configuration
I have a solution which in Configuration Manager I have Debug, Test, Release configured for a website. When I create a webdeployment project, the only configuration that gets created is Debug and Release. How do I get a Test configuration to display in the WebDeployment Project property page? ... 30 Jun 2010 14:16
html image
is there some client side javascript that can be ran to tell whether a <img> is still loading. i am dynamically setting the src attribute if the control on page load to another url thats write the image to the output stream of the page. this means teh page finishes loading while the image is still being gener... 28 Jun 2010 09:31
Actual size of a table
Hi Is there anyway to detect the actual pixel size of a table cell?? I have a table set up with 25,50,25 % cell width. If the windows size in the browser is beyond a certain width, i need this width to be alocated to the center cell and fix the size of the left/right cell... Any way i can do this?? /Fin... 28 Jun 2010 06:15
Saving database data collects from few pages
I need an advice for a most common and memory efficient method. I collect data on a three pages (1,2,3 step) and need to save data to database. Is it ok to open connection and insert data on every page, or to somehow save to global variables and then save on a last page ? ... 30 Jun 2010 14:16
How to pass value from one form to another form.
I have the following code in BookList.aspx: <form id="form1" runat="server"> <div> <asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="False" DataSourceID="LibSysDataSource" AllowPaging="True"> <Columns> <asp:BoundField DataField="Accessio... 29 Jun 2010 15:12
label with address format
I have a label in a formview and when it fills with data from the db it should be in the format of an address. As in; Name address city, state, zipcode phone You can see what I am getting at. Currently the info goes in and just wraps. How do I go about getting the proper format? Would it be better to ... 27 Jun 2010 23:47
asp.net, windows 7, and a return of the BSOD
I spent years and years using Windows XP without *ever* seeing a BSOD. I honestly thought these things were a thing of the past. Now I see one, or have my machine simply lock up hard, nearly every day and it only happens when I have just started an ASP.Net project in debug mode. The recovery tool kicks in on re... 8 Jul 2010 11:24
I want a AnimationExtender to run only once but this code produces a complier error
This works OK: <ajaxToolkit:AnimationExtender ID="AnimationExtender1" runat="server" TargetControlID="TableTopQQ"> But if the user returns to this page I don't want the animation to run a second time. So in the Load event I placed: CType(FindControlRecursive(Me, "AnimationExtender1"), System.Web.UI.Co... 26 Jun 2010 13:02
Config Transforms with Web Deployment Projects
Can you use Config Transforms with Web Deployment Projects. I couldn't get it to work in VS2010. Nothing happened. Other than the transform files got copied over. I turned off the web.config files section replacement option in the web deployment project. ... 11 Jul 2010 23:48
else or catch
Have the following for inserting a person's name. If the user was to select the empty space of the droplist, it will error. I was wondering if an else or the full try...catch would be needed here? If an else is sufficient, what is the better approach in what to use. protected void lvwDetailDeveloperEdit... 25 Jun 2010 19:47
First  |  Prev |  Next  |  Last
Pages: 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38