i am inserting data in SQL table using CFGRID. But i have tried normal insert statements in the code and also through stored procedure..it does not show any error but does not insert the data also.......any help
The best advice I can give concerning CFGRID is... Don't use CFGRID!!
The problem with this tag is that it's a Java applet and, (as far as I'm concerned anyway) its incompatible with too many browsers.
You can make a simple html table pretty easily with a CFQUERY and CFOUTPUT that'll output in a grid format, then put an html form at the end for any inserts. Doing this will alleviate your CFGRID headaches...
</BODY>
</HTML> [/tt]
You could put the output fields in form fields and put update and delete buttons in each row as well to allow more functionality.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.