CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: mcfarland

Search: Search took 0.02 seconds.

  1. Issue with missing operand while passing filtered column to http context

    Hi ,
    We are jqgrid to populate data,my idea is to catch filtered data to export to excel

    colNames: ['Contact Name'];
    colModel: [
    { name: 'Contact_Name', index: 'Contact_Name', width:...
  2. JavaScript How to disable security waarning message from code in javascript

    Hi,
    I have a hyperlink in my aspx page,when i click on that link every times it warns for a security message.Not sure how to disable it.

    I can go to internet options ->security->custom...
  3. concatenation of string and assigning to a varibale

    Hello,
    I have a c#program,where the string is "time warner cable,charlotte,NC"
    so I haave to split this string(comma separated) and I need to get only first value as time warner cable

    so...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured