Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
P

padmanabhan N

@padmanabhan N
About
Posts
381
Topics
33
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • jquery intellisense in sharepoint designer
    P padmanabhan N

    Hi Experts, Is there any way that we can use Jquery intellisense in Sharepoint like we do in Visual studio. I am not using any VisualStudio here. I am using sharepoint designer 2010. Thanks, N. Padmanabhan

    Padmanabhan My Articles: Articles[^] My latest Article: Word Automation[^]

    SharePoint visual-studio tools csharp javascript sharepoint

  • Check for repeated characters
    P padmanabhan N

    Experts, I am working on a Email validation. My requirement is i have to check for the email does not contain hyphen(-) repeated continuously for 2 times. Example: a-b-c@d.com – valid a—bc@d.com – not valid since hyphen(-) occurs continuously for 2 times I have to validation both in code and also using javascript. I have written a method like comparing the charactes and incrementing the local variable. But is there any quick process for this? Your help would be highly appreciated.

    Padmanabhan My Articles: Articles[^] My latest Article: Word Automation[^]

    ASP.NET tools javascript com testing help

  • TLS compliant using .net
    P padmanabhan N

    Hi experts, I need to check if a site is TLS compliant using .net. Any link or startup will be very much appreciated.

    Padmanabhan My Articles: Articles[^] My latest Article: Word Automation[^]

    ASP.NET tools csharp com security testing

  • Transport Layer Security enabled in email
    P padmanabhan N

    Hi Experts, I need to detect whether a destination email domain has TLS enabled or not? Can any one help me how to do that. Thanks,

    Padmanabhan My Articles: Articles[^] My latest Article: Word Automation[^]

    ASP.NET security tools com testing help

  • TLS Enabled
    P padmanabhan N

    Hi Experts, I need to find whether the TLS is enabled or not. If it is not enabled, i have to show some message. Kindly guide me any sugessions. Regards.

    Padmanabhan My Articles: Articles[^] My latest Article: Word Automation[^]

    ASP.NET tools com security testing tutorial

  • Word Automation
    P padmanabhan N

    Hi Experts, I have one default template in word in which i have to include strings from textbox. Can some one provide some idea of doing it using asp.net. I tried usingASP.NET generating Dynamic word Documents[^] but this is given in Vb. Can some one provide me any similar solution given in the above link using asp.net.

    Padmanabhan My Articles: Articles[^] My latest Article: Word Automation[^]

    ASP.NET asp-net tools csharp com testing

  • Export to excel
    P padmanabhan N

    Thanks for your help. That article is developed using 2008. But i need it in 2005.

    Padmanabhan My Articles: Articles[^] My latest Article: Word Automation[^]

    ASP.NET database tools oracle com testing

  • Export to excel
    P padmanabhan N

    Hi, I have a query which returns more than 5 Lakhs record which has to export to Excel(.xls). How to split the recors into 65000 each and export to a single excel file with multiple number of sheets. The database which i am using is oracle. Can any one help me with this either via query in oracle or through coding. Thanks, N Padmanabhan.

    Padmanabhan My Articles: Articles[^] My latest Article: Word Automation[^]

    ASP.NET database tools oracle com testing

  • Get hidden Excel sheet names [modified]
    P padmanabhan N

    Hi, I am using the below code to retrive the excel sheet names. objConn.GetOleDbSchemaTable(OleDbSchemaGuid.Tables, null); But, i am unable to get the hidden sheet names using the above code. Can anyone please guide me how to retrive the name of hidden sheet names? Note: i cannot use Excel introp since deployment server is not installed with excel. Your help is highly appreciated.

    modified on Friday, August 12, 2011 12:50 AM

    ASP.NET sysadmin tutorial help question

  • Regex pattern
    P padmanabhan N

    Hi Experts, The below given is the Regex pattern for validating e-mail. I have to do it in 2 ways one is through UI and another one is through excel import. In UI i am using the same Regex pattern as given below using regularexpressionvalidator. It is correctly validation "sam@ple@code.com" and "'sam@ple@code.com'" - @@ and '' are correctly restricted in UI but when i use the same in code it is not validationg the given 2 email ids and allowing me to insert. how to avoid double @ and single quoted. i want the Regex pattern. can anyone help me in this? UI- working fine === ValidationExpression="\w+([-+.']\w+([-]*))*@\w+([-.]\w+)*\.\w+([-.]\w+)*" Inside code - not working for double @ and ' ============ Regex patternMatch = new Regex("\\w+([-+.']\\w+([-]*))*@\\w+([-.]\\w+)*\\.\\w+([-.]\\w+)*");//("(\\d|-| | )*");

    Padmanabhan My Articles: Articles[^] My latest Article: Word Automation[^]

    ASP.NET tools regex com design testing

  • Get Jquery calandar date from textbox
    P padmanabhan N

    Dear Experts, I am using Jquery calander control in my project. When i click any button the value in the textbox is cleared. Kindly help me to resolve this issue. I have to take the textbox value and save it in DB. <form id="form1" runat="server"> <asp:Label ID="lblDate" runat="server" Text="Date: "></asp:Label> <asp:TextBox ID="datepicker" runat="server" ReadOnly="true" ViewStateMode="Enabled"></asp:TextBox> <asp:TextBox ID="TextBox1" runat="server" TextMode="Password" ></asp:TextBox> <asp:Button ID="Button1" runat="server" Text="Button" OnClick="Button1_Click" ></form> When i try to get value like string AA = TextBox1.Text; It just returns empty....... <div class="signature">Padmanabhan <u>My Articles:</u> <a href="http://www.codeproject.com/script/Articles/MemberArticles.aspx?amid=5686247">Articles</a>[<a href="http://www.codeproject.com/script/Articles/MemberArticles.aspx?amid=5686247" target="_blank" title="New Window">^</a>] <u>My latest Article:</u> <a href="http://www.codeproject.com/KB/office/Word\_Automation\_Part1.aspx">Word Automation</a>[<a href="http://www.codeproject.com/KB/office/Word\_Automation\_Part1.aspx" target="_blank" title="New Window">^</a>]</div></x-turndown>

    ASP.NET tools help javascript database com

  • Java script in client level
    P padmanabhan N

    Hi Experts, I am showing a alert in code level like, Page.RegisterStartupScript("Error", "<script language=javascript> alert('Error while validating the imported CRF Mapping excel! Check the imported file for more Error Messages ');</script>"); My requirement is, i want to generate a excel file after clicking ok button in the alert but when i write the code below the RegisterStartupScript then both the alert and then file generation is done at the same time. I want to generate the file only after i click ok in alert. Any sugession are highly appreciated!!!!!!!

    Padmanabhan My Articles: Articles[^] My latest Article: Word Automation[^]

    ASP.NET tools java javascript com testing

  • Chage password Character
    P padmanabhan N

    i have made that, My requirement is in that textbox when i type, BLACK DOT is coming. Instead of that i need *.

    Padmanabhan My Articles: Articles[^] My latest Article: Word Automation[^]

    ASP.NET tools question javascript com testing

  • Chage password Character
    P padmanabhan N

    Dear Experts, I want to chage the password character in TextBox to *. How can i do that. Any ideas, suggestion are much appreciated. Thanks in advance. Note: I have found some javascript in google search. but is there any other options?

    Padmanabhan My Articles: Articles[^] My latest Article: Word Automation[^]

    ASP.NET tools question javascript com testing

  • Ok Cancel button using javascript [modified]
    P padmanabhan N

    I am asking about code behind. I have few samples like btnImport.Attributes.Add("onclick", "javascript:return " + "confirm(Are you sure you want to create?')"); But this is not working.

    Padmanabhan My Articles: Articles[^] My latest Article: Word Automation[^]

    ASP.NET tools javascript com testing question

  • Ok Cancel button using javascript [modified]
    P padmanabhan N

    Hi Experts, I have to show ok cancel button in popup and while clicking ok it should proceed and cancel should remain the same. Any idea, please provide. Modified : i need this is code behind.

    Padmanabhan My Articles: Articles[^] My latest Article: Word Automation[^]

    modified on Monday, December 13, 2010 6:03 AM

    ASP.NET tools javascript com testing question

  • VSS with .NET
    P padmanabhan N

    Dear Experts, My requirement is to get the file names in vss folder using .NET. I have downloaded few dlls like Interop.SourceSafeTypeLib.dll, Microsoft.VisualStudio.SourceSafe.Interop.dll, ssapi.dll. I have no idea in doing this. can any one help with a solution will be much appreciated.

    Padmanabhan My Articles: Articles[^] My latest Article: Word Automation[^]

    ASP.NET com tools csharp testing help

  • Restrict characters on oracle
    P padmanabhan N

    Experts, In my oracle database i have a column "Description". I have to show only 25 characters while writing the select command. Is there any way for that or i have to use cursor

    Padmanabhan My Articles: Articles[^] My latest Article: Word Automation[^]

    Database tools database oracle com testing

  • Encrypt and Decrypt Excel columns
    P padmanabhan N

    Experts, I have a excel sheet which has 7 lakhs records in which password has been encrypted. I have to decrypt the password column and find the passord whose length is greater than 7. I have created encrypt and decrypt methods and the way to find the length of the password ---- ---- ---- OleDbCommand cmd = new OleDbCommand("SELECT * FROM [Sheet1$] where len(password) < 7", oledbConn); ---- ---- ---- My requirement is, is there any way to decrypt the whole passoword column or i have to loop through all the cells one by one.

    Padmanabhan My Articles: Articles[^] My latest Article: Word Automation[^]

    ASP.NET tools com testing question

  • mailMsg.BodyFormat
    P padmanabhan N

    Thanks for you help! I have used the link which is provided by you and sent a mail to both Outlook and Lotus Notes, both are same mail with no chages. //if Lotus Notes AlternateView plainView = AlternateView.CreateAlternateViewFromString("This is my plain text content, viewable by those clients that don't support html", null, "text/plain"); //if Outlook AlternateView htmlView = AlternateView.CreateAlternateViewFromString("<b>this is bold text, and viewable by those mail clients that support html</b>", null, "text/html"); This is not happening. I am getting only the HTML message on both the cases

    Padmanabhan My Articles: Articles[^] My latest Article: Word Automation[^]

    ASP.NET tools html com testing help
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups