Search

You searched for the word(s): userid:794577

Matching Posts

  • Re: Regular Expression in ASP.NET

    hi , in your regular expression validator control, give the validation expression like \d{3}\-\d{3}\-\d{4}
    Posted to Getting Started (Forum) by joseabie on 11/22/2009
  • Re: Calculate Function On JavaScript

    alert(sayı.value + yüzdelik.value); pls try.. :)
    Posted to Web Forms (Forum) by joseabie on 11/22/2009
  • navigating through textboxes inside a gridview using Up & Down arrow key

    Dear Experts, i have one GridView control and inside that i put textbox (template control) to enter some values. What the user need is they want to use UP and DOWN arrow keys rather than using mouse to focus to the next or previous row's text control. By using Java script we can set focus to the text control; but the problem is how we will get the client id of next / previous row's textBox control? please Help... :)
    Posted to Data Presentation Controls (Forum) by joseabie on 11/10/2009
  • Re: navigating through textboxes inside a gridview using Up & Down arrow key

    hi thank you for your quick reply. Actually what i need is next or previous row's textbox's client id. then only i can set focuz. for example: imagine A B C are 3 rows and X Y Z are three text boxes in each row. now the user focus is in 'Y' which is in Row B. now there is 2 probability that the user will press either UP or DOWN arrow key. IF he press the UP Arrow key, the focus must be on text box X in row 'A' If he press the DOWN arrow key the text box focus must be on textbox
    Posted to Data Presentation Controls (Forum) by joseabie on 11/10/2009
  • Re: How to conditionally suppress a line of data in a section

    ot supress one section in Crystal Reports 11, right click any blank space in the report field and take "section expert" under 'Report". You will get a new window and select the particular section from 'sections' that you want to supress and in right side you can see "suppress (no drilldown" along with a formula button. click on that butto write your condition and save the formula... :) hope this will help you .... I'm using ASP.Net 2.0 and CR coming along
    Posted to Crystal Reports (Forum) by joseabie on 11/8/2009
  • Re: Multiple parameters

    Imports CrystalDecisions.Shared Imports CrystalDecisions.CrystalReports.Engine Dim rpt As New ReportDocument myDa.Fill(myDS, "<my procedure name>") rpt.Load(Server.MapPath( "~/rpts/myReport.rpt" )) rpt.SetDataSource(myDS) rpt.PrintOptions.PaperOrientation = PaperOrientation.Portrait Me .CrystalReportViewer1.ReportSource = rpt rpt.SetParameterValue( "FromDate" , Format(FrmParamDate, "dd-MMM-yyyy" )) FromDate is the Parameter name in my crystal report FrmParamDate
    Posted to Crystal Reports (Forum) by joseabie on 7/20/2009
  • gridview, java script, handling enter key in the texbox control

    Dear experts, i want to use enter key in my gridview control. Right now i have a gridview and 5 Textbox template control in each row. I just want to make excel style grid. right now when i press on enter key the page is redirecting to another page. But what i need is, when the user's control is on the grid view and if he press enter key the next textbox get focused. i don't know what should i do when i'm in last row. please help me..
    Posted to Client Side Web Development (Forum) by joseabie on 7/6/2009
  • Re: block user from moving one tab to another tab in ajax

    EVENT : TabContainer1_ActiveTabChanged 'assume that you have a text box on 1 st tab IF TabContainer1.ActiveTab.ID = "TabPanel2" Then IF len(texybox1.text)=0 then msgbox("You must enter ur name first") TabContainer1.ActiveTabIndex = 0 end if end if 'just try....
    Posted to ASP.NET AJAX Control Toolkit (Forum) by joseabie on 6/28/2009
  • Re: Gridview Performance

    thank you guys.. now i'm busy with other modules.. i'll get back with the result ASAP
    Posted to Data Presentation Controls (Forum) by joseabie on 6/23/2009
  • Gridview Performance

    Dear Experts, I really stucked as like as my Gridview. I have to retrieve allmost 52000 records and in my SQL Server 2005 it does in 3 seconds. But in my web page it tooks allmost aminute (more than that). i put all these controls in an Ajax UpdatePanel. Is there any way to speed up the process or is there any other control more efficient than Gridview? please help. I'm using VS 2005 vb, SQL Server 2005. Following is the code behind Source < body >< div align ="center">
    Posted to Data Presentation Controls (Forum) by joseabie on 6/22/2009
Page 1 of 29 (287 items) 1 2 3 4 5 Next > ... Last »