Showing posts with label aspnet. Show all posts
Showing posts with label aspnet. Show all posts

Monday, March 19, 2012

How can I make reports and hide columns at run time with my aspnet app?

Hello. I did a report that has many many columns. I should give the user the
possibility to choose which columns to use with my asp.net program. Is that
possible to do? The only columns that must be shows are the ones that the
user has choosed.

Is that possible. ! !Please help me with links, code, books anythin
neccesary.You can parameterize the report and set the visibilty property on the column to be dependent on the parameter value. If you want to hide mlutiple columns, you will need multiple parmeters or, in SQL 2005, you can have a multivalued parameted. The only downside to this approach is that the body will not shrink with the hidden columns. This can cause problems when printing / exporting the report.

Friday, March 9, 2012

How can I insert Date in SQL Server 2000 database (table )from ASP.NET 1.1. Program?

hi ALL !!!

How can I insert Date in SQL Server 2000 database(table ) from ASP.NET 1.1. Program??

pls sendme codeif u can

pls help me ..

Well w/out seeing how you've been trying to insert it--you just take whatever control your taking a date from and do CDate(txtbox1.text) --if this doesn't help, lets see some of your code|||

You could usehttp://www.sqldatalayer.com to create your DataLayer.

I am the author of the above mentioned tool, and I'm currently working on the help documentation.

I plan on having fully functionaly example apps, in the help as well.