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
N

NICE TO MEET

@NICE TO MEET
About
Posts
60
Topics
54
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Encryption (Clent Side using JS) and Decryption (Server Side)
    N NICE TO MEET

    Dear All, I have scenario to encrypt the Password in client side and decrypt it in server side (C# code), this is required for a Online website. Can any one help me on this task. - Febin R -

    ASP.NET csharp javascript sysadmin security help

  • SQL Command Wrapper class and configuration instance in web.config
    N NICE TO MEET

    ;?xml version="1.0" encoding="utf-8"?> <dataConfiguration>    <xmlSerializerSection type="Microsoft.Practices.EnterpriseLibrary.Data.Configuration.DatabaseSettings, Microsoft.Practices.EnterpriseLibrary.Data, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">          <enterpriseLibrary.databaseSettings xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" defaultInstance="Database Instance" xmlns="http://www.microsoft.com/practices/enterpriselibrary/08-31-2004/data">             <databaseTypes>                   <databaseType name="Sql Server" type="Microsoft.Practices.EnterpriseLibrary.Data.Sql.SqlDatabase, Microsoft.Practices.EnterpriseLibrary.Data, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" />             </databaseTypes>             <instances>                   <instance name="Database Instance" type="Sql Server" connectionString="Server=awsqlt25vs01;Database=SW2_phone_interview;Integrated Security=true;" />             </instances>             <connectionStrings>                   <connectionString name="Server=awsqlt25vs01;Database=SW2_phone_interview;Integrated Security=true;">                      <parameters>                            <parameter name="database" value="SW2_phone_interview" isSensitive="false" />                            <parameter name="Integrated Security" value="true" isSensitive="false" />                            <parameter name

    .NET (Core and Framework) database sql-server com sysadmin security

  • SQLDBCommandwrapper
    N NICE TO MEET

    <?xml version="1.0" encoding="utf-8"?> <dataConfiguration>    <xmlSerializerSection type="Microsoft.Practices.EnterpriseLibrary.Data.Configuration.DatabaseSettings, Microsoft.Practices.EnterpriseLibrary.Data, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">       <enterpriseLibrary.databaseSettings xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" defaultInstance="Database Instance" xmlns="http://www.microsoft.com/practices/enterpriselibrary/08-31-2004/data">          <databaseTypes>             <databaseType name="Sql Server" type="Microsoft.Practices.EnterpriseLibrary.Data.Sql.SqlDatabase, Microsoft.Practices.EnterpriseLibrary.Data, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" />          </databaseTypes>          <instances>             <instance name="Database Instance" type="Sql Server" connectionString="Server=awsqlt25vs01;Database=SW2_phone_interview;Integrated Security=true;" />          </instances>          <connectionStrings>             <connectionString name="Server=awsqlt25vs01;Database=SW2_phone_interview;Integrated Security=true;">                <parameters>                   <parameter name="database" value="SW2_phone_interview" isSensitive="false" />                   <parameter name="Integrated Security" value="true" isSensitive="false" />                   <parameter name="server" value="awsqlt25vs01" isSensitive="false" />                </parameters>             </connectionString>          </connectionStrings>       </enterpriseLibrary.databaseSettings>    </

    C# database sql-server com sysadmin security

  • Customizing setup.ini
    N NICE TO MEET

    I have a setup.ini file has the information below, created in .NET setup project [MSILoader] MSIFileName=Allianz-PHI-Setup-SW2.msi [FXSection] SupportedRuntimes=1.1.4322 InstallUrl=http://go.microsoft.com/fwlink/?LinkId=9832 Message=1.1.4322 UseDefaultMessage=1 The out put of the above setup projects are setup.exe, setup.ini & Allianz-PHI-Setup-SW2.msi I need to install one more msi package during the setup.exe installation(that is internally calling Allianz-PHI-Setup-SW2.msi) like the same I need to add one more msi called sqlxml.msi. I need to add the sqlxml.msi details into the setup.ini file so that both the packages will get installed. Please advise

    -

    .NET (Core and Framework) csharp com question workspace

  • Creating MSI package
    N NICE TO MEET

    if I open the exe it is saying, It has encountered a problem it needs to close

    -

    .NET (Core and Framework) csharp help tutorial announcement workspace

  • Creating MSI package
    N NICE TO MEET

    I have a .NET 1.1 project I am trying to create msi package in .NET 2005 version setup project. After the build of the setup project msi gets created but the exe is giving error. Also one more thing, if I run an msi package that should call one more msi (that is that need s to install ane more package). How to add the second msi to this one.

    -

    .NET (Core and Framework) csharp help tutorial announcement workspace

  • Exception : Additional information: Required permissions cannot be acquired
    N NICE TO MEET

    Hi This is febin, I have an C#.net project, I cannot able to run the application because I am getting the below error, An unhandled exception of type 'System.Security.Policy.PolicyException' occurred in Unknown Module. Additional information: Required permissions cannot be acquired Please guide me to proceed, Thanks in Advance

    -

    .NET (Core and Framework) csharp security help tutorial

  • Regular Expression Validator
    N NICE TO MEET

    Hi I have a textbox, for that i want to validate using Regular expresson validator, i should accept only, the numerics 0 to 9, after decimal only 2 digits, and also i should restrict a maximum of 7 digits like 1234567 if i use range and regular exp validator, while entering ',' both the validators are displaying error message, so please guide me o achieve all the three validations in regularexpression validator Thanks in advance

    -

    ASP.NET regex help tutorial

  • AutoPostback
    N NICE TO MEET

    i have one webpage, in that three controls are there(Dropdownlist) 1. Date 2. Country 3. State Date and State controls have autopostback = false, for counry control autopostback=true while the selection of country the state data will load after postback. now my question is tabindex in the order of 1,2,3. i am selecting the country using keyboard mouse keys, now the ab is not in the same control, i want the tab conrol is in the country dropdownlist please help me

    -

    ASP.NET help question

  • Session timeout
    N NICE TO MEET

    what the properties will do timeout & Duration also How to keep the session always without expiring Thanks in Advance

    -

    ASP.NET tutorial

  • IIS Response
    N NICE TO MEET

    we are requesting an asp page and aspx pages, how the IIS knows the both the pages are different while giving the output from server Thanks in Advance

    -

    ASP.NET sysadmin windows-admin

  • Data Grid Row Color
    N NICE TO MEET

    for my requirement i want to change the colour of datagrid row by two colours alternatively, how can i achieve this requirement, also based on one column value yes or no, if no means i want to change the row colours please help for the two scenario Thanks in advance

    -

    ASP.NET css help question

  • Caching
    N NICE TO MEET

    is it possible to keep a Dataset in Cache( Page or Application or Fragment) like session Thanks in advance

    -

    ASP.NET

  • Cache
    N NICE TO MEET

    is it possible to keep a Dataset in Cache( Page or Application or Fragment) like session Thanks in advance

    -

    ASP.NET

  • Dropdown binding in client side
    N NICE TO MEET

    if i put the hiddenfield means when the user changes the second dropdown i am not getting the value

    -

    ASP.NET question database wpf wcf help

  • Dropdown binding in client side
    N NICE TO MEET

    i am using 2 dropdown controls, if the first dropdown's selected index changed time call a method and bind the values in client side, it is displaying fine in the second dropdown control, but while save click i am not getting the selected value from the second dropdown control, how can i solve the problem, also what is the property AutoPostBack will do in the dropdown control Thanks in Advance

    -

    ASP.NET question database wpf wcf help

  • Grid with CheckBox
    N NICE TO MEET

    i want a checkbox in the header column, while checking the check box all rows are selected, by the same deselection also, without postback of the page please guide me -

    ASP.NET css tutorial

  • Multiple Table Update
    N NICE TO MEET

    I have a scenario to Update 8 tables at a time All the 8 tables are having a same column, that i have to set the value based on the field I have the receivable tables havind a column InvoiceId, if i pass one invoiceid to sp or query, based on the InvoiceId i have to set the value null for that i know only to write the 8 UPDATE query statements, if u have any other idea means Please Guide Me Thanks

    -

    Database sharepoint database tutorial announcement

  • [Message Deleted]
    N NICE TO MEET

    [Message Deleted]

    Database

  • [Message Deleted]
    N NICE TO MEET

    [Message Deleted]

    Database
  • Login

  • Don't have an account? Register

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