User Profile

Collapse

Profile Sidebar

Collapse
RazSam
RazSam
Last Activity: Sep 21 '07, 12:21 PM
Joined: Aug 8 '07
Location: UK
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • RazSam
    started a topic C# -ASP.NET2.0 - ComponentGoWebCalendar Control
    in .NET

    C# -ASP.NET2.0 - ComponentGoWebCalendar Control

    Hi

    Has anyone used the ComponentGo Web calendar control, If any one has please can they answer some question please.

    1) How can display the time line such as the HoursDayBegin and HoursDayEnd?

    2) How can i navigate throught the calendar dates, such as going to the next day etc...?

    I am having problems with this control so please help thank you.

    Thanks in Advance.
    See more | Go to post

  • RazSam
    started a topic C# - WEB - Row not being added to Table
    in .NET

    C# - WEB - Row not being added to Table

    Hi

    I have an asp table and trying to add headerrows to it. My code follows:

    foreach (string dataCell in myArray)
    {
    dateCell.Horizo ntalAlign = System.Web.UI.W ebControls.Hori zontalAlign.Cen ter;
    dateCell.Text = dataCell;
    HeaderRow.Cells .AddAt(x, dateCell);
    str.Append(date Cell.Text);
    x++;
    }
    tblSchedule.Row s.Add(HeaderRow );

    ...
    See more | Go to post

  • RazSam
    replied to C#-WEB: Loading dataview into a session object
    in .NET
    Hi Guys

    I got it working, if any one else is stuck please look at the code below:

    Placed my row filter in a dataview object called objExportView then used that such object view to pass in my session.

    DataView objExportView = objView;

    if (objView.Count > 0)
    {
    Session["dataView"] = objExportView;
    }
    GridView1.DataB ind();...
    See more | Go to post

    Leave a comment:


  • RazSam
    started a topic C#-WEB: Loading dataview into a session object
    in .NET

    C#-WEB: Loading dataview into a session object

    Hi

    I am using c#-web on .net framework 2.0 on a WEB platform.

    My question is can a dataview grid be stored in a session object if so can someone help me please, any code samples would be great.

    i have researched the internet and there is no examples.

    Thank you
    Raz
    See more | Go to post

  • RazSam
    started a topic Excel Import - having difficulties
    in .NET

    Excel Import - having difficulties

    Hi

    I am developing in c# .net 2,0 web forms and having some problems. Code is attached below.

    I have written code to export the contents of a Grid View to Excel, this works. The problem occurs when i change the contents of the datagrid such as apply a row filter to it. The new records have been binded to the datasource.

    I try to export those results to Excel but seem to the whole datagrid contents into...
    See more | Go to post

  • RazSam
    replied to C# - WEB - Report not displaying properly
    in .NET
    Hi

    I got it working, i was not populating my dataset correctly.

    Thanks...
    See more | Go to post

    Leave a comment:


  • RazSam
    started a topic C# - WEB - Report not displaying properly
    in .NET

    C# - WEB - Report not displaying properly

    Hi

    could someone help me please?

    I am using c# 2.0 web form to create a report using reporting services. I can display the report but with no data, can someone help me please and see where i am going wrong, thanks

    The following code sniplet:
    DataSet ds = new DataSet;

    ds.ReadXml(Http Context.Current .Request.MapPat h("testfile.xml "));

    ReportDataSourc e dsTestData...
    See more | Go to post

  • RazSam
    started a topic XML populating report viewer
    in .NET

    XML populating report viewer

    Hi

    Thanks for all the help so far it was fantastic.

    I want to know if you can populate reportviewer component in c# 2.0 web forms using XML?

    I know how to read each element and attribute of the XML file but wanted to know if these such elements and attributes can populate a report viewer component?

    For example if you drag a matrix object or a table object on to the report viewer and you...
    See more | Go to post

  • RazSam
    replied to c# connecting to a web server
    in .NET
    No i havent Frinvale, but i will look them up thanks...
    See more | Go to post

    Leave a comment:


  • RazSam
    replied to c# connecting to a web server
    in .NET
    Hi Frinvale

    I am implementing a front end ASP.NET web application page with back end c# code. My application is trying to connect to another clients web server, in order for me to extract reports (They do not have a web service in place at the moment, though they have other web services for other purposes).

    At time intervals they place various reports on there server and in real time mode my application will connect...
    See more | Go to post

    Leave a comment:


  • RazSam
    replied to c# connecting to a web server
    in .NET
    Thanks ill try that when i go back into work on Monday....
    See more | Go to post

    Leave a comment:


  • RazSam
    replied to String Functions
    in .NET
    That was great thanks sorry about the late reply...
    See more | Go to post

    Leave a comment:


  • RazSam
    started a topic c# connecting to a web server
    in .NET

    c# connecting to a web server

    Hi

    Could some one help me please, i am trying to connect c# web page version 2005 to a web server where a selection of reports reside.

    Would a socket be appropiate to use, all i want to do is connect to a web server using c# and extract reports, hopefully in XML format and diaply them.

    Could some one please point me in the right direction, Is there an easier way to do all this?

    Thanks ...
    See more | Go to post

  • RazSam
    replied to String Functions
    in .NET
    Hi Plater

    Thnaks for that, do you have an example i can look at, i am still a bit confussed.

    Thanks

    Raz...
    See more | Go to post

    Leave a comment:


  • RazSam
    replied to String Functions
    in .NET
    Thanks DKn, i cant understand these characters are from a Unix .Dat file and i cant ger rid of them...
    See more | Go to post

    Leave a comment:


  • RazSam
    started a topic String Functions
    in .NET

    String Functions

    I am trying to format a .dat file which has "" characters in it, example hello, i would like to return "Hello" only.

    I am trying to use the replace string function but no joy, i have a for loop to read through the text and when it encounters a "" i am trying to delete it as:

    am i doing this the right way?

    for (i =0; i<text.Length;i ++)
    {
    string...
    See more | Go to post
No activity results to display
Show More
Working...