Search

You searched for the word(s): userid:795468

Matching Posts

  • Re: Class Reference Informations

    Ok let it be public class ClassA { public void method1() { CommonClass clsA=new CommonClass(); clsA.CommonMethod(); } } public class ClassB { public void method2() { CommonClass clsB=new CommonClass(); clsB.CommonMethod(); } } public class CommonClass { public void CommonMethod() { //Where the object is created for this class } } If i am calling the commonmethod from classA how do i know the class name as "ClassA", or if i calling from ClassB name as "ClassB", and namespace, and
    Posted to C# (Forum) by sprakashcs on 10/6/2009
  • Class Reference Informations

    Hai friends, I need some information about the user defined classes in net. My doubt is, public class ClassA { public void method1() { CommonClass.CommonMethod(); } } public class ClassB { public void method2() { CommonClass.CommonMethod(); } } public class CommonClass { public static void CommonMethod() { //Where the object is created for this class } } If i am calling the commonmethod from classA how do i know the class name as "ClassA", or if i calling from ClassB name as "ClassB"
    Posted to C# (Forum) by sprakashcs on 10/5/2009
    Filed under: C#, oops, C# code, C# 2005, <C#>
  • MAGTEK 21040103 USB Swipe Card Reader

    Hai friends, i am having MAGTEK 21040103 USB Swipe Card Reader , and i want to read the card data using this device. I didnt get any small tips to use this device with c#.net 2005. I am looking for solution to this problem. If anyone know please let me know.And i am new to embedding technology. Some one tell about Point of service, ..But no one given any suitable solution. I am looking for some sample codings also. Thanks. Prakash
    Posted to Free For All (Forum) by sprakashcs on 6/19/2009
  • swf files security

    I am using a big swf, while viewing the page flash file is loading in temp file how to make swf files unreadable in cache.
    Posted to Security (Forum) by sprakashcs on 4/20/2009
  • Re: Onclick even is firing evethough the ajaxcallback returns false on clientclick

    Remove the following line in code behind file btnSave.Attributes.Add("onclick", "return ValidateCreate();"); and append onclientclick with the following line <asp:Button ID="btnSave" runat="server" Text="Save" OnClientClick="return ValidateCreate()" OnClick="btnSave_Click" style="width:60px" />
    Posted to ASP.NET AJAX UI (Forum) by sprakashcs on 1/16/2009
  • Re: Getting the value in app code folder

    Hi friend your question is not clear, what is your actual requirement, generally to pass the value from app_code(you should have class file here) create an object for that class which is present inside the app_code. and get or pass the parameters..
    Posted to Getting Started (Forum) by sprakashcs on 12/1/2008
  • Re: assist me... please

    In global.asax type as Sub Session_Start( ByVal sender As Object , ByVal e As EventArgs) Session.Timeout = 60 End Sub
    Posted to State Management (Forum) by sprakashcs on 12/1/2008
  • Code in SharePoint Designer

    Hi kjmcad, i want to know how to create a aspx page with aspx.cs in sharepoint designer. i have created as <script language="C#" runat="server'> in aspx in sharepoint designer . But it shows error while running on sharepoint " Code block is not allowded here". Is sharepoint designer only for designing..if yes, then where to write coding. waiting for your reply. Prakash
    Posted to Getting Started (Forum) by sprakashcs on 11/19/2008
  • Re: Help needed for this authentication problem

    Hi prasan i have sent a mail to you.
    Posted to Security (Forum) by sprakashcs on 11/11/2008
  • Re: Help needed for this authentication problem

    Mr.Prasan give your mail id i will send the sample appl to you. Prakash.
    Posted to Security (Forum) by sprakashcs on 11/11/2008
Page 1 of 7 (62 items) 1 2 3 4 5 Next > ... Last »