IE 11 Workaround for Autocomplete Off
For security reasons, we wanted all our login pages to not allow the browsers to store ID's and Passwords for our site. We used Autocomplete="off" and it worked well until IE 11 just rolled out.Been...
View ArticleMSCaptcha is not shown with url routing asp.net
I am using MSCaptcha in my asp.net web application. I have added required references as well and in web.config I have:<httpHandlers><add verb="GET" path="CaptchaImage.axd"...
View ArticleI want to insert the text on each and every page begging of the word document...
Hi, I would like to insert one text every page begging of the existing word document using open XML concept any body can help me.Thanks and regardsRamadurai Jayaraman
View ArticleFloat issue in FireFox ?
Hi - I am having an issue with FF (using ver 25.0.1) in properly displaying some thumbnail images with captions underneath.Here is what this should look like:Image1 Image 2...
View ArticleLog out after Session Expired
Hello.....i have Project Which have three pagelogin.aspx,Detail.aspx,Register.aspx,,In this Project i can login by cheacking username and password from sqlserver database table,,now i want to implement...
View ArticleContinous mouse busy icon issue on Internet Explorer
Hi,I am experiencing issue on mouse busy icon on Internet Explorer. On my website, when I try to open a new window, the mouse busy icon continously appears and only disappears if I move my mouse or...
View ArticleCheckChanged event not firing
i have a checkbox and a button on a page.Button is not enabledi want to enable the button when checkbox is checkedi have this code to enable the buttonProtected Sub CheckBox1_CheckedChanged(ByVal...
View Article'PDF Header Signature Not Found' at the time of merging multiple pdf file
Hello All,I am getting error 'PDF Header Signature Not Found' when i merge to multiple PDF File.code is belowpublic string MergePdf(List<byte[]> sourceData) { string sMergedPDF; sMergedPDF =...
View ArticleSystem.Net.Mail creating invalid emails and eml files? Inserting extra dots...
It appears that .NET's SmtpClient is creating emails with an extra dot in host names if the dot was to appear at the beginning of a MIME encoded line (e.g. test.com sometimes shows up as test..com)....
View Articleit is not showing colmun chart
<asp:ScriptManager ID="ScriptManager1" runat="server"></asp:ScriptManager><AjaxControlToolkit:BarChart ID="BarChart1" runat="server" ChartHeight="300" ChartWidth="450" ChartType="Column"...
View ArticleLine Break not working in StringBuilder.Append
Hi..I want a Line Break in String Builder while adding Text in a loop, i used Environment.NewLine but not working.
View Articlecannot access form controls after using master page
Hi,I have designed my website in Asp.net.the aspx page contains <asp:content id="con1" runat="server"> and got the controls within the tags like <asp:label id ="lblxyz" runat="server">when...
View ArticleListbox Sorting
I have 2 listboxes, where the user can add and remove from listbox to listbox which works fine, but everytime you remove an item from the 2nd listbox and add to the 1st, I would want the 1st listbox to...
View ArticleAuto Post Back Works A Few Times and Then Doesn't
I have the strangest occurence on my auto post backs. On any instance where the script posts back, the form works the first time, the second time, sometimes the third time but then it stops working....
View Articlepass values in a URL
I want to pass values in form of givenhttp://localhost:56583/showcitydetails.aspx/kochi .and how to accept this value in a labeli know to pass value in this format...
View Articlesend arabic sms shown as "????" at command ?
i found this code for connect and sms throw usb modem it works fine for english only - when i try to send arabic sms i got " ???? " in mobile so can any one help please ?all code in class "clsSMS":...
View ArticleImplementing CustomValiator to Validate Date
I have 3 DropdownList on a page first for day,second for Month,third for yeari am validating date in the SelectedIndexChange eventHandler.Protected Sub DropDownList1_SelectedIndexChanged(ByVal sender...
View ArticleSending and html email
Hello,I have a form that a customer would fill out and then i want it to be able to send him an html email. I have the email in an html file and i want to be able send that file as an html email but...
View ArticleNeed to remove all toolbars inside Html Extender textbox
Dear Experts,How can i prevent all toolbars in textbox which is under htmlextender
View Articletabstrip and pageview
My point is i when i am creating tabs, i am assigning different pageviews i.e different content url.for example, when my first tab is created it will display google page in pageview, on second tab it...
View Article