User Profile

Collapse

Profile Sidebar

Collapse
nudrat
nudrat
Last Activity: Jun 16 '08, 05:32 AM
Joined: Aug 24 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • in the begining Files were there in the application itself, and I was reading it through Server.Mappath( ) method. But as it was giving problem, so I tried to write a function , which just creates an instance of Excel Application. the code is as follows: this code is in VB.NET

    Protected Sub Button1_Click(B yVal sender As Object, ByVal e As System.EventArg s) Handles Button1.Click
    fnReadExcel("Se rverName")...
    See more | Go to post

    Leave a comment:


  • actually after posting the first post, I was unable to view that.. That's why I posted again with the same content.

    Regards
    Nudrat
    See more | Go to post

    Leave a comment:


  • nudrat
    started a topic Error while publishing the application to server
    in .NET

    Error while publishing the application to server

    Hi All,
    The scenario is as follows:
    In my application, I am manipulating with Excel files. Reading , copying some values etc. It works fine as long as it is running from working directory (Local system).
    I am publishing this application to a web server by publishing web site option from Build Menu in Visual studio editor. it gives error that Its unable to open the file.
    the location where the Excel file are placed are...
    See more | Go to post

  • nudrat
    started a topic Word Automation ASP.NET
    in .NET

    Word Automation ASP.NET

    Hi All,
    I want to open a Word Document in a control where user can open a document, edit

    the document and finally save it to some location. But I don't know which control

    I have to use which will act as a container for word documents. I am using C#

    with ASP.NET.
    Give me some idea..

    Thanks & Regards
    Nudrat
    See more | Go to post

  • nudrat
    started a topic Word Automation
    in .NET

    Word Automation

    Hi All,
    I want to open a Word Document in a control where user can open a document, edit the document and finally save it to some location. But I don't know which control I have to use which will act as a container for word documents.
    Give me some idea..

    Thanks & Regards
    Nudrat
    See more | Go to post

  • How to submit data from diff text files into database automatically

    Hi,
    My problem is this i am collecting some information into .txt text files, now i have to submit those values in database daily.I am writing my code in asp,sql server database.

    I have one query::

    Can i write a job that can access text files and submit data.
    See more | Go to post

  • nudrat
    started a topic after converting vs 2003 project to vs 2005 project
    in .NET

    after converting vs 2003 project to vs 2005 project

    after i converted the vs 2003 project to Vs 2005 project.......s ome error occured: 1) server tag not well formed.
    2) some properties are supported in vs 2005 like style and all

    Quick reply will be appreciated.
    Thanks.
    See more | Go to post

  • nudrat
    started a topic Solid Edge Customization
    in .NET

    Solid Edge Customization

    Hi All,
    I am a new Solid Edge customization Programmer. I am programming this in VB.NET. So, If anybody is there in this field, please let me know, so that I can clarify some doubts.

    Regards
    Nudrat
    See more | Go to post

  • nudrat
    started a topic Solid Edge Customization

    Solid Edge Customization

    Hi All,
    I am a new Solid Edge customization Programmer. So, If anybody is there in this field, please let me know, so that I can clarify some doubts.

    Regards
    Nudrat
    See more | Go to post

  • nudrat
    started a topic how to use auth_user server variable in asp.net?
    in .NET

    how to use auth_user server variable in asp.net?

    hi,
    I want to use authenticate windows users in asp.net pages.
    Data base entry is there for every users.

    What steps should i follow to use this?
    what changes do i need to make in IIS,Web.config file?
    See more | Go to post

  • nudrat
    started a topic How to find the length of an Excel cell
    in .NET

    How to find the length of an Excel cell

    Hi All,
    In my application I am reading an excel sheet with the help of excel class. I have to find out no. of characters entered in a particular cell.
    please find the solution for that.

    Thanks & Regards
    Nudrat
    See more | Go to post

  • nudrat
    started a topic SolidEdge Customization Tool
    in .NET

    SolidEdge Customization Tool

    I am developing an application, which is using VB.NET. I have to open a Solid Edge file, and read the unit used there in the File Properties of the File. For that I have added all the references for solid Edge. code is as follows:
    Public objpropertysets As SolidEdgeFilePr operties.Proper tySets
    Public objpropertyset As SolidEdgeFilePr operties.Proper ties
    Public objproperty As SolidEdgeFilePr operties.Proper ty

    objpropertysets...
    See more | Go to post

  • nudrat
    started a topic Excel to DatagridView VB.net
    in .NET

    Excel to DatagridView VB.net

    Hi All,
    I have an excel sheet. I am able to read each cell values of excel sheet. Now i have a datagridview control. so how do i populate these cell values into datagridview control without using Oledb provider. my excel sheet is in row column format exactly like a data table of any database.
    plz find a solution for that. its really urgent.

    Thanks & Regards

    Nudrat
    See more | Go to post

  • nudrat
    started a topic To read an excel file with Excel Class in vb.net
    in .NET

    To read an excel file with Excel Class in vb.net

    I have added a reference Microsoft Excel 5.0 Object Library in my project.
    the code is as follows:
    Dim myExcel As Excel.Applicati on ' Interface to Excel
    Dim myWorkBookColle ction As Excel.Workbooks ' Workbook-collection
    Dim myWorkBook As Excel.Workbook ' Single Workbook (spreadsheet-collection)
    Dim myWorkSheet As Excel.Worksheet ' Single spreadsheet

    Dim fdlg As OpenFileDialog = New OpenFileDialog( )...
    See more | Go to post

  • nudrat
    started a topic To read an excel file with Excel Class in vb.net
    in .NET

    To read an excel file with Excel Class in vb.net

    I have added a reference Microsoft Excel 5.0 Object Library in my project.
    the code is as follows:
    Dim myExcel As Excel.Applicati on ' Interface to Excel
    Dim myWorkBookColle ction As Excel.Workbooks ' Workbook-collection
    Dim myWorkBook As Excel.Workbook ' Single Workbook (spreadsheet-collection)
    Dim myWorkSheet As Excel.Worksheet ' Single spreadsheet

    Dim fdlg As OpenFileDialog = New OpenFileDialog( )...
    See more | Go to post

  • Hi..
    I have the correct ID for TextBox "txtError" and it is in the scope of default.aspx.cs page....
    See more | Go to post

    Leave a comment:


  • The name 'ControlName'does not exist in the current context

    I included a control TextBox with 'txtError' name. whenever I build this I get this error.
    The name 'txtError' does not exist in the current context
    But its running on last successful Build.
    I tried deleting deafult.aspx page from project, then building the project, then adding again the deafult.aspx in Project. But nothing worked.
    Please find the solution for that.

    Thanks & Regards
    Nudrat
    See more | Go to post

  • nudrat
    replied to On Change Event of Text Box
    in .NET
    I am not getting the values which is entered in the textboxes, instead its showing some other values. i guess I have to write code to adjust pixels values.
    do u hv any idea for that?
    See more | Go to post

    Leave a comment:


  • nudrat
    started a topic On Change Event of Text Box
    in .NET

    On Change Event of Text Box

    I want to draw a line graph. the values on x-axis and y-axis are entered in a text box. I want as soon as the value are entered in the text boxes, graph with that values only displayed in the graph. but what excatly is happening is it got saved in some location of hard disk, then refreshing of the page its displaying the graph.
    Plz find out the solution..

    Thanks & Regards
    Nudrat
    See more | Go to post

  • nudrat
    replied to File Not Found Exception
    in .NET
    Thanks a lot. It worked....
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...