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
R

Ramasubramaniam

@Ramasubramaniam
About
Posts
60
Topics
4
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • inheritance vs composition
    R Ramasubramaniam

    hi, Anyone please suggest an good article for the difference between inheritance vs composition in .net ram

    ASP.NET csharp visual-studio oop

  • Page Activation
    R Ramasubramaniam

    Hi, I want a web page (aspx) needs to be active even user doesn't touch anything more than 20 Minutes, basically how to make a web page active for long hours? Ram

    ASP.NET tutorial question

  • Header Checkbox issue in GridView
    R Ramasubramaniam

    Hi, I have done it in the datagrid. You can add the checkbox control to the header on the itemdatabound() event, there itself add an event to the checkbox (check event). There you can make all the item checkboxes as selected. Ram

    ASP.NET wpf wcf sysadmin help tutorial

  • Security
    R Ramasubramaniam

    There are methods to encrypt strings in .Net. Use the following article as base, http://support.microsoft.com/kb/301070 Ram

    ASP.NET sysadmin help javascript database security

  • Error Accessing Webservice
    R Ramasubramaniam

    On IIS enable the anonymous property. Ram

    ASP.NET csharp sysadmin help question

  • Problem with sqlserver connections not closing
    R Ramasubramaniam

    Hi, We have to use the below overloaded method on the executereader method of the command obect to close the connection automatically, otherwise we have to cloase manually. objCommand.ExecuteReader(CommandBehavior.CloseConnection) Ram

    ASP.NET database help

  • Is there a way to check that a Session variable exists without using try/catch?
    R Ramasubramaniam

    I tried, it is throwing object ref not set an instance of an object exception. Are you sure :) Ram

    ASP.NET question

  • WEB Services
    R Ramasubramaniam

    Hi, You might test your web service from your local, it was working fine. Is it? When you try to implement that web service on another server you are getting error. There is a property for web services called "URL Behavior" it is a boolean property, that needs to be set as true. Go through following link. http://www.codeproject.com/soap/wsdldynamicurl.asp Ram

    ASP.NET help wcf sysadmin xml tutorial

  • Is there a way to check that a Session variable exists without using try/catch?
    R Ramasubramaniam

    Imagine the key has not been added on the session at all, that time do we need to user only try...catch block or is there any other way will work? Ram

    ASP.NET question

  • Date in DataGrid
    R Ramasubramaniam

    You can change the date format while retriving on the query itself. Like conver as Varchar. Ram

    ASP.NET database sql-server sysadmin question

  • Oracle error ORA-06550. PLS-00306
    R Ramasubramaniam

    Check the size also. Ram

    ASP.NET database help csharp sharepoint oracle

  • sql connection
    R Ramasubramaniam

    Go through for diff types of connection strings, http://www.sqlstrings.com/SQL-Server-connection-strings.htm Ram

    ASP.NET csharp asp-net database sql-server sysadmin

  • manipulating a web application via webservices?
    R Ramasubramaniam

    We can call a web service from a windows application. It is like a normal call to the web service. Ram

    ASP.NET tutorial question

  • Sending mails throught the application
    R Ramasubramaniam

    Hi go through this link, http://www.systemwebmail.com/faq/2.3.aspx Ram

    ASP.NET csharp asp-net tutorial

  • How to encrypt the connection string in web.config
    R Ramasubramaniam

    You can write your own encryption logic, by using System.Security.Cryptography namespace. Go through the below links. http://msdn.microsoft.com/msdnmag/issues/02/06/crypto/ http://www.codeproject.com/dotnet/encryption\_decryption.asp

    ASP.NET tutorial

  • Submit buttons enter key issue
    R Ramasubramaniam

    I tried all possibities of scripting, could you send something.

    ASP.NET database design sysadmin help

  • Exception handling Approach
    R Ramasubramaniam

    Hi, you can use microsoft enterprise library for exception handling and database operations. That will log the exception on the event viewer. Catch the exceptions in all layers, but log the exception only from the UI layer. Throw exceptions from other layers to the UI layer. Istead of using enterprise library, you can log your events and exceptions with datatime on a text file in a specific directory. Those files can be used to keep track of the execution. Ram

    ASP.NET csharp asp-net design debugging business

  • Submit buttons enter key issue
    R Ramasubramaniam

    Hi, I have an imagebutton and a submit button in my usercontrol. I have few textboxes to enter search criteria. Imagebutton placed before the submit button on the design code. When the user press "enter" key imagebutton's click event is firing, but I want the submit button't click event to get fired. Both are running at server. Both actions pulling data from the database. Ram

    ASP.NET database design sysadmin help

  • how to compare whetther a substring is available in striong or not
    R Ramasubramaniam

    Hi here is the way, we can use "IndexOf" string class method. string strTest = "I am strong"; if(strTest.IndexOf("strong")==0) { return(false); } Ram

    ASP.NET tutorial question

  • Building web application part by part
    R Ramasubramaniam

    Hi, Most of the projects are facing this situation. I suggest you to have different versions for test and production in the VSS. Otherwise it is difficult during the build for test and production. Ram

    ASP.NET testing collaboration beta-testing help tutorial
  • Login

  • Don't have an account? Register

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