Search:

Type: Posts; User: shilpamasineni; Keyword(s):

Search: Search took 0.00 seconds.

  1. Answers
    3
    Views
    4,734

    Re: Interface methods body

    Its not possible to declare one interface methods in different classes.
    If you are implementing any interface,you should implement all the methods in that interface.means full implementation...
  2. Answers
    11
    Views
    6,817

    ASP.NET Re: Which is best for ASP.NET?

    Hi,

    you can learn from Programming tutorials . com

    if possible you can refer orially publications book for asp . net good for beginers.

    compared to all this you can use QuickStart tutorials...
  3. Answers
    2
    Views
    3,566

    ASP.NET Re: Server Application error

    is it any error number that is displaying like 501 or some other

    First check out any errors in code behind file,then try to restart your iis.
    after restarting try install and replace asp.net...
  4. Answers
    1
    Views
    3,878

    ASP.NET Re: .Net in Web Based Application

    In asp.net web applications,.net is the required component,that is the framework.we require scripting language .you can use vbscript,javascript as well as HTML
  5. Answers
    6
    Views
    10,137

    ASP.NET Re: web service

    System.Web.Services
  6. Answers
    2
    Views
    3,181

    ASP.NET Re: about components

    What server component scan you tell me detaily,is it com+,asp.net
    or any language specific
  7. Thread: Asp.NET

    by shilpamasineni
    Answers
    1
    Views
    3,038

    ASP.NET Re: Asp.NET

    U can use in this way for example
    public class class1
    private name, place, details as string
    public property username() as string
    get
    return name
    end get
    set(byval value as string)
    ...
  8. Answers
    1
    Views
    18,210

    Re: Form Designer and Initialize Component

    Hi,

    1.Form1.cs
    2.Form1.Designer.cs
    3.The Initialize Component()

    Here Form1.cs is nothing but Code file.
    Form1.Designer.cs is an designer

    Initialize Component() is the method which will be...
  9. Answers
    1
    Views
    3,868

    Re: Type of Parameter

    Hi,

    You should pass the normal parameter but what type u specified in that method

    Example:

    Public Class Class1
    Public Function A(Optional ByVal b As String = "")
    Return "a"
    ...
  10. Answers
    2
    Views
    4,168

    Re: What is the need for typecasting

    Hi,

    enum gtb
    {
    sa=12

    }
    private void button1_Click(object sender, EventArgs e)
    {
    int i;
  11. Thread: WinApp

    by shilpamasineni
    Answers
    1
    Views
    2,931

    WinApp

    Hi,

    You want to run any applications like notepad,word or excel then
    use

    System.Diagnostics.Process.Run("process name");

    Command.

    process name should be which u want to run specify in...
  12. Answers
    1
    Views
    3,061

    Declaring the application objects

    Hi Radhika,

    You can declare application objects in Global.asax file and this will b estored in the process itself.

    We can declare like

    Application["Counter"]="";
    if vb.net use like ...
  13. Answers
    1
    Views
    3,784

    Re: Namespace for SQL Server 7 series

    Hi,

    You can use both like SqlClient as well as OleDb,who told u it won't support.
    Here oledb is faster bcoz that is parent.
  14. Answers
    1
    Views
    3,356

    Re: Input and output

    Hi


    You want that labels to visible at runtime,you need to display some output.use like Label.Text="".what you want to dipslay.
    example i have a textbox(TextBox1) which accepts name and iwant to...
  15. Answers
    1
    Views
    3,269

    Re: regarding c#.net applications

    Hi,

    I think you added a second form and check out name(form ID) is same as whatever u r uisng to invoke the form.Is there a code form for form2.cs check out.
  16. I want to understand what is server code

    Hi

    Server code is nothing but which executes on server side and one more thing is this are not part of HTML form .You can observe that form tag contains RUNAT="Server" tag,this means what ever the...
  17. Answers
    2
    Views
    4,674

    How to make a vb form transparent

    Hi,

    By setting the opacity property of the winform to less percentage(50% or 10 %)you can make vb form transaparent.

    Regards
    shilpa
  18. Answers
    1
    Views
    3,073

    ASP.NET Re: Web Farm

    Web farm is basically a load balancing environment where multiple Web servers are hosting the same Web site.
    Web Garden means using multiple process to host an application on single server.
    This...
Results 1 to 18 of 22
About us
Applying for a job can be a stressful and frustrating experience, especially for someone who has never done it before. Considering that you are competing for the position with a at least a dozen other applicants, it is imperative that you thoroughly prepare for the job interview, in order to stand a good chance of getting hired. That's where GeekInterview can help.
Interact