User Profile

Collapse

Profile Sidebar

Collapse
shek124
shek124
Last Activity: Nov 23 '11, 01:33 PM
Joined: Oct 19 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • shek124
    started a topic How to use a lock the data in .NET
    in .NET

    How to use a lock the data in .NET

    Dear All,

    In my project, I have maintaining the request details which has inputted by some user. This request can be view/edit by the same user/ his manager(superio r) also.My condition is The requset can able to open at any one end either that user or his superior(manage r).

    At this scenerio, How i have to maintain the data in the application. Which control i have to use? Can i use Row level Locks? Please advice ...
    See more | Go to post

  • hi,

    the primary key column does n't allow nulls value. So you have to insert the values in the column using insert query...
    See more | Go to post

    Leave a comment:


  • shek124
    started a topic How to make deployment in VB.NET

    How to make deployment in VB.NET

    hai,

    I have done VB.net application by the functionalities of export the word documet. Its working fine in the developemnt machine. During the developemnt , i have added the MICROSOFT.OFFIV E.WORD.INTEROP is added.

    I need to install in the clinet machine. How to make a setup with this com refrence file.
    I need some hurry. Plz help me.

    Thanks
    See more | Go to post

  • thanks for yr reply..

    I have bind the textbox through javascript.. So it didnt fire the onchange event even the date is changed in my textbox
    See more | Go to post

    Leave a comment:


  • Which TextBox Event i write afunction in javascript

    Hai to everybody,

    I have done a javascript calender in my aspx page..

    when a calender image clicks, the datevalue is bind to the textbox near the calender in my page..

    its works fine.. After when a date is changed in Textbox, i would do some function...

    i dont know which textbox event can write the function.. Plz anybody help me..

    before i have tried on OnBlur...
    See more | Go to post

  • shek124
    started a topic Export a Excel Sheet From Gridview
    in .NET

    Export a Excel Sheet From Gridview

    How to Export a Excel Sheet From Grid view data
    See more | Go to post

  • In Which event I have to enable and diasble the buttons

    Hai to everybody,

    I have maintained the user rights in my application. when the user logins the application, user right has maintained as session variable.
    according to session variable , i have to enable / disable the buttons in
    my page.. i have done at Page_Load Event. but its not worked successfully.. So in which event i call a function..

    Could u anybody help me plz?
    thanks...
    See more | Go to post

  • shek124
    replied to Dropdownlist lost focus
    in .NET
    Sorry , i cant get your problem ,, explain clearly with your code
    See more | Go to post

    Leave a comment:


  • shek124
    started a topic How To print The Images In asp.net
    in .NET

    How To print The Images In asp.net

    Code:
                HttpContext.Current.Response.OutputStream.Write(b, 0, b.Length);
    Code:
                       
       HttpContext.Current.Response.Write("<script>window.print();</script>");
    Its my code in imagePrint.ashx file.. The image is displayed .. But the image is not printed . Whats wrong with the code .. plz help me .. Thanks
    See more | Go to post

  • shek124
    started a topic Crystal report problem
    in .NET

    Crystal report problem

    I will creating a crystal report in web application..

    i have designed a .rpt file. i want to craete the report using bound dataset but the crystalreport object name was not get in the .aspx page .. where is the problem occured?. plz help me ..
    See more | Go to post

  • shek124
    started a topic PageIndexChanging in Gridview
    in .NET

    PageIndexChanging in Gridview

    In my form, the gridview is bind , according to my selectedvalue in dropdownlist


    How can do paging in gridview using the pageindexchangi ng event for this condition.. please hwlp me
    See more | Go to post

  • shek124
    replied to IF condition in Stored Procedures
    When im Using like that , i got the error

    If @prodid<> 0 then
    exec Sp1
    else
    exec Sp2




    Thanks for your Reply
    See more | Go to post

    Leave a comment:


  • shek124
    replied to IF condition in Stored Procedures
    ok thanks .. it works very well if not use the Then Keyword in Stored procedure

    For example

    Create Procedure Sp_test
    @podtlsid numeric(9)
    as
    If @podtlsid <> 0
    Update Po_Pending_Trn set Pending_Status= 'Cleared' where Po_Dtls_Trn_Fk= @podtlsid
    else
    Update Po_Pending_Trn set Pending_Status= 'NotCleared' where Po_Dtls_Trn_Fk= @podtlsid

    go



    ...
    See more | Go to post

    Leave a comment:


  • shek124
    started a topic IF condition in Stored Procedures

    IF condition in Stored Procedures

    How to use the if condition in stored Procedures..

    i.e. if the parameter value is null , it executes the one stored procedure
    otherwise it executes the other one.

    is it possible in stored procedures..


    Thanks in advance
    See more | Go to post

  • shek124
    replied to executing Strerd procedures using .net
    in .NET
    Where is the HOWTOS tab Placed?
    See more | Go to post

    Leave a comment:


  • shek124
    replied to Sql string in C#
    in .NET
    Query:
    Code:
    string query = "insert into print_details (Printed_date, Printed_time, User_login, Printer_name, IP_address, Document_name, Total_pages) values('+ date() +', '+ time() +' , '" + m_owner + "', '" + m_Drivername + "', '" + ip_address.ToString + "', '" + m_Documentname + "','" + m_TotalPages + "' )";

    ERROR:
    [HTML]Error2...
    See more | Go to post

    Leave a comment:


  • shek124
    started a topic Sql string in C#
    in .NET

    Sql string in C#

    HAi ,

    IN C#.NET , i wtite a query in string type variable SQL . But the + or & operator is not supported in string values .. this is my exception while starts the project.

    In vb.net , it is working well .. whats the error. im the newbie to C#.net
    See more | Go to post

  • shek124
    replied to Windows startup program problem
    in .NET
    The exe file in not running in the task manger.


    you arr not understand about my problem. when i click the start button , the error was occured directly.even not going to debug .


    IN the program , when did the running path was written ? i dont know .. also i need to output in .txt file not in .exe file ,.. wat are the replacements i have do in my code. plz help me , thanks for yr reply
    See more | Go to post

    Leave a comment:


  • shek124
    started a topic Windows startup program problem
    in .NET

    Windows startup program problem

    I want to run a windows startup program.
    here my code:
    Code:
    [CENTER]
    
     Public Declare Function RegCloseKey Lib "advapi32.dll" (ByVal Hkey As Long) As Long
        Public Declare Function RegCreateKey Lib "advapi32.dll" Alias "RegCreateKeyA" (ByVal Hkey As Long, ByVal lpSubKey As String, ByVal phkResult As Long) As Long
        Public Declare Function RegDeleteKey Lib "advapi32.dll"[/]
    ...
    See more | Go to post

  • shek124
    replied to Asp .Net, VS 2005: Location of Bin Folder
    in .NET
    Ok thank u very much.

    Yet im not found another solution . i want to always run the projrct at backend . so how can i do
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...