Browse by Tags

Related Posts

  • No Overload in method?

    When this code is run it results in an error saying "No overload for method 'Friends' takes '0' arguments - please can anybody resolve? Hi does anybody know how I can resolve this error? code for class friends public class Friends { public string id; public string name; public Friends (string id, string...
    Posted to C# (Forum) by camper on 04-26-2007, 12:00 AM
    Filed under: asp.net, C#, Objects, strings, .Net, C#. NET 2005, OO, c#.net, oops
  • access page level variable in datagrid

    I have a flash object in a repeater control. I need to get the whole web URL for every flash file in the Item Data Bound event. I get the file name from database and in the Item Data Bound method create the whole HTTP web address for the flash file. This is then assigned to sSWFFileImageName. But what...
    Posted to Data Presentation Controls (Forum) by mayuresh_s on 05-03-2007, 12:00 AM
    Filed under: .net C# jobs, C# Compiler VB.Net, asp.net, C#, C# Arithmetic overflow error SqlDataAdapter Fill, .Net, C# dispose discover, C#. NET 2005, C# Master pages Code Behind Files, C# DateTime, ASP.NET Blog starter kit, c#.net, asp.net2.0 controls
  • Delete Gridview record

    Hi, I am using the inbuilt tools and I have a gridview with a delete field. However rather than just pressing to delete to delete from the database, I am trying to bring up a 'Are you sure messabe box, and then ok to delete. Do you know how this can be achieved, because i am using the inbuilt tools...
    Posted to Data Presentation Controls (Forum) by camper on 05-23-2007, 12:00 AM
    Filed under: c#.net, asp.net, .Net, C#
  • Include files .cs in a page .aspx

    How can I include more than one class in a page.aspx I can access to a class called Flight.cs writing this <%@ Page Language="C" src="Fligth.cs" mce_src="Fligth.cs" %> This works but i don“t know if it is the best way. But I want to include a class called company that...
    Posted to C# (Forum) by a013839 on 06-05-2007, 12:00 AM
    Filed under: C#, .Net, C#. NET 2005, C# Master pages Code Behind Files, c#.net
  • Sales Tax Web Service Help

    Hello. Very new to C#. Hope someone can help. I am trying to create a simple web form to access the Ohio "thefinder" web service: https://thefinder.tax.ohio.gov/StreamlineSalesTaxWeb/WebService/About.aspx I am using their sample code: 1 using System; 2 using System.Collections; 3 using System...
    Posted to C# (Forum) by ofaniel on 06-07-2007, 12:00 AM
    Filed under: asp.net, .Net, c#.net
  • Gridview distinguish colums in row to querystring?

    I have a gridview, and I am trying to select a given row, to make another gridview display depending on a given ID value, which is a column , in a row in the original gridview.How is the best way to do this, I thought about trying to send the ID value via querystring to another datasource, which displays...
    Posted to C# (Forum) by camper on 07-23-2007, 12:00 AM
    Filed under: .net C# jobs, asp.net, C#, .Net, c#.net, asp.net2.0 controls, ASp.net container.dataitem
  • hi need help in calendar popup control...

    hiz i m using < ew : CalendarPopup> control in data gird. I need to call JavascriptOnChangeFunction on item databound and need to bind a function with parameters but it is giving me script error. my code is on item databound is ((eWorld.UI. CalendarPopup )items.FindControl( "cal_PA" ...
    Posted to C# (Forum) by Azwer on 07-24-2007, 12:00 AM
    Filed under: .Net, C#. NET 2005, c#.net, asp.net2.0 controls, ASp.net container.dataitem
  • GridView Lookup Table

    Hi, I have been trying to adjust the value in a gridview table,i.e the value in one column is an integer, say 1, 2, 3, 4 ,5, but really I want to change the data to display red for 1, blue for 2 etc. Is there anyway of changing the data displaying in the column via a lookup table sort of thing? Has anybody...
    Posted to C# (Forum) by camper on 08-01-2007, 12:00 AM
    Filed under: asp.net, C#, .Net, C#. NET 2005, c#.net, ASp.net container.dataitem
  • Reference a particular row and column in gridview

    Hi, I am trying to change the background or text colour of a gridview depending on the results of that row, does anybody know why the code gives out of range as the gridview that it is refering to has 8 columns and about 15 rows. protected void colour(object sender, EventArgs e) (created a Databound...
    Posted to C# (Forum) by camper on 08-01-2007, 12:00 AM
    Filed under: asp.net, C#, .Net, C#. NET 2005, c#.net, asp.net2.0 controls, ASp.net container.dataitem
  • Re: Reference a particular row and column in gridview

    Here's my code but still same error, with simpler code: protected void gvUsers_RowDataBound( object sender, GridViewRowEventArgs e) { if (e.Row.RowType == DataControlRowType .DataRow) { GridRow2.Rows[4].BackColor = Color.Blue //i.e how can I specify a particular row and particular column on a gridview...
    Posted to C# (Forum) by camper on 08-02-2007, 12:00 AM
    Filed under: asp.net, C#, .Net, C#. NET 2005, c#.net, asp.net2.0 controls, C# code
Page 1 of 3 (23 items) 1 2 3 Next >