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: 3DDD
  • Content: Threads
  • Order by date
  1. 3DDD

    Editable DataGrid (ASP.NET 2.0)

    I have an editable datagrid in ASP.NET 2.0 There are two text boxes (TemplateColumn) inside the data grid. Requirement is when user enter some value in textbox1 and leaves then populate textbox2 with item description fron the database. Textbox does have OnTextChanged event but unable to find...
  2. 3DDD

    Display PDF in Crystal Reports

    Hi All, Does any one know how to display PDF in crystal report? I want to change the PDF files dynamically using vb.net. I have tried using OLE Object (Adobe Acrobat 7.0 Document) but with this I am not able to change the PDFs dynamically. All I get is the same PDF file which I browse while...
  3. 3DDD

    How to open report in a new window?

    Hi All, Does any one know how to open a report in a new window? I have a text box in a report and its action is set to open a report. The new report open in the same window. Is it possible to open this report in a new window? Regards,
  4. 3DDD

    Saving PDF files

    Hi All Does any one know how to upload PDF file on server to a known location using vb.net ? Thanks in advance.
  5. 3DDD

    Datetime picker control

    Hi All Is it possible to navigate year by year using datetime picker in vb.net? if yes, please let me know. TIA 3DDD
  6. 3DDD

    Web Services

    Hi All Is it possible to execute web service(developed in vb.net) using plain html which is send as msg body in an email? if yes, then how?? Thansk in advance.
  7. 3DDD

    How to validate URL

    Hi All Is there any way to validate URL? Usign reg exp for URL validates just the http: part... Any Ideas?
  8. 3DDD

    Invoke .NET program from SQL SERVER SP / TRIGGER

    I need to call a Visual Basic .NET object when a specific event happens in SQL Server. I can capture this event through an INSERT trigger on a table, but how do I call the Visual Basic .NET object from the trigger? Any Ideas???
  9. 3DDD

    Allow keyboard letters to bring part of list in datagrid

    Hi All Is there a way to select a row in datagrid list based on keyboard letter pressed? On datagrid key press event do i need to check each letter pressed or is there any other simple way? For eg: A datagrid with names such as "Alferdo, Berrano, Germabny, Chinsa, New, Old, Next, Person". If...
  10. 3DDD

    Read and Write PDF file in sql server using BLOB

    Hi All I have successfully uoloaded pdf file in sql server database using DATABLOB. Does anyone know how to read back pdf file in picture box?? The following code gives an error while reading pdf file: Invalid parameter used but works fine for reading jpg, tif, gif. Dim b() As Byte =...
  11. 3DDD

    DATAGRID ROW COLOR - WinForms

    Hi All Is there any simple way to color rows in datagrid (win forms) depending on some values in other column?? Any help is greatly appreciated.
  12. 3DDD

    Combo Box in Datagrid - WinForms

    Hi All I have a combo box with ComboBoxStyle as DropDown in the datagrid so that uer can select any existing value or enter a new one. Problem: I am unable to display the text entered / selected by the user in the grid. Any help is appreciated. Regards, 3DDD
  13. 3DDD

    Format Datagrid Cell for Phone - Win Forms

    Hi All Is there any way to format windows forms datagrid cell for phone number? Thanks in advance.
  14. 3DDD

    DATAGRID ROW COLOR

    Hi All Can someone please let me know how to color some rows in datagrid based om values in one of the column? I tried using DataGridTextBoxColumn and Overriding Paint method but no luck. Thanks in advance.
  15. 3DDD

    HTML Tables in ASPX.VB

    Dear All, Successfully created table with rows and columns dynamically in aspx.vb file. Question: How to do we insert html tags in the table cells? Is there anything (.innerHTML) property avaiable in .vb class or something else? What I am loking for is to provide href="www.sonrhitn.com" in...
  16. 3DDD

    IFRAME

    Is there any way to get the total number of elements in iframe? For eg: Suppose I have 30 checkboxes in IFrame. Now I want to loop through and set them as checked. thanks

Part and Inventory Search

Back
Top