User Profile

Collapse

Profile Sidebar

Collapse
mina10a
mina10a
Last Activity: Jun 18 '07, 06:45 AM
Joined: May 1 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • mina10a
    started a topic operation must use an updateable qurey error
    in .NET

    operation must use an updateable qurey error

    plze guide me.
    I have done asp.net project in which i usr MS Access database. this site works fine in localhost but when i upload the site in server it show me the error
    "Operation must use an updateable query"

    as i search the solution of this error, whichever solution i found in net i apply on it (like security permission all, i set everyone as read write permission, same as ASPNET). But still the site give...
    See more | Go to post

  • mina10a
    started a topic problem in Binding report to Crystal Report viewer
    in .NET

    problem in Binding report to Crystal Report viewer

    Hello I have the same problem. If u Got the Solution Then plz forward me also
    See more | Go to post

  • mina10a
    replied to vb.net 2003 image saving
    in .NET
    Hi
    I am given Sample code for saving image in sql server from asp.net



    Dim strFileExtensio n As String
    Dim strFileType As String
    Dim intFileLen As Integer
    Dim objstream As Stream
    Dim strInsert As String
    Dim imgname As String
    Dim advname1 As String

    If Not IsNothing(txtFi leContents.Post edFile)...
    See more | Go to post

    Leave a comment:


  • mina10a
    started a topic Crystal Report is not shown
    in .NET

    Crystal Report is not shown

    I am writing code for display sales bill in crystal report.
    everything in the code is correct becose same code is running in my laptop but in office pc it does not show the report and not show any error.
    See more | Go to post

  • mina10a
    started a topic Prevent form being resized
    in .NET

    Prevent form being resized

    I made an application. It is completed. But i have one problem is that
    when the form is running, anyone can change the size of the form by dragging mouse.
    I want to stop this . How to do.
    I know this this is shilly question but i need it. Plz Help me
    Thanks
    See more | Go to post

  • how to create a chat applicaion in asp.net using vb.net

    hi i want to create a chat application how to create it.
    my requirement is that,
    private chat room means the admin person can chat more clients at a time. but clients can not chat with other clients
    plz help.
    Thanks
    See more | Go to post

  • which database you used.
    if it is msaccess then follow the steps:
    1-open the folder where database is stored.right click on it and open security tab. After that select EVERYONE and select all checkbox control. aplly.
    run your application it run
    i think it will help u...
    See more | Go to post

    Leave a comment:


  • mina10a
    replied to ASP.NET Repeater Display Record Count
    in .NET
    simply count the number of record in dataset table.
    syntax for counting records in dataset is

    dim cnt as integer=dataset object.tables(" tablealiasname" ).rows.count
    this syntax count the no.of records in dataset...
    See more | Go to post

    Leave a comment:


  • you can use session or cokiees
    in session u write
    session("uid")= textbox1.text
    session("pwd")= label1.text...
    See more | Go to post

    Leave a comment:


  • mina10a
    replied to Create table using joins
    thanks .its working.
    thank u very much....
    See more | Go to post

    Leave a comment:


  • mina10a
    replied to Create table using joins
    hi i write an update triggre
    it works fine . but it adds two record of the updated record in new table
    my trigger code is as follow:

    CREATE TRIGGER trig_update_adv Master ON [dbo].[Adv_Master]
    for update
    as
    insert into trig_delete_adv Master(deleteti me,operation,ad v_code,memship_ no,memship_dt,e nrollmt_no,enro llmt_dt,auth_en rolled,oth_bar_ association,led ger_id,id_card_ no,library_mems hip_no,adv_name ,dob,gender,off _add,res_add,ch _add,off_phone, res_phone,ch_ph one,fax,mobile, email,type_of_m emship,father_h usband_name,des ignation,status ,extra_info)...
    See more | Go to post

    Leave a comment:


  • mina10a
    replied to ASP.Net Connections
    in .NET
    hi jyoti

    I am also new in asp.net. But it is very easy to create a class for connection.
    i give u example. first imports all namesapce that is required for connection
    Code:
    imports system.data.oledb
    class classname
    dim con as oledbconnection
    /* decalre all variable required for connection*/
    /* you create mathods*/
    public sub setcon()
    con=new oledbconnection("your provider
    ...
    See more | Go to post

    Leave a comment:


  • mina10a
    replied to Create table using joins
    thanks its working.
    thank u for help me
    See more | Go to post

    Leave a comment:


  • mina10a
    replied to Create table using joins
    thanks .
    its work.
    now i want to write an trigger. so i dont know how to write trigger.
    if any records from my student_master table is changed or deleted a trigger is fired.
    all the old data wihch is updated is transfer to the new table
    and new data is update in the student master able.
    when record is delete the deleted record is enter to the new table and delete from the student_master table.
    ...
    See more | Go to post

    Leave a comment:


  • mina10a
    replied to Create table using joins
    hi thanks for help
    i trid this query. but it gives the error as

    Syntax error near from Clause

    I give the query which i write:

    select sd.stu_id,sm.St u_name as studentName,sm. className as cname,sd.subjec t as ssubject,fd.Pai d_Money as paidmoney from xiStu_detail sd join xiStudent_maste r sm on sd.stu_id=sm.st u_id join fee_Detail fd on sd.stu_id=fd.st u_id where Teachername='KK K'

    where...
    See more | Go to post

    Leave a comment:


  • mina10a
    started a topic Create table using joins

    Create table using joins

    Please help me. iTs very urgent.

    I have three Tables
    1 Student_master:
    stu_id(pk),name ,phoneno,father name,address,co llegename,class ,photo;

    2 Student_detail
    slno(pk),stu_id (fk), subject,teacher name,stu_name,b atchday,batchti me

    3 fee_detail
    stu_id(fk),Tota l amount, Paid amount;

    my problem is that i have to retrieve the following fields where teachername is given....
    See more | Go to post
No activity results to display
Show More
Working...