thanks But I didn't get the solution for my problem. I want to print webpages at clientside with out prompting Print dialogbox. I can print the web form using window.print(). when i using this , it will populate a Print dialogBox. I want to avoid this and print directly. Pls Help once again
thanks But I didn't get the solution for my problem. I want to print webpages at clientside with out prompting Print dialogbox. I can print the web form using window.print(). when i using this , it will populate a Print dialogBox. I want to avoid this and print directly. Pls Help once again
Hi :) I've done that with a Web Service returning a byte[]. Then I create an image dynamically with this data. More info here[^] Hope it helps. Cheers Laurent
Just give Response.Redirect to the same page soon after the Insert. This problem is there for deletes also, so it is a good practice to give response.Redirect soon after the opertion, so that the viewstate is cleared.
In that case ensure that your account is the only login that is granted access to that datbase.
Scottish Developers events: * .NET debugging, tracing and instrumentation by Duncan Edwards Jones and Code Coverage in .NET by Craig Murphy * Developer Day Scotland: are you interested in speaking or attending? My: Website | Blog
Hi, The validators used in .NET are client side validators. And javascript is rendered for all the validators that you use in your project. But, if you add both , you can. Give me the code, I'll try to help you out Thanks, Sushant Duggal.
Umm, maybe better by some standards, but definately not faster. If you'll check your SQL to English dictionary, you'll see that "cursor" means "slow as hell." Visit BoneSoft.com
hi In crystalReport on VS 2005 u dont new CrystalReport so it used CrystalReportSource if u want assgin data Dinamic for CrystalReport u CrystalReportSource1.ReportDocument.SetDataSource(dataTable) hope help for u
I added code in Session end in global.asax file. But the user simply closess the browser then that code will not work.... please note it and reply me a suggection