Browse by Tags

Related Posts

  • Re: Access a property from Class A without inheriting it

    Hi, Please do a small change in your code. i have done this in below code in bold. Class BasePage : System.Web.UI.Page { private string _procconsultClientID=string.Empty; public string ProcConsultClientID { get { return _procconsultClientID; } set { _procconsultClientID = value; } } }
    Posted to C# (Forum) by chaitanya_tyagi on 04-25-2007, 12:00 AM
    Filed under: c#.net
  • 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
  • custom replace function with C#.net

    Hi All i want a replace function that would be able to replace bad words with the specified ones. I have tried some of functions but did nt get needed results For example : I have sentance " ram is a bad boy having badmanner" 1) i want function should be non case senstive 2) if bad words exist in other...
    Posted to C# (Forum) by Manminder on 04-30-2007, 12:00 AM
    Filed under: c#.net, replace function
  • validating checkboxes - have to select only few checkboxes out of many and insert them into sql database.

    Hi, I am a newbie, I am trying to insert into Sql DB from a page. the page contains title, image and a checkbox where the user has to select only few checkboxes and when hit submit, only those selected items should be inserted. I am creating dynamically the title, image and a html input checkbox in a...
    Posted to C# (Forum) by startlet_asp.net on 04-30-2007, 12:00 AM
    Filed under: asp.net, C#, c#.net
  • Re: How to create employee class that have n number of adressess(c#.net)

    Thanks Grz, Kris. I think you are providing solution with asp.net 2.0. In asp.net 2.0 it is right . But i am still working asp.net 1.1 .Is there any way we can do it. As per my knowledge we may use collections. it is very kind of you if you will solution in asp.net 1.1 But XIII: Hi, Manminder: Would...
    Posted to C# (Forum) by Manminder on 05-02-2007, 12:00 AM
    Filed under: c#.net
  • 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
  • Comaparing Random generated Entered values with Database column values

    Hi In my LogIn screen , Including username and password we have provided secure card. This secure card displays three alphabets randomly with three textboxes to enter. like ( G __ C __ B__ ). ( D__G__A__) from A to J. There are 10 two-digit values are stored in LogIn table (from A to J). These values...
    Posted to C# (Forum) by srik22 on 05-08-2007, 12:00 AM
    Filed under: asp.net, C#, C#. NET 2005, ASP.NET Blog starter kit, c#.net
  • 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
Page 1 of 8 (72 items) 1 2 3 4 5 Next > ... Last »