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.
User Profile
Collapse
-
C# -ASP.NET2.0 - ComponentGoWebCalendar Control
-
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 );
... -
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();... -
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 -
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... -
Hi
I got it working, i was not populating my dataset correctly.
Thanks...Leave a comment:
-
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... -
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... -
-
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...Leave a comment:
-
-
-
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 ... -
Hi Plater
Thnaks for that, do you have an example i can look at, i am still a bit confussed.
Thanks
Raz...Leave a comment:
-
Thanks DKn, i cant understand these characters are from a Unix .Dat file and i cant ger rid of them...Leave a comment:
-
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...
No activity results to display
Show More
Leave a comment: