Search:

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

Search: Search took 0.00 seconds.

  1. Answers
    6
    Views
    15,438

    Re: Inhertinace

    C# support two types of inheritance.
    1.Implementation Inheritance
    2.Interface Inheritance.

    Implementation Inheritance:

    If a class is derived frm another class such that it inherits all the...
  2. Answers
    6
    Views
    27,783

    ASP.NET Re: Bind dropdown list to textbox

    sir,
    Thanks for u r reply but it's gvng error


    CS0118: 'System.Web.UI.WebControls.WebControl.Attributes' is a 'property' but is used like a 'method'


    Thank u..........
  3. Answers
    6
    Views
    27,783

    ASP.NET Bind dropdown list to textbox

    Without PostBack bind dropdownlist to textbox

    I have a database table with two colums ( column one has all the countries and column two has all the capitols of that particular country.)

    In my...
  4. ASP.NET Display values from TextBoxes inside GirdView

    Display values from TextBoxes inside GirdView into Database

    Hi,

    Could anyone help me ...
    I have a GridView and it has several textboxes in it.
    I want to enter some values in those...
  5. Answers
    7
    Views
    16,085

    Re: How C# differes from JAVA

    Java is influeced by C++ whereas C# is enhaced version of C++.
    C# derives from C/C++ with modernization and type safety- to adapt the changes in environment and to implement advances in the art of...
  6. Answers
    7
    Views
    4,604

    SQL Re: Copy table without data

    select * into [New tab-name] from [old tab-name]

    hope this will helpfull.............
  7. SQL Re: Move columns from different tables to one table

    u can do this by using select into query.........

    For Ex,

    Select dno,sal into depsal from dept,emp where sal>1000
    select * fom depsal


    then we get the new table depsal with dno,sal whose...
  8. Answers
    4
    Views
    7,229

    ASP.NET Countries Capital DropdownList

    Hi I am a beginner to asp.net.
    Could any one please help me ...
    I have a database table with two colums ( column one has all the countries and column two has all the capitols of that particular...
  9. Thread: Triggers

    by ushalakshmi
    Answers
    5
    Views
    4,542

    SQL Triggers

    How to wite Tiggers in sql?
    Give me the example......
  10. Answers
    3
    Views
    4,002

    Re: hiiiiiiiiii

    Geekinterview is the best site for any technology.In which Online quiz's r more usefull.
  11. Re: Difference between the object based and object oriented

    Object Oriented Prigramming language is a language which supports all the features of OOPS.
    Object BasedLanguage is a language which doesn't supports all the features of oops Mainly Inheritence.
    ...
  12. Re: Difference between the object based and object oriented

    A/c to me Java is also not a pure object oriented language.y Bcoz It's using Predefined functions.
  13. Answers
    11
    Views
    7,787

    SQL Server - Re: what is a trigger?

    A trigger is a SQL procedure that initiates an action when an event (INSERT, DELETE or UPDATE) occurs.
    Triggers are stored in and managed by the DBMS.Triggers are used to maintain the referential...
  14. Answers
    3
    Views
    10,094

    SQL Server - Re: what is unique key

    Hey priya,

    Unique key accept only one Null in sql Server.
  15. Answers
    5
    Views
    4,622

    SQL Server - Re: Delete Contents of Table Permanently

    u can delete the column by using

    delete from [tabname] where [column]
Results 1 to 15 of 15
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