04 August 2008

Assigning a value to textbox when TextMode is Password

TextBox1.Text = "test";
TextBox1.Attributes.Add("value", "test");

1 comment:

neo said...

hi when we export a crystal report to html there is some issue regarding the way the pages are displayed ie, sometimes the pages may exceed the page limit even though there is enough space . i tried to export it like this

htmlOptions.ExportMode = HtmlExportMode.SingleFilePageByPage;