User Profile

Collapse

Profile Sidebar

Collapse
ganeshshegde
ganeshshegde
Last Activity: Sep 7 '07, 04:25 AM
Joined: Jun 29 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • ganeshshegde
    started a topic How can we store whole in database?

    How can we store whole in database?

    Hi..
    Can we store whole file in database? ie it should store in database in same format. .pdf should store in .pdf fomat and .doc should store in .doc fomat.
    See more | Go to post

  • ganeshshegde
    started a topic ASP.NET-How to display the content of a file?
    in .NET

    ASP.NET-How to display the content of a file?

    Hi,
    I have a file(it may be .pdf, .doc or .xls) in the hard disk. I want to display the content of that file in same format. ie .pdf shold be in pdf format......
    How can we do that in ASP.NET ?
    Using which tool we can display the content of a file in ASP.NET and how?
    See more | Go to post

  • ganeshshegde
    started a topic C# - How to create .exe file
    in .NET

    C# - How to create .exe file

    Hi,
    i have created a windows appication project in vs.net 2005.
    i want to create .exe file of that project.
    how can i create .exe file?
    See more | Go to post

  • ganeshshegde
    started a topic Are these objects equal?
    in .NET

    Are these objects equal?

    Hi, i want to compare two objects. i wrote the program as bellow,
    ............... .........
    namespace TestPrograms
    {
    class test
    {
    public int i;
    }
    class Exercise
    {
    public static void Main(string[] s)
    {
    test t1=new test();
    test t2=new test();

    t2.i=10;...
    See more | Go to post

  • How to add not null constraint to existing table?

    How to add not null constrint to an existing table?


    i tried with "alter table emp add constraint not_null_name not null(name)" command
    but it's giving error ..........

    alter table emp add constraint not_null_name not null(name)
    *

    ERROR at line 1:
    ORA-00904: : invalid identifier
    See more | Go to post

  • ganeshshegde
    replied to Rename column name
    Hey,thanks it's working.
    See more | Go to post

    Leave a comment:


  • ganeshshegde
    started a topic Rename column name

    Rename column name

    How to rename the column?
    i entered "alter table student_19104 rename student_marks to stud_marks"
    But it's giving error "missing PARTITION or SUBPARTITION keyword "
    See more | Go to post

  • ganeshshegde
    started a topic Compare two dropdowns in ASP.NET
    in .NET

    Compare two dropdowns in ASP.NET

    Hi,
    How can i compare values of two dropdown lists in .aspx page using javascript?

    I used following code-
    [code=javascript]

    function ValidateFlightR equest()
    {
    var vFromCombo = igcmbo_getCombo ById("ctl00_Sea rchBar1_ddlLeft searchFrom");

    var vToCombo = igcmbo_getCombo ById("ctl00_Sea rchBar1_ddlLeft searchTo");

    ...
    See more | Go to post
    Last edited by Frinavale; Jun 29 '07, 04:09 PM. Reason: Added [code] tags to make more legible
No activity results to display
Show More
Working...