User Profile

Collapse

Profile Sidebar

Collapse
CAG
CAG
Last Activity: Mar 31 '08, 07:08 AM
Joined: Oct 26 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • CAG
    started a topic Return result of dynamic query from function

    Return result of dynamic query from function

    Hi,

    In my application, i'm storing sql query as value of table field in database.

    Like in my NewHireEmployee table, value of JoinDateQuery field can be (select hiredate from employeeInfo) or simply (select getdate)

    I want to fetch this query, evaluate it and then return the result of query.

    I tried to write a function like this,

    CREATE FUNCTION dbo.ExecuteStri ngAsQuery...
    See more | Go to post

  • CAG
    replied to Iframe submit issue in Firefox
    I got solution to my problem,

    In my case I need to gave unique name to iframe each time.

    With this dynamically given name I'm able to access the form loaded in iframe each time.

    Thanks for support. :)...
    See more | Go to post

    Leave a comment:


  • CAG
    started a topic Iframe submit issue in Firefox

    Iframe submit issue in Firefox

    Hello,

    I have following scenario in my web application.
    I want to load different web forms in single iframe. Iframe in contained in an ASP page. ASP page has “Submit” button, which submits iframe form, & then load new form in same frame.

    This is more like slide show of child forms. ASP button also has “Back” button which loads previously submitted form in same iframe. On click of “submit” button,...
    See more | Go to post
    Last edited by gits; Jul 19 '07, 07:32 AM. Reason: added CODE-tags

  • Calling c# dll's from command line & invoking its methods

    Hi,

    I'm trying to call the c# dll from command line & also want to invoke the methods of dll from command line directly. I'm working on c# .net project.

    Can anyone help me.
    Thanks in advance.
    See more | Go to post
No activity results to display
Show More
Working...