User Profile

Collapse

Profile Sidebar

Collapse
sravanthi29
sravanthi29
Last Activity: Mar 5 '08, 11:12 AM
Joined: Jun 25 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • sravanthi29
    started a topic Tag property
    in .NET

    Tag property

    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.
    ...
    See more | Go to post

  • sravanthi29
    started a topic Datagridview
    in .NET

    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....
    See more | Go to post

  • sravanthi29
    started a topic Regarding Crystal Reports in Asp.net 2.0
    in .NET

    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...
    See more | Go to post
No activity results to display
Show More
Working...