Hi,
I am developing a vb.net application in that i have so many textboxes.
For these text boxes i have to set tag property ...my doubt is can i set tag property in design mode or else i have to write any hot code for this property ..
ex:tag=M~R~X40 here M =mandatory,R=re gular,U40=upto 40 characters and it should be capitals.
i have to give like this in tag property for one textbox.
...
User Profile
Collapse
-
Datagridview
I have a Datagridview that is read only. When selecting a row, the item should be edited in
individual controls on the form, also bound to the same
bindingsource. The default behavior is that when the value is changed in a
textbox, it only repaints the value in the Datagridview cell after the textbox commits
the value to the underlying object. I want it to update the Datagridview cell's
display in real time.... -
Regarding Crystal Reports in Asp.net 2.0
Hi,
I have a .aspx page and a crystal report named prernaweb.rpt.
.aspx page
Page_Load
{
CrystalDecision s.CrystalReport s.Engine.Report Document crReportDocumen t = new CrystalDecision s.CrystalReport s.Engine.Report Document();
crReportDocumen t.Load("d:\\web rptprerna\\prer naweb.rpt");
SqlConnection conn = new SqlConnection(" Data Source=AS4;Init ial...
No activity results to display
Show More