Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: ami7
  • Content: Threads
  • Order by date
  1. ami7

    Client Side Validation

    Hi all, I have a javascript function in my page which basically should disable the label with message. eg: Javascript: <SCRIPT type=&quot;text/javascript&quot;> function clrlabel() { document.all(&quot;lblmessage&quot;).visible=&quot;false&quot; } </SCRIPT> am calling this in my...
  2. ami7

    Send Mail

    Hi all, How do you send mail using exchange server from a asp.net page?? Could not find any examples on that, Using smtp i could achieve this but don't know how to do using exchange server. pls help. Thanks ami.
  3. ami7

    EditCommandColumn(Datagrid)

    Hi all, In my .css file i have a class with the foll prop: .CHANGEFONT { font-size: 6pt; font-family: Verdana, Arial; color:Blue; font-weight:bold;} I have a datagrid with some template columns and editcommandcolumns(edit,update,cancel) 1) In my page made a reference to this style...
  4. ami7

    Deploying Crystal Reports

    Hi, On ther server m/c only .netframework is installed. I want to deploy my crystal reports on the server. How to do this? Wat r all the files i have to copy on the server m/c to get my crystal reports working. pls help. Thanks in advance. ami.
  5. ami7

    Response.redirect

    Hi all, Im my .aspx page(eg: emp.aspx) i have 2 buttons. 1) populate 2) preview By clicking on populate button it populates a datagrid control then in the same page it displays the preview button. On the clik event of the preview button am calling a report. In my report i navigate to...
  6. ami7

    Moving to next page

    Hi, 1) I have created a report .rpt and using CRV dispaying the same. If i use the default options CrystalReportViewer1.HasPageNavigationButtons = true CrystalReportViewer1.DisplayToolbar = true ie if i type in the 2 page number and press goto it just displays the CRV (crystal report...
  7. ami7

    Displaying page numbers

    Hi, 1) I have created a report .rpt and using CRV dispaying the same. If i use the default options CrystalReportViewer1.HasPageNavigationButtons = true CrystalReportViewer1.DisplayToolbar = true ie if i type in the 2 page number and press goto it just displays the CRV (crystal report...
  8. ami7

    Passing Session Variable Values

    Hi all, Can anyone tell me how to pass a session variable value from my .aspx page to report. i have created a crystalreport.rpt file based on a dataset. Works fine but i want to display few other values in my report in my details section which is already avble in session variables in my form...
  9. ami7

    Accessing reports from .net

    Hi, I have a populated dataset which i want to use when creating a report in my .net project. Basically i want to view the data from my populated dataset(eg: dataset1.xsd)using report viewer. There r lots of example on how to create a dataset while creating report but i could not find one...
  10. ami7

    Crystal reports

    Hi, I want to create some reports in my web page. Is there any good site to start with. Please help. Thanks, ami.
  11. ami7

    Drop down List Box

    Hi, i have drop down list box which basically hold 2 values.(concatenated in my xml schema) wat i want is to specify the length of the concatenated values. eg: Description and Name is concatenated. Description varies for different names so in my list box if the desc is too big then the name...
  12. ami7

    Text Box(urgent)

    Hi, I have 2 text boxes in my form(.aspx) when i type a value in first text box , i want that value to be displayed on my second text box simultaneously. ie. Value should be displayed in the second text box when u r typing it in ur first textbox.. Is there any way to do this.. any scripts...
  13. ami7

    Send Mail Web Service

    Hi, Is there any example on this forum for creating a webservice for sending mail? If so please guide me on this. Thanks in advance, ami.
  14. ami7

    Getting Password value

    Hi, In my form(.aspx page) i have 2 text fields for password and re-confirm password. When i click a button it clears the password value . Is there anyway to get the value back to the password field. Thanks, ami.
  15. ami7

    Hi all, How to remove the window

    Hi all, How to remove the window title bar when u load the .aspx page?? eg: HomePage - Internet Explorer. Home Page is page title. i want to remove that. Thanks, ami.
  16. ami7

    Email Address Validation

    Hi all, In my .aspx page i have a textbox in which email address will be entered. For validating the email address i have got this javascript. But how to implement this here. I know there is a property in the custom validator to enter ClientValidationFunction. Can anyone tell me how to use...
  17. ami7

    Datagrid check box property

    hi, Is there anyway to change the checked value to YES/No instead of true or false on a Datagrid Control. When i populate my grid it displays the value for a cheked field to True/false. i want that to be changed to YES/NO pls help. Rgds, ami
  18. ami7

    Hi, Is there anyway to set the f

    Hi, Is there anyway to set the format value in property builder of a Datgrid control?? I have a datgrid control which is bound to a dataset. For one of the field in the datagrid i want to set the format to be dd/mm/yy. There is a Data Formatting Expression option in Property Builder but i...
  19. ami7

    dropdownlist control

    hi, Can anyone tell me how to populate a dropdownlist control in .aspx page with the values of a single column from a table. thanks, ami.
  20. ami7

    Boolean datatypes

    hi all, How to set a column datatype as boolean in sqlserver? rgds, ami

Part and Inventory Search

Back
Top