User Profile

Collapse

Profile Sidebar

Collapse
sandeepthachan
sandeepthachan
Last Activity: May 13 '08, 07:01 AM
Joined: Jan 8 '07
Location: Bangalore, India
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • sandeepthachan
    replied to Dropdownlist lost focus
    in .NET
    Assume that there are two dropdown list with the names dropDepartment and dropEmployee.
    In the page load event i have loaded the department details into the dropDepartment control. If anyone selects anyof the department from the same control, then the names of each employee of that depatment should reflect in the next Dropdownlost..i .e., dropEmployee. This action should take place,once somebody choose any department from the dropdepartment...
    See more | Go to post

    Leave a comment:


  • sandeepthachan
    started a topic Dropdownlist lost focus
    in .NET

    Dropdownlist lost focus

    Hi,

    I have a web page with two dropdownlist.Th e first Dropdownlist contains the all department names. Now i want to get the employee name in the second dropdown list depends on the department, when the focus from the first dropdown list changes.

    How can i create a lostfocus event in asp.net

    Thanking You

    Sandeep
    See more | Go to post

  • sandeepthachan
    started a topic Trigger -help

    Trigger -help

    Hi,

    Now we are trying to synchronize two databases through coding. For that we have created Flags in each table. If we insert a new value to one table, the flag of that table will be NULL. and once the synchronization starts and the same inserted value gets updated into the next database then the flag will automatically Turn to True. While updating a particular row. The flag will turn to FALSE.

    But now we want to update...
    See more | Go to post

  • sandeepthachan
    replied to Vb6.0 Dll
    Do you have any sample code to show the working of a dll. Then it would be a great help for me....
    See more | Go to post

    Leave a comment:


  • sandeepthachan
    replied to Vb6.0 Dll
    I want to display the employee_name in to a text Box,through passing Emp_no to the DLL function

    I have writtent the code in a Command button of a form as:

    Dim EMP as New Employee.ClassN ame
    TExt2.text=EMP. GetDet(Text1.Te xt)


    But here i am getting some error...
    See more | Go to post

    Leave a comment:


  • sandeepthachan
    replied to Vb6.0 Dll
    I have created one object and assigned a parameter value to the same. But its showing an error message like 'Runtime Error:91' Object Variable or With Block Variable not Set. . Whats Could be the problem. Can u give me a simple code to fetch the data from the same to a textbox...
    See more | Go to post

    Leave a comment:


  • sandeepthachan
    started a topic Vb6.0 Dll

    Vb6.0 Dll

    i have created a ActiveX dll using the below mentioned code...Ho can i call the same into a Visual basic 6.0 Application.. I have converted this to a DLL

    [code=vb]
    Public Function GetDet(ByVal str As String) As ADODB.Recordset
    On Error GoTo Err:
    CON.CursorLocat ion = adUseClient
    strCon = "Connection "
    CON.Open (strCon)
    If REC.State = 1 Then REC.Close
    REC.Open "select emp_name...
    See more | Go to post
    Last edited by debasisdas; Feb 13 '08, 01:44 PM. Reason: added code=vb tags

  • Accessing C# classs file to asp.net Page_Load Event

    I have written a C# class file with database connection and to retrieve the data through a GridView. But now i am not able to get the data throught that Class file in an Asp.net Page_load() event. Does anybody knows the codings to dispaly the class details of the same.

    My class Code is Like this:
    public void Get_Data()
    {
    SqlConnection SConn =new SqlConnection(" ConnectionStrin gl");
    ...
    See more | Go to post

  • sandeepthachan
    started a topic connection

    connection

    Hello
    how to write the database conection string in an asp page. With the dsn name.
    Kindly give me an example of the same

    Thanking you
    Sandeep
    See more | Go to post

  • sandeepthachan
    started a topic converting vb dll code to asp

    converting vb dll code to asp

    Hi ,

    Right now i am facing a problem with one visual basic dll file. I am not an asp programmer. But here i have one website with asp and jsp codings. Due to some registry error the above mentioned dll is not working. I want to rewrite the entire dll code into asp. Kindly give me a solution for the same

    Here is the asp code with the dll file name as EmployeeDetails
    <%
    if request("empno" )...
    See more | Go to post

  • The above mentioned dll is working perfectly...
    Is it an eeror of IIS?
    Please somebody give me a suggestion about this

    Thanking you
    Sandeep...
    See more | Go to post

    Leave a comment:


  • Error Type :Server object, ASP 0177(0x800AEA5F)

    We have created one web site. Here if one person loggined and try to access a particular page then it goes to the error page with the message that the page cannot be dispalyed. and also it displays the error as:
    Error Type:
    Server object, ASP 0177 (0x800AEA5F)
    800aea5f

    We created one dll file to access the emp_details from the database
    Error displays when it comes to the below mentioned line
    set...
    See more | Go to post

  • sandeepthachan
    started a topic directly deleting sql view

    directly deleting sql view

    i have created a view. And deleted it directly from the database. using Shift+delete. WIll it affect the tables, which has used in that view?
    See more | Go to post

  • Generating automatic numbers in SQL Sever Using VB6.0

    how can i generate automatic numbers as primary key in sqlserver using visual basic 6.0. If anybody can provide me a sample code. It'll be really helpful for me
    Thanks you
    take care
    See more | Go to post

  • Hi ,

    Yeah I am trying.
    Anyway thanks for the suggestions
    Take care
    ...
    See more | Go to post

    Leave a comment:


  • Hi ,
    This is the first time that i came across this problem. Thats why i'm bit confused about it. before this i hav never used this check box property of listview control.
    If u don't mind can u give me a sample code?
    Anyway thanks for the previous suggestion. I am trying here.
    ...
    See more | Go to post

    Leave a comment:


  • Working with listview control in visual basic 6.0

    Now i am developing an employee information system. Here in one form i am using list view control for showing the details of each employees.
    Here i hav selected the checkbox property of list view control. Now i need to write a code based on this checkbox. As i hav placed one command button named Print in this form. If i click this button the selected(by ticking the check box) employee list has to get in a report or hav to get a print out.
    ...
    See more | Go to post
No activity results to display
Show More
Working...