User Profile

Collapse

Profile Sidebar

Collapse
VanZandt
VanZandt
Last Activity: Aug 11 '10, 04:15 PM
Joined: Oct 25 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • VanZandt
    started a topic retrieve selected value

    retrieve selected value

    how do I get a cell value for selected qty? Please help!!!
    below is the code.

    Thanks,

    Code:
    <?xml version = "1.0" encoding = "utf-8"?>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
     
    <html xmlns = "http://www.w3.org/1999/xhtml">
    ...
    See more | Go to post
    Last edited by Dormilich; Apr 27 '10, 06:50 AM. Reason: Please use [code] tags when posting code

  • VanZandt
    replied to Extended Datagrid link even errors
    in .NET
    I have found the anwer to this. All I had to do is add this instead.

    cs.LinkClicked+ =new ColumnStyles.Co lumnStyles.Data GridLinkLabelCo lumn.LinkLabelL inkClickedEvent Handler(cs_Link Clicked);
    See more | Go to post

    Leave a comment:


  • VanZandt
    started a topic Extended Datagrid link even errors
    in .NET

    Extended Datagrid link even errors

    I have a class(dll) that extends winform datagrid to provide link column in vb.net. I have managed to create a datagrid in c# winforms that shows link in one of the column but when I try to create a EventHandler I get a compilation error:
    "Method 'DataGridLink.F orm1.cs_LinkCli cked does not match delegate"
    can anyone please help?
    Thanks for all the help.

    here is my code:

    using System;...
    See more | Go to post

  • VanZandt
    replied to Read from excel
    in .NET
    thanks mady1380,
    I'll certainly try that. Is there a possibility to just directly read the file from memory as the user selects the file to input and copy the contents of excel into DB instead of giving user read/write access to project folder?

    thanks
    Van
    See more | Go to post

    Leave a comment:


  • VanZandt
    started a topic Read from excel
    in .NET

    Read from excel

    Hello,
    I am trying to read data from excel file and copy it to DB at run time for web. First of all Is it possible to do that? Second here is what I have so far and i'm gettting an access denied on file read.

    string StrFileType = "";
    string StrFileName = "";

    StrFileType = File.PostedFile .ContentType;
    StrFileName = File.PostedFile .FileName; //.Substring(File .PostedFile.Fil eName.LastIndex Of("\\")...
    See more | Go to post
No activity results to display
Show More
Working...