First  |  Prev |  Next  |  Last
Pages: 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
2010 WebDeployment after build don't execute
I converted a solution from 08 to 10. All my after build tasks don't run. This is the first one. <Target Name="AfterBuild"> <RemoveDir Directories="$(OutputPath)/ConfigFiles" /> </Target> I don't get errors or anything This is what the Output screen shows: Running aspnet_merge.exe. aspnet_merge... 12 Jul 2010 05:15
Using the code behind to show an image
How do you made a reference to an image in the code behind? I'm trying to show a high priority "!" image if an "h" was in the label. Please the code below. view plaincopy to clipboardprint? private void ShowPriority() { StorePriority.Value = "n"; myLabel.Text = StorePriority.Value; if(... 8 Jul 2010 02:39
Using an imagebutton and gridview checkbox colunm
I have a gridview were I am using a colunm of checkboxes, if checked I can delete that row. My checkbox code: <asp:ImageButton Id="DeleteMsg" runat="server" ImageUrl="/image/Delete.gif" onclick="DeleteMsg_Click" /> and the event: protected void DeleteMsg_Click(object sender, ImageClickEventArgs e)... 25 Jun 2010 14:17
Validator's ErrorMessage is decoded
Hi On a CustomValidator I have ErrorMessage="You cannot enter <, >, &lt; or &gt;". When CustomValidator.IsValid is false the error message is rendered as "You cannot enter <, >, < or >". How can I avoid this decoding? PS. Yes, I know the error message is stupid but it's needed in this case :-) ... 8 Jul 2010 02:39
Site looks differently when published
This is my first site. Everything looks good when I preview in browser on my local machine, but after I ftp the files to my hosting computer, it's quite a bit different. The buttons look like text. The horizontal menu is all crammed to the left with no background color and more ... Any ideas what I'm missi... 24 Jun 2010 17:30
Visual Studio 2010 - removing colspan from td
Hi all, I have a table in the source view of an aspx. When i save the aspx, visual studio immediately marks it all as changed and has removed all occurances of colspan from my td tags. Anyone got any ideas? Cheers -- D ... 15 Jul 2010 16:32
Execute process even if webpage is closed
Hi, If I executed a procedure at database level using a web page, later after execution of procedure, if some closes the page (even if procedure is executing at db level) will it have impact on total execution of procedute. I don't need to capture errors or any return value from database procedure. Will it ... 24 Jun 2010 08:32
Asp
how do i include text in this line below???? something like Message "succesful" or " Failed " <uc1:ucPageMessage ID="ucPageMessageDisplay" runat="server" /> in the button public void btnOk_Click(object sender, EventArgs e) { if (StagingUnitStandards.Import(visionUnitSta... 24 Jun 2010 04:13
Ajax Error?
its only becus of update panel? i m sure delete all update panel (Inners nd Outers). and then check....... "Mashudu" wrote: I am currently experiencing the same issue. I did remove the UpdateProgress from the UpdatePanel and put it outseide but the problem still persue. Do you have any suggestion?... 24 Jun 2010 00:59
Access to external javascript file denied
I have a page in an ASP.NET web application that includes an external javascript file using a fairly basic script tag: <script src="DispatchRuleControl.js" type="text/javascript"></script> When running the application on the ASP.NET internal webserver everything works fine. When I try to host it on IIS7 however... 23 Jun 2010 21:42
First  |  Prev |  Next  |  Last
Pages: 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39