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
A

Ashish Sehajpal

@Ashish Sehajpal
About
Posts
122
Topics
5
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How to set hyperlinks to strings
    A Ashish Sehajpal

    just check this post http://www.sehajpal.com/blog[^]

    Ashish Sehajpal

    C# help tutorial

  • creating dll
    A Ashish Sehajpal

    hi, i think you are asking about building & releasing your code (so called user developed projects. right?) if you are doing so in web application, then obviously this is not the place to ask. however, you can do:- 1. right click on the project 2. chose Publish 3. browse the location where to publish the project (even FTP, HTTP) 4. check/uncheck the options if required so. (use progressive build) 5. Publish it you are done. Ask any clarifications :)

    Ashish Sehajpal

    C# tutorial

  • 'system.workflow.activities.workflowactivitytrace' is not initialized?
    A Ashish Sehajpal

    can anyone help me out? i am getting this weired message when trying to execute my state machine Workflow.. i am not getting anywhere. the type initializer for 'system.workflow.activities.workflowactivitytrace' threw an exception any help will be appreciated.

    Ashish Sehajpal

    WCF and WF help question workspace

  • AJAX ISSUE...URGENT HELP REQUIRED FROM AJAX EXPERTS
    A Ashish Sehajpal

    using AJAX dowsn't mean that anyone can change the architecture of web application.... even in AJAX postbacks occur ! but they are not visible to user .... and every postback will affect the server side controls and variables only.... how come you are supposed to update value of javascript variable to be changed ? use SESSION variables instead ... :zzz:

    Ashish Sehajpal

    ASP.NET help javascript winforms announcement

  • Required Payment Gateway API http://www.interswitchng.com
    A Ashish Sehajpal

    hi, can anyone help me out with API for using inter switch payment gateway ? i am unable to find out the method to POST data to their server in asp.net.. Regards,

    Ashish Sehajpal

    ASP.NET csharp asp-net com sysadmin json

  • asp.net
    A Ashish Sehajpal

    right said... using C# with ASP.net makes it more productive and real coool..

    Ashish Sehajpal

    ASP.NET csharp c++ asp-net career

  • PHP + MySQL Timeout Error
    A Ashish Sehajpal

    while( $row['id'] = ($id + 1)){ don't you think that you are using ASSIGNMENT operator instead of EQUALITY COMPARISON operator i.e. = instead of ==

    Ashish Sehajpal

    Web Development database php mysql com tools

  • permission denied error
    A Ashish Sehajpal

    seems u don't have proper permissions to that IP...contact administrator about that....

    Ashish Sehajpal

    Web Development html help question

  • getting string from server script to Client script
    A Ashish Sehajpal

    have u tried html encoding?

    Ashish Sehajpal

    Web Development c++ com sysadmin tools help

  • Asp.Net Datagrid - how to Split each column into two columns
    A Ashish Sehajpal

    ?? do you think this can solve the purpose ?

    Ashish Sehajpal

    ASP.NET tutorial csharp asp-net help

  • Show image dynamically
    A Ashish Sehajpal

    that is the problem with everyone.... browsers do show pages from their cache.... one need to make it sure that browser is set to check updates of webpages on every visit.... only the it brings newer versions of pages on every time

    Ashish Sehajpal

    ASP.NET database question

  • string format
    A Ashish Sehajpal

    use ControlChars.quote function to put quotes in string.. e.g. strJavaScript="<div id=" + Controlchars.quote() + " divid" + Controlchars.quote() +" />"; cheers !

    Ashish Sehajpal

    ASP.NET question

  • Unable to retrieve session value in ASP.Net Page
    A Ashish Sehajpal

    r u using any classes in between i.e. BLL / DAL etc...? this is the only issue with such kind of problems.. other chances may be that somewhere any dynamic class code i sgetting changes...means your are creating some compilable code dyamically... third, may be there is some event which is resetting your session.. {ptu some code in global.asax file for catching session event}

    Ashish Sehajpal

    ASP.NET csharp asp-net help question

  • MySQL connectivity
    A Ashish Sehajpal

    <a href="http://www.codeproject.com/KB/database/MySQLCsharp.aspx">http://www.codeproject.com/KB/database/MySQLCsharp.aspx</a>[<a href="http://www.codeproject.com/KB/database/MySQLCsharp.aspx" target="_blank" title="New Window">^</a>] got the answer..... !

    Ashish Sehajpal

    Database database mysql sysadmin question

  • MySQL connectivity
    A Ashish Sehajpal

    http://www.codeproject.com/KB/database/MySQLCsharp.aspx[^] got the answer..... !

    Ashish Sehajpal

    ASP.NET database mysql sysadmin question

  • MySQL connectivity
    A Ashish Sehajpal

    i am not able to connect to a MySQL database. i am using this connectionstring "Driver={MySQL};SERVER=myserver; DATABASE=newdatabase;USER=root;PASSWORD=nvish;option=3;" is there anything special i need to get installed i.e. any connecter / driver or need to include any namespace ?

    Ashish Sehajpal

    Database database mysql sysadmin question

  • MySQL connectivity
    A Ashish Sehajpal

    i am not able to connect to a MySQL database. i am using this connectionstring "Driver={MySQL};SERVER=myserver; DATABASE=newdatabase;USER=root;PASSWORD=nvish;option=3;" is there anything special i need to get installed i.e. any connecter / driver or need to include any namespace ?

    Ashish Sehajpal

    ASP.NET database mysql sysadmin question

  • Is connection string must be changed after deployment ???
    A Ashish Sehajpal

    you need to specify the IP adress/ live URl of database server (even the port number if it is on shared hosting)

    Ashish Sehajpal

    ASP.NET database question sql-server com sysadmin

  • Validators gives error on remote server
    A Ashish Sehajpal

    u r using ajaxenabled website ? if yes then try tagmapping....

    Ashish Sehajpal

    ASP.NET asp-net csharp sysadmin regex help

  • web service call + firewall
    A Ashish Sehajpal

    basic rule of web service development is that they are meant to bypass any firewall as they use to get tranferred via port 80.... this is not the exact issue...my be some conflic is occuring on ur client's machine

    Ashish Sehajpal

    Web Development help sysadmin windows-admin linux sales
  • Login

  • Don't have an account? Register

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